Ochre Hex Code — #CC7722
RGB, HSL, and CMYK values for Ochre.
Ochre Color Values
| Format | Value |
|---|---|
| HEX | #CC7722 |
| RGB | rgb(204, 119, 34) |
| HSL | hsl(30, 71%, 47%) |
| CMYK | cmyk(0%, 42%, 83%, 20%) |
Want to explore more shades? Use our Color Converter
About Ochre
Color psychology: Earthiness, naturalness.
Ochre (#CC7722) is a medium shade of orange. It's commonly used in web design, graphic design, and branding where earthiness, naturalness are desired associations.
How to Use Ochre in CSS
/* Using HEX */ color: #CC7722; background-color: #CC7722; /* Using RGB */ color: rgb(204, 119, 34); /* Using HSL */ color: hsl(30, 71%, 47%);