Shades of Bitter #878F65
Tints of Bitter #878F65
RGB
CMYK
RGB Variations
Color information
#878F65 (or 0x878F65) is known color: Bitter. HEX triplet: 87, 8F and 65. RGB value is (135,143,101). Sum of RGB (Red+Green+Blue) = 135+143+101=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 143 - color contains mainly: green. Hex color #878F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878F65 is #78709A. Grayscale: #878787. Windows color (decimal): -7893147 or 6655879. OLE color: 6655879.
HSL color Cylindrical-coordinate representation of color #878F65: hue angle of 71.43º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #878F65 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 143 | 101 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.44 |
| HSL | 71.43º | 0.17% | 0.48% | - |
| HSV(B) | 71.43º | 0.29% | 0.56% | - |
| XYZ | 22.16 | 25.74 | 16.11 | - |
| YUV | 135.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 101 | 0.06 | 0 | 0.29 | 0.44 | 71.43 | 0.17 | 0.48 |
| Hex | 87 | 8F | 65 | 6 | 0 | 1D | 2C | 47 | 11 | 30 |
| Octal | 207 | 217 | 145 | 6 | 0 | 35 | 54 | 107 | 21 | 60 |
| Binary | 10000111 | 10001111 | 1100101 | 110 | 0 | 11101 | 101100 | 1000111 | 10001 | 110000 |
Color Harmonies of #878F65
Complementary color
Monochromatic Colors of #878F65
Black with #878F65
Text Example
Text Example
White with #878F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878F65; }
p { color: rgb(135,143,101); }
H1.HeaderClassName
{
color: #878F65;
}
.AnyTagClassName
{
color: #878F65;
}
</style>
background-color css
<style>
a { background-color: #878F65; }
a { background-color: rgb(135,143,101); }
div.DivClassName
{
background-color: #878F65;
}
.BgClassName
{
background-color: #878F65;
}
</style>
border-color css
<style>
span { border-color: #878F65; }
span { border-color: rgb(135,143,101); }
td.TdClassName
{
border-color: #878F65;
}
.TagClassName
{
border-color: #878F65;
}
</style>