Shades of Bitter #8B8D72
Tints of Bitter #8B8D72
RGB
CMYK
RGB Variations
Color information
#8B8D72 (or 0x8B8D72) is known color: Bitter. HEX triplet: 8B, 8D and 72. RGB value is (139,141,114). Sum of RGB (Red+Green+Blue) = 139+141+114=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8D72 is #74728D. Grayscale: #898989. Windows color (decimal): -7631502 or 7507339. OLE color: 7507339.
HSL color Cylindrical-coordinate representation of color #8B8D72: hue angle of 64.44º 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 #8B8D72 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 141 | 114 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.45 |
| HSL | 64.44º | 0.11% | 0.5% | - |
| HSV(B) | 64.44º | 0.19% | 0.55% | - |
| XYZ | 23.21 | 25.75 | 19.67 | - |
| YUV | 137.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 114 | 0.01 | 0 | 0.19 | 0.45 | 64.44 | 0.11 | 0.5 |
| Hex | 8B | 8D | 72 | 1 | 0 | 13 | 2D | 40 | B | 32 |
| Octal | 213 | 215 | 162 | 1 | 0 | 23 | 55 | 100 | 13 | 62 |
| Binary | 10001011 | 10001101 | 1110010 | 1 | 0 | 10011 | 101101 | 1000000 | 1011 | 110010 |
Color Harmonies of #8B8D72
Complementary color
Monochromatic Colors of #8B8D72
Black with #8B8D72
Text Example
Text Example
White with #8B8D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8D72; }
p { color: rgb(139,141,114); }
H1.HeaderClassName
{
color: #8B8D72;
}
.AnyTagClassName
{
color: #8B8D72;
}
</style>
background-color css
<style>
a { background-color: #8B8D72; }
a { background-color: rgb(139,141,114); }
div.DivClassName
{
background-color: #8B8D72;
}
.BgClassName
{
background-color: #8B8D72;
}
</style>
border-color css
<style>
span { border-color: #8B8D72; }
span { border-color: rgb(139,141,114); }
td.TdClassName
{
border-color: #8B8D72;
}
.TagClassName
{
border-color: #8B8D72;
}
</style>