Shades of Bitter #7E8563
Tints of Bitter #7E8563
RGB
CMYK
RGB Variations
Color information
#7E8563 (or 0x7E8563) is known color: Bitter. HEX triplet: 7E, 85 and 63. RGB value is (126,133,99). Sum of RGB (Red+Green+Blue) = 126+133+99=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8563 is #817A9C. Grayscale: #7F7F7F. Windows color (decimal): -8485533 or 6522238. OLE color: 6522238.
HSL color Cylindrical-coordinate representation of color #7E8563: hue angle of 72.35º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E8563 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 99 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.48 |
| HSL | 72.35º | 0.15% | 0.45% | - |
| HSV(B) | 72.35º | 0.26% | 0.52% | - |
| XYZ | 19.24 | 22.11 | 15.06 | - |
| YUV | 127.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 99 | 0.05 | 0 | 0.26 | 0.48 | 72.35 | 0.15 | 0.45 |
| Hex | 7E | 85 | 63 | 5 | 0 | 1A | 30 | 48 | F | 2D |
| Octal | 176 | 205 | 143 | 5 | 0 | 32 | 60 | 110 | 17 | 55 |
| Binary | 1111110 | 10000101 | 1100011 | 101 | 0 | 11010 | 110000 | 1001000 | 1111 | 101101 |
Color Harmonies of #7E8563
Complementary color
Monochromatic Colors of #7E8563
Black with #7E8563
Text Example
Text Example
White with #7E8563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8563; }
p { color: rgb(126,133,99); }
H1.HeaderClassName
{
color: #7E8563;
}
.AnyTagClassName
{
color: #7E8563;
}
</style>
background-color css
<style>
a { background-color: #7E8563; }
a { background-color: rgb(126,133,99); }
div.DivClassName
{
background-color: #7E8563;
}
.BgClassName
{
background-color: #7E8563;
}
</style>
border-color css
<style>
span { border-color: #7E8563; }
span { border-color: rgb(126,133,99); }
td.TdClassName
{
border-color: #7E8563;
}
.TagClassName
{
border-color: #7E8563;
}
</style>