Shades of Bitter #878B73
Tints of Bitter #878B73
RGB
CMYK
RGB Variations
Color information
#878B73 (or 0x878B73) is known color: Bitter. HEX triplet: 87, 8B and 73. RGB value is (135,139,115). Sum of RGB (Red+Green+Blue) = 135+139+115=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 139 - color contains mainly: green. Hex color #878B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B73 is #78748C. Grayscale: #878787. Windows color (decimal): -7894157 or 7572359. OLE color: 7572359.
HSL color Cylindrical-coordinate representation of color #878B73: hue angle of 70º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #878B73 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 115 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.45 |
| HSL | 70º | 0.09% | 0.5% | - |
| HSV(B) | 70º | 0.17% | 0.55% | - |
| XYZ | 22.32 | 24.85 | 19.84 | - |
| YUV | 135.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 115 | 0.03 | 0 | 0.17 | 0.45 | 70 | 0.09 | 0.5 |
| Hex | 87 | 8B | 73 | 3 | 0 | 11 | 2D | 46 | 9 | 32 |
| Octal | 207 | 213 | 163 | 3 | 0 | 21 | 55 | 106 | 11 | 62 |
| Binary | 10000111 | 10001011 | 1110011 | 11 | 0 | 10001 | 101101 | 1000110 | 1001 | 110010 |
Color Harmonies of #878B73
Complementary color
Monochromatic Colors of #878B73
Black with #878B73
Text Example
Text Example
White with #878B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B73; }
p { color: rgb(135,139,115); }
H1.HeaderClassName
{
color: #878B73;
}
.AnyTagClassName
{
color: #878B73;
}
</style>
background-color css
<style>
a { background-color: #878B73; }
a { background-color: rgb(135,139,115); }
div.DivClassName
{
background-color: #878B73;
}
.BgClassName
{
background-color: #878B73;
}
</style>
border-color css
<style>
span { border-color: #878B73; }
span { border-color: rgb(135,139,115); }
td.TdClassName
{
border-color: #878B73;
}
.TagClassName
{
border-color: #878B73;
}
</style>