Gray Hex Code — #808080
RGB, HSL, and CMYK values for Gray.
Gray Color Values
| Format | Value |
|---|---|
| HEX | #808080 |
| RGB | rgb(128, 128, 128) |
| HSL | hsl(0, 0%, 50%) |
| CMYK | cmyk(0%, 0%, 0%, 50%) |
Want to explore more shades? Use our Color Converter
About Gray
Color psychology: Neutrality, balance.
Gray (#808080) is a medium shade of gray. It's commonly used in web design, graphic design, and branding where neutrality, balance are desired associations.
How to Use Gray in CSS
/* Using HEX */ color: #808080; background-color: #808080; /* Using RGB */ color: rgb(128, 128, 128); /* Using HSL */ color: hsl(0, 0%, 50%);