Shades of Bitter #8C9077
Tints of Bitter #8C9077
RGB
CMYK
RGB Variations
Color information
#8C9077 (or 0x8C9077) is known color: Bitter. HEX triplet: 8C, 90 and 77. RGB value is (140,144,119). Sum of RGB (Red+Green+Blue) = 140+144+119=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9077 is #736F88. Grayscale: #8C8C8C. Windows color (decimal): -7565193 or 7835788. OLE color: 7835788.
HSL color Cylindrical-coordinate representation of color #8C9077: hue angle of 69.6º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C9077 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 144 | 119 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.44 |
| HSL | 69.6º | 0.1% | 0.52% | - |
| HSV(B) | 69.6º | 0.17% | 0.56% | - |
| XYZ | 24.12 | 26.85 | 21.36 | - |
| YUV | 139.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 119 | 0.03 | 0 | 0.17 | 0.44 | 69.6 | 0.1 | 0.52 |
| Hex | 8C | 90 | 77 | 3 | 0 | 11 | 2C | 46 | A | 34 |
| Octal | 214 | 220 | 167 | 3 | 0 | 21 | 54 | 106 | 12 | 64 |
| Binary | 10001100 | 10010000 | 1110111 | 11 | 0 | 10001 | 101100 | 1000110 | 1010 | 110100 |
Color Harmonies of #8C9077
Complementary color
Monochromatic Colors of #8C9077
Black with #8C9077
Text Example
Text Example
White with #8C9077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9077; }
p { color: rgb(140,144,119); }
H1.HeaderClassName
{
color: #8C9077;
}
.AnyTagClassName
{
color: #8C9077;
}
</style>
background-color css
<style>
a { background-color: #8C9077; }
a { background-color: rgb(140,144,119); }
div.DivClassName
{
background-color: #8C9077;
}
.BgClassName
{
background-color: #8C9077;
}
</style>
border-color css
<style>
span { border-color: #8C9077; }
span { border-color: rgb(140,144,119); }
td.TdClassName
{
border-color: #8C9077;
}
.TagClassName
{
border-color: #8C9077;
}
</style>