Shades of Olive Haze #877F65
Tints of Olive Haze #877F65
RGB
CMYK
RGB Variations
Color information
#877F65 (or 0x877F65) is known color: Olive Haze. HEX triplet: 87, 7F and 65. RGB value is (135,127,101). Sum of RGB (Red+Green+Blue) = 135+127+101=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #877F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F65 is #78809A. Grayscale: #7E7E7E. Windows color (decimal): -7897243 or 6651783. OLE color: 6651783.
HSL color Cylindrical-coordinate representation of color #877F65: hue angle of 45.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #877F65 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 127 | 101 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.47 |
| HSL | 45.88º | 0.14% | 0.46% | - |
| HSV(B) | 45.88º | 0.25% | 0.53% | - |
| XYZ | 19.93 | 21.27 | 15.37 | - |
| YUV | 126.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 101 | 0 | 0.06 | 0.25 | 0.47 | 45.88 | 0.14 | 0.46 |
| Hex | 87 | 7F | 65 | 0 | 6 | 19 | 2F | 2E | E | 2E |
| Octal | 207 | 177 | 145 | 0 | 6 | 31 | 57 | 56 | 16 | 56 |
| Binary | 10000111 | 1111111 | 1100101 | 0 | 110 | 11001 | 101111 | 101110 | 1110 | 101110 |
Color Harmonies of #877F65
Complementary color
Monochromatic Colors of #877F65
Black with #877F65
Text Example
Text Example
White with #877F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F65; }
p { color: rgb(135,127,101); }
H1.HeaderClassName
{
color: #877F65;
}
.AnyTagClassName
{
color: #877F65;
}
</style>
background-color css
<style>
a { background-color: #877F65; }
a { background-color: rgb(135,127,101); }
div.DivClassName
{
background-color: #877F65;
}
.BgClassName
{
background-color: #877F65;
}
</style>
border-color css
<style>
span { border-color: #877F65; }
span { border-color: rgb(135,127,101); }
td.TdClassName
{
border-color: #877F65;
}
.TagClassName
{
border-color: #877F65;
}
</style>