Shades of Bitter #7F8860
Tints of Bitter #7F8860
RGB
CMYK
RGB Variations
Color information
#7F8860 (or 0x7F8860) is known color: Bitter. HEX triplet: 7F, 88 and 60. RGB value is (127,136,96). Sum of RGB (Red+Green+Blue) = 127+136+96=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8860 is #80779F. Grayscale: #808080. Windows color (decimal): -8419232 or 6326399. OLE color: 6326399.
HSL color Cylindrical-coordinate representation of color #7F8860: hue angle of 73.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F8860 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 96 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.47 |
| HSL | 73.5º | 0.17% | 0.45% | - |
| HSV(B) | 73.5º | 0.29% | 0.53% | - |
| XYZ | 19.67 | 22.96 | 14.46 | - |
| YUV | 128.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 96 | 0.07 | 0 | 0.29 | 0.47 | 73.5 | 0.17 | 0.45 |
| Hex | 7F | 88 | 60 | 7 | 0 | 1D | 2F | 4A | 11 | 2D |
| Octal | 177 | 210 | 140 | 7 | 0 | 35 | 57 | 112 | 21 | 55 |
| Binary | 1111111 | 10001000 | 1100000 | 111 | 0 | 11101 | 101111 | 1001010 | 10001 | 101101 |
Color Harmonies of #7F8860
Complementary color
Monochromatic Colors of #7F8860
Black with #7F8860
Text Example
Text Example
White with #7F8860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8860; }
p { color: rgb(127,136,96); }
H1.HeaderClassName
{
color: #7F8860;
}
.AnyTagClassName
{
color: #7F8860;
}
</style>
background-color css
<style>
a { background-color: #7F8860; }
a { background-color: rgb(127,136,96); }
div.DivClassName
{
background-color: #7F8860;
}
.BgClassName
{
background-color: #7F8860;
}
</style>
border-color css
<style>
span { border-color: #7F8860; }
span { border-color: rgb(127,136,96); }
td.TdClassName
{
border-color: #7F8860;
}
.TagClassName
{
border-color: #7F8860;
}
</style>