Shades of Bitter #888A75
Tints of Bitter #888A75
RGB
CMYK
RGB Variations
Color information
#888A75 (or 0x888A75) is known color: Bitter. HEX triplet: 88, 8A and 75. RGB value is (136,138,117). Sum of RGB (Red+Green+Blue) = 136+138+117=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 138 - color contains mainly: green. Hex color #888A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A75 is #77758A. Grayscale: #878787. Windows color (decimal): -7828875 or 7703176. OLE color: 7703176.
HSL color Cylindrical-coordinate representation of color #888A75: hue angle of 65.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #888A75 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 117 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.46 |
| HSL | 65.71º | 0.08% | 0.5% | - |
| HSV(B) | 65.71º | 0.15% | 0.54% | - |
| XYZ | 22.45 | 24.7 | 20.41 | - |
| YUV | 135.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 117 | 0.01 | 0 | 0.15 | 0.46 | 65.71 | 0.08 | 0.5 |
| Hex | 88 | 8A | 75 | 1 | 0 | F | 2E | 42 | 8 | 32 |
| Octal | 210 | 212 | 165 | 1 | 0 | 17 | 56 | 102 | 10 | 62 |
| Binary | 10001000 | 10001010 | 1110101 | 1 | 0 | 1111 | 101110 | 1000010 | 1000 | 110010 |
Color Harmonies of #888A75
Complementary color
Monochromatic Colors of #888A75
Black with #888A75
Text Example
Text Example
White with #888A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A75; }
p { color: rgb(136,138,117); }
H1.HeaderClassName
{
color: #888A75;
}
.AnyTagClassName
{
color: #888A75;
}
</style>
background-color css
<style>
a { background-color: #888A75; }
a { background-color: rgb(136,138,117); }
div.DivClassName
{
background-color: #888A75;
}
.BgClassName
{
background-color: #888A75;
}
</style>
border-color css
<style>
span { border-color: #888A75; }
span { border-color: rgb(136,138,117); }
td.TdClassName
{
border-color: #888A75;
}
.TagClassName
{
border-color: #888A75;
}
</style>