Shades of Bitter #8B8E75
Tints of Bitter #8B8E75
RGB
CMYK
RGB Variations
Color information
#8B8E75 (or 0x8B8E75) is known color: Bitter. HEX triplet: 8B, 8E and 75. RGB value is (139,142,117). Sum of RGB (Red+Green+Blue) = 139+142+117=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8E75 is #74718A. Grayscale: #8A8A8A. Windows color (decimal): -7631243 or 7704203. OLE color: 7704203.
HSL color Cylindrical-coordinate representation of color #8B8E75: hue angle of 67.2º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B8E75 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 142 | 117 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.44 |
| HSL | 67.2º | 0.1% | 0.51% | - |
| HSV(B) | 67.2º | 0.18% | 0.56% | - |
| XYZ | 23.53 | 26.12 | 20.63 | - |
| YUV | 138.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 117 | 0.02 | 0 | 0.18 | 0.44 | 67.2 | 0.1 | 0.51 |
| Hex | 8B | 8E | 75 | 2 | 0 | 12 | 2C | 43 | A | 33 |
| Octal | 213 | 216 | 165 | 2 | 0 | 22 | 54 | 103 | 12 | 63 |
| Binary | 10001011 | 10001110 | 1110101 | 10 | 0 | 10010 | 101100 | 1000011 | 1010 | 110011 |
Color Harmonies of #8B8E75
Complementary color
Monochromatic Colors of #8B8E75
Black with #8B8E75
Text Example
Text Example
White with #8B8E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8E75; }
p { color: rgb(139,142,117); }
H1.HeaderClassName
{
color: #8B8E75;
}
.AnyTagClassName
{
color: #8B8E75;
}
</style>
background-color css
<style>
a { background-color: #8B8E75; }
a { background-color: rgb(139,142,117); }
div.DivClassName
{
background-color: #8B8E75;
}
.BgClassName
{
background-color: #8B8E75;
}
</style>
border-color css
<style>
span { border-color: #8B8E75; }
span { border-color: rgb(139,142,117); }
td.TdClassName
{
border-color: #8B8E75;
}
.TagClassName
{
border-color: #8B8E75;
}
</style>