Shades of Bitter #8B8F7A
Tints of Bitter #8B8F7A
RGB
CMYK
RGB Variations
Color information
#8B8F7A (or 0x8B8F7A) is known color: Bitter. HEX triplet: 8B, 8F and 7A. RGB value is (139,143,122). Sum of RGB (Red+Green+Blue) = 139+143+122=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 143 - color contains mainly: green. Hex color #8B8F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8F7A is #747085. Grayscale: #8B8B8B. Windows color (decimal): -7630982 or 8032139. OLE color: 8032139.
HSL color Cylindrical-coordinate representation of color #8B8F7A: hue angle of 71.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B8F7A is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 143 | 122 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.44 |
| HSL | 71.43º | 0.09% | 0.52% | - |
| HSV(B) | 71.43º | 0.15% | 0.56% | - |
| XYZ | 23.98 | 26.54 | 22.27 | - |
| YUV | 139.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 143 | 122 | 0.03 | 0 | 0.15 | 0.44 | 71.43 | 0.09 | 0.52 |
| Hex | 8B | 8F | 7A | 3 | 0 | F | 2C | 47 | 9 | 34 |
| Octal | 213 | 217 | 172 | 3 | 0 | 17 | 54 | 107 | 11 | 64 |
| Binary | 10001011 | 10001111 | 1111010 | 11 | 0 | 1111 | 101100 | 1000111 | 1001 | 110100 |
Color Harmonies of #8B8F7A
Complementary color
Monochromatic Colors of #8B8F7A
Black with #8B8F7A
Text Example
Text Example
White with #8B8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8F7A; }
p { color: rgb(139,143,122); }
H1.HeaderClassName
{
color: #8B8F7A;
}
.AnyTagClassName
{
color: #8B8F7A;
}
</style>
background-color css
<style>
a { background-color: #8B8F7A; }
a { background-color: rgb(139,143,122); }
div.DivClassName
{
background-color: #8B8F7A;
}
.BgClassName
{
background-color: #8B8F7A;
}
</style>
border-color css
<style>
span { border-color: #8B8F7A; }
span { border-color: rgb(139,143,122); }
td.TdClassName
{
border-color: #8B8F7A;
}
.TagClassName
{
border-color: #8B8F7A;
}
</style>