Shades of Bitter #888C73
Tints of Bitter #888C73
RGB
CMYK
RGB Variations
Color information
#888C73 (or 0x888C73) is known color: Bitter. HEX triplet: 88, 8C and 73. RGB value is (136,140,115). Sum of RGB (Red+Green+Blue) = 136+140+115=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 140 - color contains mainly: green. Hex color #888C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C73 is #77738C. Grayscale: #888888. Windows color (decimal): -7828365 or 7572616. OLE color: 7572616.
HSL color Cylindrical-coordinate representation of color #888C73: hue angle of 69.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #888C73 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 115 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.45 |
| HSL | 69.6º | 0.1% | 0.5% | - |
| HSV(B) | 69.6º | 0.18% | 0.55% | - |
| XYZ | 22.63 | 25.23 | 19.9 | - |
| YUV | 135.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 115 | 0.03 | 0 | 0.18 | 0.45 | 69.6 | 0.1 | 0.5 |
| Hex | 88 | 8C | 73 | 3 | 0 | 12 | 2D | 46 | A | 32 |
| Octal | 210 | 214 | 163 | 3 | 0 | 22 | 55 | 106 | 12 | 62 |
| Binary | 10001000 | 10001100 | 1110011 | 11 | 0 | 10010 | 101101 | 1000110 | 1010 | 110010 |
Color Harmonies of #888C73
Complementary color
Monochromatic Colors of #888C73
Black with #888C73
Text Example
Text Example
White with #888C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C73; }
p { color: rgb(136,140,115); }
H1.HeaderClassName
{
color: #888C73;
}
.AnyTagClassName
{
color: #888C73;
}
</style>
background-color css
<style>
a { background-color: #888C73; }
a { background-color: rgb(136,140,115); }
div.DivClassName
{
background-color: #888C73;
}
.BgClassName
{
background-color: #888C73;
}
</style>
border-color css
<style>
span { border-color: #888C73; }
span { border-color: rgb(136,140,115); }
td.TdClassName
{
border-color: #888C73;
}
.TagClassName
{
border-color: #888C73;
}
</style>