Shades of Olive Haze #877F68
Tints of Olive Haze #877F68
RGB
CMYK
RGB Variations
Color information
#877F68 (or 0x877F68) is known color: Olive Haze. HEX triplet: 87, 7F and 68. RGB value is (135,127,104). Sum of RGB (Red+Green+Blue) = 135+127+104=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #877F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F68 is #788097. Grayscale: #7E7E7E. Windows color (decimal): -7897240 or 6848391. OLE color: 6848391.
HSL color Cylindrical-coordinate representation of color #877F68: hue angle of 44.52º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #877F68 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 127 | 104 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.47 |
| HSL | 44.52º | 0.13% | 0.47% | - |
| HSV(B) | 44.52º | 0.23% | 0.53% | - |
| XYZ | 20.08 | 21.33 | 16.16 | - |
| YUV | 126.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 104 | 0 | 0.06 | 0.23 | 0.47 | 44.52 | 0.13 | 0.47 |
| Hex | 87 | 7F | 68 | 0 | 6 | 17 | 2F | 2D | D | 2F |
| Octal | 207 | 177 | 150 | 0 | 6 | 27 | 57 | 55 | 15 | 57 |
| Binary | 10000111 | 1111111 | 1101000 | 0 | 110 | 10111 | 101111 | 101101 | 1101 | 101111 |
Color Harmonies of #877F68
Complementary color
Monochromatic Colors of #877F68
Black with #877F68
Text Example
Text Example
White with #877F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F68; }
p { color: rgb(135,127,104); }
H1.HeaderClassName
{
color: #877F68;
}
.AnyTagClassName
{
color: #877F68;
}
</style>
background-color css
<style>
a { background-color: #877F68; }
a { background-color: rgb(135,127,104); }
div.DivClassName
{
background-color: #877F68;
}
.BgClassName
{
background-color: #877F68;
}
</style>
border-color css
<style>
span { border-color: #877F68; }
span { border-color: rgb(135,127,104); }
td.TdClassName
{
border-color: #877F68;
}
.TagClassName
{
border-color: #877F68;
}
</style>