#808080 — Gray

#808080 is Gray. RGB, HSL, CMYK values, a shade/tint palette, and CSS snippets.

HEX
#808080
RGB
rgb(128, 128, 128)
HSL
hsl(0, 0%, 50%)
HSV
hsv(0, 0%, 50%)
CMYK
cmyk(0%, 0%, 0%, 50%)
20%
40%
60%
80%
100%

Shades and tints of Gray

CSS snippets

Hexcolor: #808080;
Keywordcolor: gray;
RGBcolor: rgb(128, 128, 128);
HSLcolor: hsl(0, 0%, 50%);

Frequently asked questions

What color is #808080?

#808080 is Gray, a standard CSS named color. In RGB it's rgb(128, 128, 128); in HSL it's hsl(0, 0%, 50%).

How do I use #808080 in CSS?

Use it directly as a hex value (color: #808080;), or by its CSS keyword name (color: gray;) — both are recognized by every modern browser and produce the identical color.

What's the CMYK value for print?

Gray converts to approximately C0 M0 Y0 K50 in CMYK — useful as a starting point for print work, though always verify against your printer's actual color profile since RGB-to-CMYK conversion is inherently approximate.

Other colors