Shades of Bitter #879163
Tints of Bitter #879163
RGB
CMYK
RGB Variations
Color information
#879163 (or 0x879163) is known color: Bitter. HEX triplet: 87, 91 and 63. RGB value is (135,145,99). Sum of RGB (Red+Green+Blue) = 135+145+99=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #879163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879163 is #786E9C. Grayscale: #888888. Windows color (decimal): -7892637 or 6525319. OLE color: 6525319.
HSL color Cylindrical-coordinate representation of color #879163: hue angle of 73.04º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #879163 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 145 | 99 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.43 |
| HSL | 73.04º | 0.19% | 0.48% | - |
| HSV(B) | 73.04º | 0.32% | 0.57% | - |
| XYZ | 22.37 | 26.3 | 15.7 | - |
| YUV | 136.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 145 | 99 | 0.07 | 0 | 0.32 | 0.43 | 73.04 | 0.19 | 0.48 |
| Hex | 87 | 91 | 63 | 7 | 0 | 20 | 2B | 49 | 13 | 30 |
| Octal | 207 | 221 | 143 | 7 | 0 | 40 | 53 | 111 | 23 | 60 |
| Binary | 10000111 | 10010001 | 1100011 | 111 | 0 | 100000 | 101011 | 1001001 | 10011 | 110000 |
Color Harmonies of #879163
Complementary color
Monochromatic Colors of #879163
Black with #879163
Text Example
Text Example
White with #879163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879163; }
p { color: rgb(135,145,99); }
H1.HeaderClassName
{
color: #879163;
}
.AnyTagClassName
{
color: #879163;
}
</style>
background-color css
<style>
a { background-color: #879163; }
a { background-color: rgb(135,145,99); }
div.DivClassName
{
background-color: #879163;
}
.BgClassName
{
background-color: #879163;
}
</style>
border-color css
<style>
span { border-color: #879163; }
span { border-color: rgb(135,145,99); }
td.TdClassName
{
border-color: #879163;
}
.TagClassName
{
border-color: #879163;
}
</style>