Shades of Bitter #7E8566
Tints of Bitter #7E8566
RGB
CMYK
RGB Variations
Color information
#7E8566 (or 0x7E8566) is known color: Bitter. HEX triplet: 7E, 85 and 66. RGB value is (126,133,102). Sum of RGB (Red+Green+Blue) = 126+133+102=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8566 is #817A99. Grayscale: #7F7F7F. Windows color (decimal): -8485530 or 6718846. OLE color: 6718846.
HSL color Cylindrical-coordinate representation of color #7E8566: hue angle of 73.55º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7E8566 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 102 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.48 |
| HSL | 73.55º | 0.13% | 0.46% | - |
| HSV(B) | 73.55º | 0.23% | 0.52% | - |
| XYZ | 19.39 | 22.17 | 15.83 | - |
| YUV | 127.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 102 | 0.05 | 0 | 0.23 | 0.48 | 73.55 | 0.13 | 0.46 |
| Hex | 7E | 85 | 66 | 5 | 0 | 17 | 30 | 4A | D | 2E |
| Octal | 176 | 205 | 146 | 5 | 0 | 27 | 60 | 112 | 15 | 56 |
| Binary | 1111110 | 10000101 | 1100110 | 101 | 0 | 10111 | 110000 | 1001010 | 1101 | 101110 |
Color Harmonies of #7E8566
Complementary color
Monochromatic Colors of #7E8566
Black with #7E8566
Text Example
Text Example
White with #7E8566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8566; }
p { color: rgb(126,133,102); }
H1.HeaderClassName
{
color: #7E8566;
}
.AnyTagClassName
{
color: #7E8566;
}
</style>
background-color css
<style>
a { background-color: #7E8566; }
a { background-color: rgb(126,133,102); }
div.DivClassName
{
background-color: #7E8566;
}
.BgClassName
{
background-color: #7E8566;
}
</style>
border-color css
<style>
span { border-color: #7E8566; }
span { border-color: rgb(126,133,102); }
td.TdClassName
{
border-color: #7E8566;
}
.TagClassName
{
border-color: #7E8566;
}
</style>