Shades of Bitter #888B79
Tints of Bitter #888B79
RGB
CMYK
RGB Variations
Color information
#888B79 (or 0x888B79) is known color: Bitter. HEX triplet: 88, 8B and 79. RGB value is (136,139,121). Sum of RGB (Red+Green+Blue) = 136+139+121=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 139 - color contains mainly: green. Hex color #888B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B79 is #777486. Grayscale: #888888. Windows color (decimal): -7828615 or 7965576. OLE color: 7965576.
HSL color Cylindrical-coordinate representation of color #888B79: hue angle of 70º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #888B79 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 121 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.45 |
| HSL | 70º | 0.07% | 0.51% | - |
| HSV(B) | 70º | 0.13% | 0.55% | - |
| XYZ | 22.84 | 25.08 | 21.73 | - |
| YUV | 136.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 121 | 0.02 | 0 | 0.13 | 0.45 | 70 | 0.07 | 0.51 |
| Hex | 88 | 8B | 79 | 2 | 0 | D | 2D | 46 | 7 | 33 |
| Octal | 210 | 213 | 171 | 2 | 0 | 15 | 55 | 106 | 7 | 63 |
| Binary | 10001000 | 10001011 | 1111001 | 10 | 0 | 1101 | 101101 | 1000110 | 111 | 110011 |
Color Harmonies of #888B79
Complementary color
Monochromatic Colors of #888B79
Black with #888B79
Text Example
Text Example
White with #888B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B79; }
p { color: rgb(136,139,121); }
H1.HeaderClassName
{
color: #888B79;
}
.AnyTagClassName
{
color: #888B79;
}
</style>
background-color css
<style>
a { background-color: #888B79; }
a { background-color: rgb(136,139,121); }
div.DivClassName
{
background-color: #888B79;
}
.BgClassName
{
background-color: #888B79;
}
</style>
border-color css
<style>
span { border-color: #888B79; }
span { border-color: rgb(136,139,121); }
td.TdClassName
{
border-color: #888B79;
}
.TagClassName
{
border-color: #888B79;
}
</style>