Shades of Bitter #858878
Tints of Bitter #858878
RGB
CMYK
RGB Variations
Color information
#858878 (or 0x858878) is known color: Bitter. HEX triplet: 85, 88 and 78. RGB value is (133,136,120). Sum of RGB (Red+Green+Blue) = 133+136+120=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 136 - color contains mainly: green. Hex color #858878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858878 is #7A7787. Grayscale: #858585. Windows color (decimal): -8025992 or 7899269. OLE color: 7899269.
HSL color Cylindrical-coordinate representation of color #858878: hue angle of 71.25º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858878 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 120 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.47 |
| HSL | 71.25º | 0.06% | 0.5% | - |
| HSV(B) | 71.25º | 0.12% | 0.53% | - |
| XYZ | 21.87 | 23.95 | 21.24 | - |
| YUV | 133.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 120 | 0.02 | 0 | 0.12 | 0.47 | 71.25 | 0.06 | 0.5 |
| Hex | 85 | 88 | 78 | 2 | 0 | C | 2F | 47 | 6 | 32 |
| Octal | 205 | 210 | 170 | 2 | 0 | 14 | 57 | 107 | 6 | 62 |
| Binary | 10000101 | 10001000 | 1111000 | 10 | 0 | 1100 | 101111 | 1000111 | 110 | 110010 |
Color Harmonies of #858878
Complementary color
Monochromatic Colors of #858878
Black with #858878
Text Example
Text Example
White with #858878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858878; }
p { color: rgb(133,136,120); }
H1.HeaderClassName
{
color: #858878;
}
.AnyTagClassName
{
color: #858878;
}
</style>
background-color css
<style>
a { background-color: #858878; }
a { background-color: rgb(133,136,120); }
div.DivClassName
{
background-color: #858878;
}
.BgClassName
{
background-color: #858878;
}
</style>
border-color css
<style>
span { border-color: #858878; }
span { border-color: rgb(133,136,120); }
td.TdClassName
{
border-color: #858878;
}
.TagClassName
{
border-color: #858878;
}
</style>