Shades of Bitter #878E6B
Tints of Bitter #878E6B
RGB
CMYK
RGB Variations
Color information
#878E6B (or 0x878E6B) is known color: Bitter. HEX triplet: 87, 8E and 6B. RGB value is (135,142,107). Sum of RGB (Red+Green+Blue) = 135+142+107=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 142 - color contains mainly: green. Hex color #878E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878E6B is #787194. Grayscale: #888888. Windows color (decimal): -7893397 or 7048839. OLE color: 7048839.
HSL color Cylindrical-coordinate representation of color #878E6B: hue angle of 72º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #878E6B is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 142 | 107 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.44 |
| HSL | 72º | 0.14% | 0.49% | - |
| HSV(B) | 72º | 0.25% | 0.56% | - |
| XYZ | 22.32 | 25.56 | 17.67 | - |
| YUV | 135.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 107 | 0.05 | 0 | 0.25 | 0.44 | 72 | 0.14 | 0.49 |
| Hex | 87 | 8E | 6B | 5 | 0 | 19 | 2C | 48 | E | 31 |
| Octal | 207 | 216 | 153 | 5 | 0 | 31 | 54 | 110 | 16 | 61 |
| Binary | 10000111 | 10001110 | 1101011 | 101 | 0 | 11001 | 101100 | 1001000 | 1110 | 110001 |
Color Harmonies of #878E6B
Complementary color
Monochromatic Colors of #878E6B
Black with #878E6B
Text Example
Text Example
White with #878E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878E6B; }
p { color: rgb(135,142,107); }
H1.HeaderClassName
{
color: #878E6B;
}
.AnyTagClassName
{
color: #878E6B;
}
</style>
background-color css
<style>
a { background-color: #878E6B; }
a { background-color: rgb(135,142,107); }
div.DivClassName
{
background-color: #878E6B;
}
.BgClassName
{
background-color: #878E6B;
}
</style>
border-color css
<style>
span { border-color: #878E6B; }
span { border-color: rgb(135,142,107); }
td.TdClassName
{
border-color: #878E6B;
}
.TagClassName
{
border-color: #878E6B;
}
</style>