Shades of Olive Haze #847F6D
Tints of Olive Haze #847F6D
RGB
CMYK
RGB Variations
Color information
#847F6D (or 0x847F6D) is known color: Olive Haze. HEX triplet: 84, 7F and 6D. RGB value is (132,127,109). Sum of RGB (Red+Green+Blue) = 132+127+109=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 132 - color contains mainly: red. Hex color #847F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F6D is #7B8092. Grayscale: #7E7E7E. Windows color (decimal): -8093843 or 7176068. OLE color: 7176068.
HSL color Cylindrical-coordinate representation of color #847F6D: hue angle of 46.96º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #847F6D is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 127 | 109 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.48 |
| HSL | 46.96º | 0.1% | 0.47% | - |
| HSV(B) | 46.96º | 0.17% | 0.52% | - |
| XYZ | 19.87 | 21.19 | 17.51 | - |
| YUV | 126.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 109 | 0 | 0.04 | 0.17 | 0.48 | 46.96 | 0.1 | 0.47 |
| Hex | 84 | 7F | 6D | 0 | 4 | 11 | 30 | 2F | A | 2F |
| Octal | 204 | 177 | 155 | 0 | 4 | 21 | 60 | 57 | 12 | 57 |
| Binary | 10000100 | 1111111 | 1101101 | 0 | 100 | 10001 | 110000 | 101111 | 1010 | 101111 |
Color Harmonies of #847F6D
Complementary color
Monochromatic Colors of #847F6D
Black with #847F6D
Text Example
Text Example
White with #847F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F6D; }
p { color: rgb(132,127,109); }
H1.HeaderClassName
{
color: #847F6D;
}
.AnyTagClassName
{
color: #847F6D;
}
</style>
background-color css
<style>
a { background-color: #847F6D; }
a { background-color: rgb(132,127,109); }
div.DivClassName
{
background-color: #847F6D;
}
.BgClassName
{
background-color: #847F6D;
}
</style>
border-color css
<style>
span { border-color: #847F6D; }
span { border-color: rgb(132,127,109); }
td.TdClassName
{
border-color: #847F6D;
}
.TagClassName
{
border-color: #847F6D;
}
</style>