Shades of Bitter #878868
Tints of Bitter #878868
RGB
CMYK
RGB Variations
Color information
#878868 (or 0x878868) is known color: Bitter. HEX triplet: 87, 88 and 68. RGB value is (135,136,104). Sum of RGB (Red+Green+Blue) = 135+136+104=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #878868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878868 is #787797. Grayscale: #848484. Windows color (decimal): -7894936 or 6850695. OLE color: 6850695.
HSL color Cylindrical-coordinate representation of color #878868: hue angle of 61.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #878868 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 136 | 104 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.47 |
| HSL | 61.88º | 0.13% | 0.47% | - |
| HSV(B) | 61.88º | 0.24% | 0.53% | - |
| XYZ | 21.29 | 23.76 | 16.56 | - |
| YUV | 132.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 104 | 0.01 | 0 | 0.24 | 0.47 | 61.88 | 0.13 | 0.47 |
| Hex | 87 | 88 | 68 | 1 | 0 | 18 | 2F | 3E | D | 2F |
| Octal | 207 | 210 | 150 | 1 | 0 | 30 | 57 | 76 | 15 | 57 |
| Binary | 10000111 | 10001000 | 1101000 | 1 | 0 | 11000 | 101111 | 111110 | 1101 | 101111 |
Color Harmonies of #878868
Complementary color
Monochromatic Colors of #878868
Black with #878868
Text Example
Text Example
White with #878868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878868; }
p { color: rgb(135,136,104); }
H1.HeaderClassName
{
color: #878868;
}
.AnyTagClassName
{
color: #878868;
}
</style>
background-color css
<style>
a { background-color: #878868; }
a { background-color: rgb(135,136,104); }
div.DivClassName
{
background-color: #878868;
}
.BgClassName
{
background-color: #878868;
}
</style>
border-color css
<style>
span { border-color: #878868; }
span { border-color: rgb(135,136,104); }
td.TdClassName
{
border-color: #878868;
}
.TagClassName
{
border-color: #878868;
}
</style>