Shades of Bitter #878C6B
Tints of Bitter #878C6B
RGB
CMYK
RGB Variations
Color information
#878C6B (or 0x878C6B) is known color: Bitter. HEX triplet: 87, 8C and 6B. RGB value is (135,140,107). Sum of RGB (Red+Green+Blue) = 135+140+107=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 140 - color contains mainly: green. Hex color #878C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878C6B is #787394. Grayscale: #868686. Windows color (decimal): -7893909 or 7048327. OLE color: 7048327.
HSL color Cylindrical-coordinate representation of color #878C6B: hue angle of 69.09º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #878C6B is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 140 | 107 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.45 |
| HSL | 69.09º | 0.13% | 0.48% | - |
| HSV(B) | 69.09º | 0.24% | 0.55% | - |
| XYZ | 22.02 | 24.97 | 17.57 | - |
| YUV | 134.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 107 | 0.04 | 0 | 0.24 | 0.45 | 69.09 | 0.13 | 0.48 |
| Hex | 87 | 8C | 6B | 4 | 0 | 18 | 2D | 45 | D | 30 |
| Octal | 207 | 214 | 153 | 4 | 0 | 30 | 55 | 105 | 15 | 60 |
| Binary | 10000111 | 10001100 | 1101011 | 100 | 0 | 11000 | 101101 | 1000101 | 1101 | 110000 |
Color Harmonies of #878C6B
Complementary color
Monochromatic Colors of #878C6B
Black with #878C6B
Text Example
Text Example
White with #878C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878C6B; }
p { color: rgb(135,140,107); }
H1.HeaderClassName
{
color: #878C6B;
}
.AnyTagClassName
{
color: #878C6B;
}
</style>
background-color css
<style>
a { background-color: #878C6B; }
a { background-color: rgb(135,140,107); }
div.DivClassName
{
background-color: #878C6B;
}
.BgClassName
{
background-color: #878C6B;
}
</style>
border-color css
<style>
span { border-color: #878C6B; }
span { border-color: rgb(135,140,107); }
td.TdClassName
{
border-color: #878C6B;
}
.TagClassName
{
border-color: #878C6B;
}
</style>