Shades of Bitter #8B8E7A
Tints of Bitter #8B8E7A
RGB
CMYK
RGB Variations
Color information
#8B8E7A (or 0x8B8E7A) is known color: Bitter. HEX triplet: 8B, 8E and 7A. RGB value is (139,142,122). Sum of RGB (Red+Green+Blue) = 139+142+122=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8E7A is #747185. Grayscale: #8A8A8A. Windows color (decimal): -7631238 or 8031883. OLE color: 8031883.
HSL color Cylindrical-coordinate representation of color #8B8E7A: hue angle of 69º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B8E7A is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 142 | 122 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.44 |
| HSL | 69º | 0.08% | 0.52% | - |
| HSV(B) | 69º | 0.14% | 0.56% | - |
| XYZ | 23.83 | 26.24 | 22.22 | - |
| YUV | 138.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 122 | 0.02 | 0 | 0.14 | 0.44 | 69 | 0.08 | 0.52 |
| Hex | 8B | 8E | 7A | 2 | 0 | E | 2C | 45 | 8 | 34 |
| Octal | 213 | 216 | 172 | 2 | 0 | 16 | 54 | 105 | 10 | 64 |
| Binary | 10001011 | 10001110 | 1111010 | 10 | 0 | 1110 | 101100 | 1000101 | 1000 | 110100 |
Color Harmonies of #8B8E7A
Complementary color
Monochromatic Colors of #8B8E7A
Black with #8B8E7A
Text Example
Text Example
White with #8B8E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8E7A; }
p { color: rgb(139,142,122); }
H1.HeaderClassName
{
color: #8B8E7A;
}
.AnyTagClassName
{
color: #8B8E7A;
}
</style>
background-color css
<style>
a { background-color: #8B8E7A; }
a { background-color: rgb(139,142,122); }
div.DivClassName
{
background-color: #8B8E7A;
}
.BgClassName
{
background-color: #8B8E7A;
}
</style>
border-color css
<style>
span { border-color: #8B8E7A; }
span { border-color: rgb(139,142,122); }
td.TdClassName
{
border-color: #8B8E7A;
}
.TagClassName
{
border-color: #8B8E7A;
}
</style>