What is the HEX code for grey brown?
The CSS color grey brown in HEX format is #7f7053. Use this value directly in CSS, SVG, and most design tools.
How do I use grey brown in CSS?
To apply grey brown in CSS:
- Text color: color: #7f7053;
- Background: background-color: #7f7053;
- Border: border-color: #7f7053;
What are all the color format values for grey brown?
| Format | Value |
|---|---|
| HEX | #7f7053 |
| RGB | rgb(127, 112, 83) |
| HSL | hsl(39.5, 21%, 41.2%) |
| CMYK | cmyk(0%, 11.8%, 34.6%, 50.2%) |
How do I convert grey brown to HEX?
Select grey brown from the color name list in our color converter. The HEX value — #7f7053 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does grey brown belong to?
grey brown belongs to the orange color family. It is a medium, muted color with HSL values: hue 39.5°, saturation 21%, lightness 41.2%.
How do I create lighter and darker shades of grey brown?
Lighter variant (lightness 56.2%): #a79778. Darker variant (lightness 26.200000000000003%): #514735. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.