Shades of Bitter #878B71
Tints of Bitter #878B71
RGB
CMYK
RGB Variations
Color information
#878B71 (or 0x878B71) is known color: Bitter. HEX triplet: 87, 8B and 71. RGB value is (135,139,113). Sum of RGB (Red+Green+Blue) = 135+139+113=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 139 - color contains mainly: green. Hex color #878B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B71 is #78748E. Grayscale: #868686. Windows color (decimal): -7894159 or 7441287. OLE color: 7441287.
HSL color Cylindrical-coordinate representation of color #878B71: hue angle of 69.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #878B71 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 113 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.45 |
| HSL | 69.23º | 0.1% | 0.49% | - |
| HSV(B) | 69.23º | 0.19% | 0.55% | - |
| XYZ | 22.2 | 24.81 | 19.24 | - |
| YUV | 134.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 113 | 0.03 | 0 | 0.19 | 0.45 | 69.23 | 0.1 | 0.49 |
| Hex | 87 | 8B | 71 | 3 | 0 | 13 | 2D | 45 | A | 31 |
| Octal | 207 | 213 | 161 | 3 | 0 | 23 | 55 | 105 | 12 | 61 |
| Binary | 10000111 | 10001011 | 1110001 | 11 | 0 | 10011 | 101101 | 1000101 | 1010 | 110001 |
Color Harmonies of #878B71
Complementary color
Monochromatic Colors of #878B71
Black with #878B71
Text Example
Text Example
White with #878B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B71; }
p { color: rgb(135,139,113); }
H1.HeaderClassName
{
color: #878B71;
}
.AnyTagClassName
{
color: #878B71;
}
</style>
background-color css
<style>
a { background-color: #878B71; }
a { background-color: rgb(135,139,113); }
div.DivClassName
{
background-color: #878B71;
}
.BgClassName
{
background-color: #878B71;
}
</style>
border-color css
<style>
span { border-color: #878B71; }
span { border-color: rgb(135,139,113); }
td.TdClassName
{
border-color: #878B71;
}
.TagClassName
{
border-color: #878B71;
}
</style>