Shades of Bitter #878A63
Tints of Bitter #878A63
RGB
CMYK
RGB Variations
Color information
#878A63 (or 0x878A63) is known color: Bitter. HEX triplet: 87, 8A and 63. RGB value is (135,138,99). Sum of RGB (Red+Green+Blue) = 135+138+99=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 138 - color contains mainly: green. Hex color #878A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878A63 is #78759C. Grayscale: #848484. Windows color (decimal): -7894429 or 6523527. OLE color: 6523527.
HSL color Cylindrical-coordinate representation of color #878A63: hue angle of 64.62º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #878A63 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 138 | 99 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.46 |
| HSL | 64.62º | 0.16% | 0.46% | - |
| HSV(B) | 64.62º | 0.28% | 0.54% | - |
| XYZ | 21.33 | 24.23 | 15.36 | - |
| YUV | 132.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 99 | 0.02 | 0 | 0.28 | 0.46 | 64.62 | 0.16 | 0.46 |
| Hex | 87 | 8A | 63 | 2 | 0 | 1C | 2E | 41 | 10 | 2E |
| Octal | 207 | 212 | 143 | 2 | 0 | 34 | 56 | 101 | 20 | 56 |
| Binary | 10000111 | 10001010 | 1100011 | 10 | 0 | 11100 | 101110 | 1000001 | 10000 | 101110 |
Color Harmonies of #878A63
Complementary color
Monochromatic Colors of #878A63
Black with #878A63
Text Example
Text Example
White with #878A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878A63; }
p { color: rgb(135,138,99); }
H1.HeaderClassName
{
color: #878A63;
}
.AnyTagClassName
{
color: #878A63;
}
</style>
background-color css
<style>
a { background-color: #878A63; }
a { background-color: rgb(135,138,99); }
div.DivClassName
{
background-color: #878A63;
}
.BgClassName
{
background-color: #878A63;
}
</style>
border-color css
<style>
span { border-color: #878A63; }
span { border-color: rgb(135,138,99); }
td.TdClassName
{
border-color: #878A63;
}
.TagClassName
{
border-color: #878A63;
}
</style>