Shades of Bitter #888D72
Tints of Bitter #888D72
RGB
CMYK
RGB Variations
Color information
#888D72 (or 0x888D72) is known color: Bitter. HEX triplet: 88, 8D and 72. RGB value is (136,141,114). Sum of RGB (Red+Green+Blue) = 136+141+114=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 141 - color contains mainly: green. Hex color #888D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888D72 is #77728D. Grayscale: #888888. Windows color (decimal): -7828110 or 7507336. OLE color: 7507336.
HSL color Cylindrical-coordinate representation of color #888D72: hue angle of 71.11º 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 #888D72 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 114 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.45 |
| HSL | 71.11º | 0.11% | 0.5% | - |
| HSV(B) | 71.11º | 0.19% | 0.55% | - |
| XYZ | 22.72 | 25.5 | 19.64 | - |
| YUV | 136.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 114 | 0.04 | 0 | 0.19 | 0.45 | 71.11 | 0.11 | 0.5 |
| Hex | 88 | 8D | 72 | 4 | 0 | 13 | 2D | 47 | B | 32 |
| Octal | 210 | 215 | 162 | 4 | 0 | 23 | 55 | 107 | 13 | 62 |
| Binary | 10001000 | 10001101 | 1110010 | 100 | 0 | 10011 | 101101 | 1000111 | 1011 | 110010 |
Color Harmonies of #888D72
Complementary color
Monochromatic Colors of #888D72
Black with #888D72
Text Example
Text Example
White with #888D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D72; }
p { color: rgb(136,141,114); }
H1.HeaderClassName
{
color: #888D72;
}
.AnyTagClassName
{
color: #888D72;
}
</style>
background-color css
<style>
a { background-color: #888D72; }
a { background-color: rgb(136,141,114); }
div.DivClassName
{
background-color: #888D72;
}
.BgClassName
{
background-color: #888D72;
}
</style>
border-color css
<style>
span { border-color: #888D72; }
span { border-color: rgb(136,141,114); }
td.TdClassName
{
border-color: #888D72;
}
.TagClassName
{
border-color: #888D72;
}
</style>