Shades of Bitter #878861
Tints of Bitter #878861
RGB
CMYK
RGB Variations
Color information
#878861 (or 0x878861) is known color: Bitter. HEX triplet: 87, 88 and 61. RGB value is (135,136,97). Sum of RGB (Red+Green+Blue) = 135+136+97=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #878861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878861 is #78779E. Grayscale: #838383. Windows color (decimal): -7894943 or 6391943. OLE color: 6391943.
HSL color Cylindrical-coordinate representation of color #878861: hue angle of 61.54º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #878861 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 136 | 97 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.47 |
| HSL | 61.54º | 0.17% | 0.46% | - |
| HSV(B) | 61.54º | 0.29% | 0.53% | - |
| XYZ | 20.95 | 23.62 | 14.76 | - |
| YUV | 131.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 97 | 0.01 | 0 | 0.29 | 0.47 | 61.54 | 0.17 | 0.46 |
| Hex | 87 | 88 | 61 | 1 | 0 | 1D | 2F | 3E | 11 | 2E |
| Octal | 207 | 210 | 141 | 1 | 0 | 35 | 57 | 76 | 21 | 56 |
| Binary | 10000111 | 10001000 | 1100001 | 1 | 0 | 11101 | 101111 | 111110 | 10001 | 101110 |
Color Harmonies of #878861
Complementary color
Monochromatic Colors of #878861
Black with #878861
Text Example
Text Example
White with #878861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878861; }
p { color: rgb(135,136,97); }
H1.HeaderClassName
{
color: #878861;
}
.AnyTagClassName
{
color: #878861;
}
</style>
background-color css
<style>
a { background-color: #878861; }
a { background-color: rgb(135,136,97); }
div.DivClassName
{
background-color: #878861;
}
.BgClassName
{
background-color: #878861;
}
</style>
border-color css
<style>
span { border-color: #878861; }
span { border-color: rgb(135,136,97); }
td.TdClassName
{
border-color: #878861;
}
.TagClassName
{
border-color: #878861;
}
</style>