Shades of Bitter #878D72
Tints of Bitter #878D72
RGB
CMYK
RGB Variations
Color information
#878D72 (or 0x878D72) is known color: Bitter. HEX triplet: 87, 8D and 72. RGB value is (135,141,114). Sum of RGB (Red+Green+Blue) = 135+141+114=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 141 - color contains mainly: green. Hex color #878D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D72 is #78728D. Grayscale: #888888. Windows color (decimal): -7893646 or 7507335. OLE color: 7507335.
HSL color Cylindrical-coordinate representation of color #878D72: hue angle of 73.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #878D72 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 141 | 114 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.45 |
| HSL | 73.33º | 0.11% | 0.5% | - |
| HSV(B) | 73.33º | 0.19% | 0.55% | - |
| XYZ | 22.55 | 25.42 | 19.64 | - |
| YUV | 136.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 114 | 0.04 | 0 | 0.19 | 0.45 | 73.33 | 0.11 | 0.5 |
| Hex | 87 | 8D | 72 | 4 | 0 | 13 | 2D | 49 | B | 32 |
| Octal | 207 | 215 | 162 | 4 | 0 | 23 | 55 | 111 | 13 | 62 |
| Binary | 10000111 | 10001101 | 1110010 | 100 | 0 | 10011 | 101101 | 1001001 | 1011 | 110010 |
Color Harmonies of #878D72
Complementary color
Monochromatic Colors of #878D72
Black with #878D72
Text Example
Text Example
White with #878D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878D72; }
p { color: rgb(135,141,114); }
H1.HeaderClassName
{
color: #878D72;
}
.AnyTagClassName
{
color: #878D72;
}
</style>
background-color css
<style>
a { background-color: #878D72; }
a { background-color: rgb(135,141,114); }
div.DivClassName
{
background-color: #878D72;
}
.BgClassName
{
background-color: #878D72;
}
</style>
border-color css
<style>
span { border-color: #878D72; }
span { border-color: rgb(135,141,114); }
td.TdClassName
{
border-color: #878D72;
}
.TagClassName
{
border-color: #878D72;
}
</style>