Shades of Bitter #878B68
Tints of Bitter #878B68
RGB
CMYK
RGB Variations
Color information
#878B68 (or 0x878B68) is known color: Bitter. HEX triplet: 87, 8B and 68. RGB value is (135,139,104). Sum of RGB (Red+Green+Blue) = 135+139+104=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 139 - color contains mainly: green. Hex color #878B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B68 is #787497. Grayscale: #858585. Windows color (decimal): -7894168 or 6851463. OLE color: 6851463.
HSL color Cylindrical-coordinate representation of color #878B68: hue angle of 66.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #878B68 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 104 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.45 |
| HSL | 66.86º | 0.14% | 0.48% | - |
| HSV(B) | 66.86º | 0.25% | 0.55% | - |
| XYZ | 21.72 | 24.62 | 16.7 | - |
| YUV | 133.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 104 | 0.03 | 0 | 0.25 | 0.45 | 66.86 | 0.14 | 0.48 |
| Hex | 87 | 8B | 68 | 3 | 0 | 19 | 2D | 43 | E | 30 |
| Octal | 207 | 213 | 150 | 3 | 0 | 31 | 55 | 103 | 16 | 60 |
| Binary | 10000111 | 10001011 | 1101000 | 11 | 0 | 11001 | 101101 | 1000011 | 1110 | 110000 |
Color Harmonies of #878B68
Complementary color
Monochromatic Colors of #878B68
Black with #878B68
Text Example
Text Example
White with #878B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B68; }
p { color: rgb(135,139,104); }
H1.HeaderClassName
{
color: #878B68;
}
.AnyTagClassName
{
color: #878B68;
}
</style>
background-color css
<style>
a { background-color: #878B68; }
a { background-color: rgb(135,139,104); }
div.DivClassName
{
background-color: #878B68;
}
.BgClassName
{
background-color: #878B68;
}
</style>
border-color css
<style>
span { border-color: #878B68; }
span { border-color: rgb(135,139,104); }
td.TdClassName
{
border-color: #878B68;
}
.TagClassName
{
border-color: #878B68;
}
</style>