Shades of Bitter #8C9072
Tints of Bitter #8C9072
RGB
CMYK
RGB Variations
Color information
#8C9072 (or 0x8C9072) is known color: Bitter. HEX triplet: 8C, 90 and 72. RGB value is (140,144,114). Sum of RGB (Red+Green+Blue) = 140+144+114=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9072 is #736F8D. Grayscale: #8B8B8B. Windows color (decimal): -7565198 or 7508108. OLE color: 7508108.
HSL color Cylindrical-coordinate representation of color #8C9072: hue angle of 68º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C9072 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 144 | 114 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.44 |
| HSL | 68º | 0.12% | 0.51% | - |
| HSV(B) | 68º | 0.21% | 0.56% | - |
| XYZ | 23.83 | 26.74 | 19.82 | - |
| YUV | 139.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 114 | 0.03 | 0 | 0.21 | 0.44 | 68 | 0.12 | 0.51 |
| Hex | 8C | 90 | 72 | 3 | 0 | 15 | 2C | 44 | C | 33 |
| Octal | 214 | 220 | 162 | 3 | 0 | 25 | 54 | 104 | 14 | 63 |
| Binary | 10001100 | 10010000 | 1110010 | 11 | 0 | 10101 | 101100 | 1000100 | 1100 | 110011 |
Color Harmonies of #8C9072
Complementary color
Monochromatic Colors of #8C9072
Black with #8C9072
Text Example
Text Example
White with #8C9072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9072; }
p { color: rgb(140,144,114); }
H1.HeaderClassName
{
color: #8C9072;
}
.AnyTagClassName
{
color: #8C9072;
}
</style>
background-color css
<style>
a { background-color: #8C9072; }
a { background-color: rgb(140,144,114); }
div.DivClassName
{
background-color: #8C9072;
}
.BgClassName
{
background-color: #8C9072;
}
</style>
border-color css
<style>
span { border-color: #8C9072; }
span { border-color: rgb(140,144,114); }
td.TdClassName
{
border-color: #8C9072;
}
.TagClassName
{
border-color: #8C9072;
}
</style>