Shades of Olive Haze #847E5F
Tints of Olive Haze #847E5F
RGB
CMYK
RGB Variations
Color information
#847E5F (or 0x847E5F) is known color: Olive Haze. HEX triplet: 84, 7E and 5F. RGB value is (132,126,95). Sum of RGB (Red+Green+Blue) = 132+126+95=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #847E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E5F is #7B81A0. Grayscale: #7C7C7C. Windows color (decimal): -8094113 or 6258308. OLE color: 6258308.
HSL color Cylindrical-coordinate representation of color #847E5F: hue angle of 50.27º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #847E5F is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 95 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.48 |
| HSL | 50.27º | 0.16% | 0.45% | - |
| HSV(B) | 50.27º | 0.28% | 0.52% | - |
| XYZ | 19.04 | 20.65 | 13.81 | - |
| YUV | 124.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 95 | 0 | 0.05 | 0.28 | 0.48 | 50.27 | 0.16 | 0.45 |
| Hex | 84 | 7E | 5F | 0 | 5 | 1C | 30 | 32 | 10 | 2D |
| Octal | 204 | 176 | 137 | 0 | 5 | 34 | 60 | 62 | 20 | 55 |
| Binary | 10000100 | 1111110 | 1011111 | 0 | 101 | 11100 | 110000 | 110010 | 10000 | 101101 |
Color Harmonies of #847E5F
Complementary color
Monochromatic Colors of #847E5F
Black with #847E5F
Text Example
Text Example
White with #847E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E5F; }
p { color: rgb(132,126,95); }
H1.HeaderClassName
{
color: #847E5F;
}
.AnyTagClassName
{
color: #847E5F;
}
</style>
background-color css
<style>
a { background-color: #847E5F; }
a { background-color: rgb(132,126,95); }
div.DivClassName
{
background-color: #847E5F;
}
.BgClassName
{
background-color: #847E5F;
}
</style>
border-color css
<style>
span { border-color: #847E5F; }
span { border-color: rgb(132,126,95); }
td.TdClassName
{
border-color: #847E5F;
}
.TagClassName
{
border-color: #847E5F;
}
</style>