Shades of Bitter #888E71
Tints of Bitter #888E71
RGB
CMYK
RGB Variations
Color information
#888E71 (or 0x888E71) is known color: Bitter. HEX triplet: 88, 8E and 71. RGB value is (136,142,113). Sum of RGB (Red+Green+Blue) = 136+142+113=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 142 - color contains mainly: green. Hex color #888E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888E71 is #77718E. Grayscale: #898989. Windows color (decimal): -7827855 or 7442056. OLE color: 7442056.
HSL color Cylindrical-coordinate representation of color #888E71: hue angle of 72.41º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #888E71 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 142 | 113 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.44 |
| HSL | 72.41º | 0.11% | 0.5% | - |
| HSV(B) | 72.41º | 0.2% | 0.56% | - |
| XYZ | 22.81 | 25.77 | 19.4 | - |
| YUV | 136.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 113 | 0.04 | 0 | 0.20 | 0.44 | 72.41 | 0.11 | 0.5 |
| Hex | 88 | 8E | 71 | 4 | 0 | 14 | 2C | 48 | B | 32 |
| Octal | 210 | 216 | 161 | 4 | 0 | 24 | 54 | 110 | 13 | 62 |
| Binary | 10001000 | 10001110 | 1110001 | 100 | 0 | 10100 | 101100 | 1001000 | 1011 | 110010 |
Color Harmonies of #888E71
Complementary color
Monochromatic Colors of #888E71
Black with #888E71
Text Example
Text Example
White with #888E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888E71; }
p { color: rgb(136,142,113); }
H1.HeaderClassName
{
color: #888E71;
}
.AnyTagClassName
{
color: #888E71;
}
</style>
background-color css
<style>
a { background-color: #888E71; }
a { background-color: rgb(136,142,113); }
div.DivClassName
{
background-color: #888E71;
}
.BgClassName
{
background-color: #888E71;
}
</style>
border-color css
<style>
span { border-color: #888E71; }
span { border-color: rgb(136,142,113); }
td.TdClassName
{
border-color: #888E71;
}
.TagClassName
{
border-color: #888E71;
}
</style>