Sandstone Hex Code — #786D5F
RGB, HSL, and CMYK values for Sandstone.
Sandstone Color Values
| Format | Value |
|---|---|
| HEX | #786D5F |
| RGB | rgb(120, 109, 95) |
| HSL | hsl(34, 12%, 42%) |
| CMYK | cmyk(0%, 9%, 21%, 53%) |
Want to explore more shades? Use our Color Converter
About Sandstone
Color psychology: Stability, earthiness.
Sandstone (#786D5F) is a medium shade of brown. It's commonly used in web design, graphic design, and branding where stability, earthiness are desired associations.
How to Use Sandstone in CSS
/* Using HEX */ color: #786D5F; background-color: #786D5F; /* Using RGB */ color: rgb(120, 109, 95); /* Using HSL */ color: hsl(34, 12%, 42%);