Shades of Bitter #888A6B
Tints of Bitter #888A6B
RGB
CMYK
RGB Variations
Color information
#888A6B (or 0x888A6B) is known color: Bitter. HEX triplet: 88, 8A and 6B. RGB value is (136,138,107). Sum of RGB (Red+Green+Blue) = 136+138+107=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 138 - color contains mainly: green. Hex color #888A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A6B is #777594. Grayscale: #858585. Windows color (decimal): -7828885 or 7047816. OLE color: 7047816.
HSL color Cylindrical-coordinate representation of color #888A6B: hue angle of 63.87º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #888A6B is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 107 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.46 |
| HSL | 63.87º | 0.13% | 0.48% | - |
| HSV(B) | 63.87º | 0.22% | 0.54% | - |
| XYZ | 21.9 | 24.47 | 17.48 | - |
| YUV | 133.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 107 | 0.01 | 0 | 0.22 | 0.46 | 63.87 | 0.13 | 0.48 |
| Hex | 88 | 8A | 6B | 1 | 0 | 16 | 2E | 40 | D | 30 |
| Octal | 210 | 212 | 153 | 1 | 0 | 26 | 56 | 100 | 15 | 60 |
| Binary | 10001000 | 10001010 | 1101011 | 1 | 0 | 10110 | 101110 | 1000000 | 1101 | 110000 |
Color Harmonies of #888A6B
Complementary color
Monochromatic Colors of #888A6B
Black with #888A6B
Text Example
Text Example
White with #888A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A6B; }
p { color: rgb(136,138,107); }
H1.HeaderClassName
{
color: #888A6B;
}
.AnyTagClassName
{
color: #888A6B;
}
</style>
background-color css
<style>
a { background-color: #888A6B; }
a { background-color: rgb(136,138,107); }
div.DivClassName
{
background-color: #888A6B;
}
.BgClassName
{
background-color: #888A6B;
}
</style>
border-color css
<style>
span { border-color: #888A6B; }
span { border-color: rgb(136,138,107); }
td.TdClassName
{
border-color: #888A6B;
}
.TagClassName
{
border-color: #888A6B;
}
</style>