Shades of Bitter #8B8F78
Tints of Bitter #8B8F78
RGB
CMYK
RGB Variations
Color information
#8B8F78 (or 0x8B8F78) is known color: Bitter. HEX triplet: 8B, 8F and 78. RGB value is (139,143,120). Sum of RGB (Red+Green+Blue) = 139+143+120=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 143 - color contains mainly: green. Hex color #8B8F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8F78 is #747087. Grayscale: #8B8B8B. Windows color (decimal): -7630984 or 7901067. OLE color: 7901067.
HSL color Cylindrical-coordinate representation of color #8B8F78: hue angle of 70.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B8F78 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 143 | 120 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.44 |
| HSL | 70.43º | 0.09% | 0.52% | - |
| HSV(B) | 70.43º | 0.16% | 0.56% | - |
| XYZ | 23.86 | 26.49 | 21.62 | - |
| YUV | 139.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 143 | 120 | 0.03 | 0 | 0.16 | 0.44 | 70.43 | 0.09 | 0.52 |
| Hex | 8B | 8F | 78 | 3 | 0 | 10 | 2C | 46 | 9 | 34 |
| Octal | 213 | 217 | 170 | 3 | 0 | 20 | 54 | 106 | 11 | 64 |
| Binary | 10001011 | 10001111 | 1111000 | 11 | 0 | 10000 | 101100 | 1000110 | 1001 | 110100 |
Color Harmonies of #8B8F78
Complementary color
Monochromatic Colors of #8B8F78
Black with #8B8F78
Text Example
Text Example
White with #8B8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8F78; }
p { color: rgb(139,143,120); }
H1.HeaderClassName
{
color: #8B8F78;
}
.AnyTagClassName
{
color: #8B8F78;
}
</style>
background-color css
<style>
a { background-color: #8B8F78; }
a { background-color: rgb(139,143,120); }
div.DivClassName
{
background-color: #8B8F78;
}
.BgClassName
{
background-color: #8B8F78;
}
</style>
border-color css
<style>
span { border-color: #8B8F78; }
span { border-color: rgb(139,143,120); }
td.TdClassName
{
border-color: #8B8F78;
}
.TagClassName
{
border-color: #8B8F78;
}
</style>