Shades of Bitter #87886C
Tints of Bitter #87886C
RGB
CMYK
RGB Variations
Color information
#87886C (or 0x87886C) is known color: Bitter. HEX triplet: 87, 88 and 6C. RGB value is (135,136,108). Sum of RGB (Red+Green+Blue) = 135+136+108=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #87886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87886C is #787793. Grayscale: #848484. Windows color (decimal): -7894932 or 7112839. OLE color: 7112839.
HSL color Cylindrical-coordinate representation of color #87886C: hue angle of 62.14º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87886C is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 136 | 108 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.47 |
| HSL | 62.14º | 0.11% | 0.48% | - |
| HSV(B) | 62.14º | 0.21% | 0.53% | - |
| XYZ | 21.5 | 23.84 | 17.66 | - |
| YUV | 132.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 108 | 0.01 | 0 | 0.21 | 0.47 | 62.14 | 0.11 | 0.48 |
| Hex | 87 | 88 | 6C | 1 | 0 | 15 | 2F | 3E | B | 30 |
| Octal | 207 | 210 | 154 | 1 | 0 | 25 | 57 | 76 | 13 | 60 |
| Binary | 10000111 | 10001000 | 1101100 | 1 | 0 | 10101 | 101111 | 111110 | 1011 | 110000 |
Color Harmonies of #87886C
Complementary color
Monochromatic Colors of #87886C
Black with #87886C
Text Example
Text Example
White with #87886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87886C; }
p { color: rgb(135,136,108); }
H1.HeaderClassName
{
color: #87886C;
}
.AnyTagClassName
{
color: #87886C;
}
</style>
background-color css
<style>
a { background-color: #87886C; }
a { background-color: rgb(135,136,108); }
div.DivClassName
{
background-color: #87886C;
}
.BgClassName
{
background-color: #87886C;
}
</style>
border-color css
<style>
span { border-color: #87886C; }
span { border-color: rgb(135,136,108); }
td.TdClassName
{
border-color: #87886C;
}
.TagClassName
{
border-color: #87886C;
}
</style>