Shades of Bitter #878D71
Tints of Bitter #878D71
RGB
CMYK
RGB Variations
Color information
#878D71 (or 0x878D71) is known color: Bitter. HEX triplet: 87, 8D and 71. RGB value is (135,141,113). Sum of RGB (Red+Green+Blue) = 135+141+113=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 141 - color contains mainly: green. Hex color #878D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D71 is #78728E. Grayscale: #888888. Windows color (decimal): -7893647 or 7441799. OLE color: 7441799.
HSL color Cylindrical-coordinate representation of color #878D71: hue angle of 72.86º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #878D71 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 141 | 113 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.45 |
| HSL | 72.86º | 0.11% | 0.5% | - |
| HSV(B) | 72.86º | 0.2% | 0.55% | - |
| XYZ | 22.5 | 25.39 | 19.34 | - |
| YUV | 136.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 113 | 0.04 | 0 | 0.20 | 0.45 | 72.86 | 0.11 | 0.5 |
| Hex | 87 | 8D | 71 | 4 | 0 | 14 | 2D | 49 | B | 32 |
| Octal | 207 | 215 | 161 | 4 | 0 | 24 | 55 | 111 | 13 | 62 |
| Binary | 10000111 | 10001101 | 1110001 | 100 | 0 | 10100 | 101101 | 1001001 | 1011 | 110010 |
Color Harmonies of #878D71
Complementary color
Monochromatic Colors of #878D71
Black with #878D71
Text Example
Text Example
White with #878D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878D71; }
p { color: rgb(135,141,113); }
H1.HeaderClassName
{
color: #878D71;
}
.AnyTagClassName
{
color: #878D71;
}
</style>
background-color css
<style>
a { background-color: #878D71; }
a { background-color: rgb(135,141,113); }
div.DivClassName
{
background-color: #878D71;
}
.BgClassName
{
background-color: #878D71;
}
</style>
border-color css
<style>
span { border-color: #878D71; }
span { border-color: rgb(135,141,113); }
td.TdClassName
{
border-color: #878D71;
}
.TagClassName
{
border-color: #878D71;
}
</style>