Shades of Bitter #878E6C
Tints of Bitter #878E6C
RGB
CMYK
RGB Variations
Color information
#878E6C (or 0x878E6C) is known color: Bitter. HEX triplet: 87, 8E and 6C. RGB value is (135,142,108). Sum of RGB (Red+Green+Blue) = 135+142+108=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 142 - color contains mainly: green. Hex color #878E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878E6C is #787193. Grayscale: #888888. Windows color (decimal): -7893396 or 7114375. OLE color: 7114375.
HSL color Cylindrical-coordinate representation of color #878E6C: hue angle of 72.35º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #878E6C is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 142 | 108 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.44 |
| HSL | 72.35º | 0.14% | 0.49% | - |
| HSV(B) | 72.35º | 0.24% | 0.56% | - |
| XYZ | 22.37 | 25.58 | 17.95 | - |
| YUV | 136.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 108 | 0.05 | 0 | 0.24 | 0.44 | 72.35 | 0.14 | 0.49 |
| Hex | 87 | 8E | 6C | 5 | 0 | 18 | 2C | 48 | E | 31 |
| Octal | 207 | 216 | 154 | 5 | 0 | 30 | 54 | 110 | 16 | 61 |
| Binary | 10000111 | 10001110 | 1101100 | 101 | 0 | 11000 | 101100 | 1001000 | 1110 | 110001 |
Color Harmonies of #878E6C
Complementary color
Monochromatic Colors of #878E6C
Black with #878E6C
Text Example
Text Example
White with #878E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878E6C; }
p { color: rgb(135,142,108); }
H1.HeaderClassName
{
color: #878E6C;
}
.AnyTagClassName
{
color: #878E6C;
}
</style>
background-color css
<style>
a { background-color: #878E6C; }
a { background-color: rgb(135,142,108); }
div.DivClassName
{
background-color: #878E6C;
}
.BgClassName
{
background-color: #878E6C;
}
</style>
border-color css
<style>
span { border-color: #878E6C; }
span { border-color: rgb(135,142,108); }
td.TdClassName
{
border-color: #878E6C;
}
.TagClassName
{
border-color: #878E6C;
}
</style>