Shades of Bitter #87896E
Tints of Bitter #87896E
RGB
CMYK
RGB Variations
Color information
#87896E (or 0x87896E) is known color: Bitter. HEX triplet: 87, 89 and 6E. RGB value is (135,137,110). Sum of RGB (Red+Green+Blue) = 135+137+110=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 137 - color contains mainly: green. Hex color #87896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87896E is #787691. Grayscale: #858585. Windows color (decimal): -7894674 or 7244167. OLE color: 7244167.
HSL color Cylindrical-coordinate representation of color #87896E: hue angle of 64.44º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87896E is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 137 | 110 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.46 |
| HSL | 64.44º | 0.11% | 0.48% | - |
| HSV(B) | 64.44º | 0.2% | 0.54% | - |
| XYZ | 21.75 | 24.17 | 18.27 | - |
| YUV | 133.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 137 | 110 | 0.01 | 0 | 0.20 | 0.46 | 64.44 | 0.11 | 0.48 |
| Hex | 87 | 89 | 6E | 1 | 0 | 14 | 2E | 40 | B | 30 |
| Octal | 207 | 211 | 156 | 1 | 0 | 24 | 56 | 100 | 13 | 60 |
| Binary | 10000111 | 10001001 | 1101110 | 1 | 0 | 10100 | 101110 | 1000000 | 1011 | 110000 |
Color Harmonies of #87896E
Complementary color
Monochromatic Colors of #87896E
Black with #87896E
Text Example
Text Example
White with #87896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87896E; }
p { color: rgb(135,137,110); }
H1.HeaderClassName
{
color: #87896E;
}
.AnyTagClassName
{
color: #87896E;
}
</style>
background-color css
<style>
a { background-color: #87896E; }
a { background-color: rgb(135,137,110); }
div.DivClassName
{
background-color: #87896E;
}
.BgClassName
{
background-color: #87896E;
}
</style>
border-color css
<style>
span { border-color: #87896E; }
span { border-color: rgb(135,137,110); }
td.TdClassName
{
border-color: #87896E;
}
.TagClassName
{
border-color: #87896E;
}
</style>