Stone Gray Hex Code — #928E85
RGB, HSL, and CMYK values for Stone Gray.
Stone Gray Color Values
| Format | Value |
|---|---|
| HEX | #928E85 |
| RGB | rgb(146, 142, 133) |
| HSL | hsl(42, 6%, 55%) |
| CMYK | cmyk(0%, 3%, 9%, 43%) |
Want to explore more shades? Use our Color Converter
About Stone Gray
Color psychology: Stability, permanence.
Stone Gray (#928E85) is a medium shade of gray. It's commonly used in web design, graphic design, and branding where stability, permanence are desired associations.
How to Use Stone Gray in CSS
/* Using HEX */ color: #928E85; background-color: #928E85; /* Using RGB */ color: rgb(146, 142, 133); /* Using HSL */ color: hsl(42, 6%, 55%);