Shades of Bitter #878E5A
Tints of Bitter #878E5A
RGB
CMYK
RGB Variations
Color information
#878E5A (or 0x878E5A) is known color: Bitter. HEX triplet: 87, 8E and 5A. RGB value is (135,142,90). Sum of RGB (Red+Green+Blue) = 135+142+90=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 142 - color contains mainly: green. Hex color #878E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878E5A is #7871A5. Grayscale: #868686. Windows color (decimal): -7893414 or 5934727. OLE color: 5934727.
HSL color Cylindrical-coordinate representation of color #878E5A: hue angle of 68.08º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #878E5A is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 142 | 90 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.44 |
| HSL | 68.08º | 0.22% | 0.45% | - |
| HSV(B) | 68.08º | 0.37% | 0.56% | - |
| XYZ | 21.51 | 25.24 | 13.41 | - |
| YUV | 133.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 90 | 0.05 | 0 | 0.37 | 0.44 | 68.08 | 0.22 | 0.45 |
| Hex | 87 | 8E | 5A | 5 | 0 | 25 | 2C | 44 | 16 | 2D |
| Octal | 207 | 216 | 132 | 5 | 0 | 45 | 54 | 104 | 26 | 55 |
| Binary | 10000111 | 10001110 | 1011010 | 101 | 0 | 100101 | 101100 | 1000100 | 10110 | 101101 |
Color Harmonies of #878E5A
Complementary color
Monochromatic Colors of #878E5A
Black with #878E5A
Text Example
Text Example
White with #878E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878E5A; }
p { color: rgb(135,142,90); }
H1.HeaderClassName
{
color: #878E5A;
}
.AnyTagClassName
{
color: #878E5A;
}
</style>
background-color css
<style>
a { background-color: #878E5A; }
a { background-color: rgb(135,142,90); }
div.DivClassName
{
background-color: #878E5A;
}
.BgClassName
{
background-color: #878E5A;
}
</style>
border-color css
<style>
span { border-color: #878E5A; }
span { border-color: rgb(135,142,90); }
td.TdClassName
{
border-color: #878E5A;
}
.TagClassName
{
border-color: #878E5A;
}
</style>