Shades of Bitter #8A8C74
Tints of Bitter #8A8C74
RGB
CMYK
RGB Variations
Color information
#8A8C74 (or 0x8A8C74) is known color: Bitter. HEX triplet: 8A, 8C and 74. RGB value is (138,140,116). Sum of RGB (Red+Green+Blue) = 138+140+116=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8C74 is #75738B. Grayscale: #888888. Windows color (decimal): -7697292 or 7638154. OLE color: 7638154.
HSL color Cylindrical-coordinate representation of color #8A8C74: hue angle of 65º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A8C74 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 140 | 116 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.45 |
| HSL | 65º | 0.09% | 0.5% | - |
| HSV(B) | 65º | 0.17% | 0.55% | - |
| XYZ | 23.01 | 25.42 | 20.22 | - |
| YUV | 136.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 116 | 0.01 | 0 | 0.17 | 0.45 | 65 | 0.09 | 0.5 |
| Hex | 8A | 8C | 74 | 1 | 0 | 11 | 2D | 41 | 9 | 32 |
| Octal | 212 | 214 | 164 | 1 | 0 | 21 | 55 | 101 | 11 | 62 |
| Binary | 10001010 | 10001100 | 1110100 | 1 | 0 | 10001 | 101101 | 1000001 | 1001 | 110010 |
Color Harmonies of #8A8C74
Complementary color
Monochromatic Colors of #8A8C74
Black with #8A8C74
Text Example
Text Example
White with #8A8C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8C74; }
p { color: rgb(138,140,116); }
H1.HeaderClassName
{
color: #8A8C74;
}
.AnyTagClassName
{
color: #8A8C74;
}
</style>
background-color css
<style>
a { background-color: #8A8C74; }
a { background-color: rgb(138,140,116); }
div.DivClassName
{
background-color: #8A8C74;
}
.BgClassName
{
background-color: #8A8C74;
}
</style>
border-color css
<style>
span { border-color: #8A8C74; }
span { border-color: rgb(138,140,116); }
td.TdClassName
{
border-color: #8A8C74;
}
.TagClassName
{
border-color: #8A8C74;
}
</style>