Shades of Bitter #8C8D72
Tints of Bitter #8C8D72
RGB
CMYK
RGB Variations
Color information
#8C8D72 (or 0x8C8D72) is known color: Bitter. HEX triplet: 8C, 8D and 72. RGB value is (140,141,114). Sum of RGB (Red+Green+Blue) = 140+141+114=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8D72 is #73728D. Grayscale: #898989. Windows color (decimal): -7565966 or 7507340. OLE color: 7507340.
HSL color Cylindrical-coordinate representation of color #8C8D72: hue angle of 62.22º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C8D72 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 141 | 114 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.45 |
| HSL | 62.22º | 0.11% | 0.5% | - |
| HSV(B) | 62.22º | 0.19% | 0.55% | - |
| XYZ | 23.38 | 25.84 | 19.68 | - |
| YUV | 137.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 114 | 0.01 | 0 | 0.19 | 0.45 | 62.22 | 0.11 | 0.5 |
| Hex | 8C | 8D | 72 | 1 | 0 | 13 | 2D | 3E | B | 32 |
| Octal | 214 | 215 | 162 | 1 | 0 | 23 | 55 | 76 | 13 | 62 |
| Binary | 10001100 | 10001101 | 1110010 | 1 | 0 | 10011 | 101101 | 111110 | 1011 | 110010 |
Color Harmonies of #8C8D72
Complementary color
Monochromatic Colors of #8C8D72
Black with #8C8D72
Text Example
Text Example
White with #8C8D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8D72; }
p { color: rgb(140,141,114); }
H1.HeaderClassName
{
color: #8C8D72;
}
.AnyTagClassName
{
color: #8C8D72;
}
</style>
background-color css
<style>
a { background-color: #8C8D72; }
a { background-color: rgb(140,141,114); }
div.DivClassName
{
background-color: #8C8D72;
}
.BgClassName
{
background-color: #8C8D72;
}
</style>
border-color css
<style>
span { border-color: #8C8D72; }
span { border-color: rgb(140,141,114); }
td.TdClassName
{
border-color: #8C8D72;
}
.TagClassName
{
border-color: #8C8D72;
}
</style>