Shades of Bitter #8A9076
Tints of Bitter #8A9076
RGB
CMYK
RGB Variations
Color information
#8A9076 (or 0x8A9076) is known color: Bitter. HEX triplet: 8A, 90 and 76. RGB value is (138,144,118). Sum of RGB (Red+Green+Blue) = 138+144+118=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9076 is #756F89. Grayscale: #8B8B8B. Windows color (decimal): -7696266 or 7770250. OLE color: 7770250.
HSL color Cylindrical-coordinate representation of color #8A9076: hue angle of 73.85º 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 #8A9076 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 118 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.44 |
| HSL | 73.85º | 0.1% | 0.51% | - |
| HSV(B) | 73.85º | 0.18% | 0.56% | - |
| XYZ | 23.72 | 26.66 | 21.03 | - |
| YUV | 139.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 118 | 0.04 | 0 | 0.18 | 0.44 | 73.85 | 0.1 | 0.51 |
| Hex | 8A | 90 | 76 | 4 | 0 | 12 | 2C | 4A | A | 33 |
| Octal | 212 | 220 | 166 | 4 | 0 | 22 | 54 | 112 | 12 | 63 |
| Binary | 10001010 | 10010000 | 1110110 | 100 | 0 | 10010 | 101100 | 1001010 | 1010 | 110011 |
Color Harmonies of #8A9076
Complementary color
Monochromatic Colors of #8A9076
Black with #8A9076
Text Example
Text Example
White with #8A9076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9076; }
p { color: rgb(138,144,118); }
H1.HeaderClassName
{
color: #8A9076;
}
.AnyTagClassName
{
color: #8A9076;
}
</style>
background-color css
<style>
a { background-color: #8A9076; }
a { background-color: rgb(138,144,118); }
div.DivClassName
{
background-color: #8A9076;
}
.BgClassName
{
background-color: #8A9076;
}
</style>
border-color css
<style>
span { border-color: #8A9076; }
span { border-color: rgb(138,144,118); }
td.TdClassName
{
border-color: #8A9076;
}
.TagClassName
{
border-color: #8A9076;
}
</style>