Shades of Bitter #7E8165
Tints of Bitter #7E8165
RGB
CMYK
RGB Variations
Color information
#7E8165 (or 0x7E8165) is known color: Bitter. HEX triplet: 7E, 81 and 65. RGB value is (126,129,101). Sum of RGB (Red+Green+Blue) = 126+129+101=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 129 - color contains mainly: green. Hex color #7E8165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8165 is #817E9A. Grayscale: #7D7D7D. Windows color (decimal): -8486555 or 6652286. OLE color: 6652286.
HSL color Cylindrical-coordinate representation of color #7E8165: hue angle of 66.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E8165 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 129 | 101 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.49 |
| HSL | 66.43º | 0.12% | 0.45% | - |
| HSV(B) | 66.43º | 0.22% | 0.51% | - |
| XYZ | 18.8 | 21.08 | 15.39 | - |
| YUV | 124.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 129 | 101 | 0.02 | 0 | 0.22 | 0.49 | 66.43 | 0.12 | 0.45 |
| Hex | 7E | 81 | 65 | 2 | 0 | 16 | 31 | 42 | C | 2D |
| Octal | 176 | 201 | 145 | 2 | 0 | 26 | 61 | 102 | 14 | 55 |
| Binary | 1111110 | 10000001 | 1100101 | 10 | 0 | 10110 | 110001 | 1000010 | 1100 | 101101 |
Color Harmonies of #7E8165
Complementary color
Monochromatic Colors of #7E8165
Black with #7E8165
Text Example
Text Example
White with #7E8165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8165; }
p { color: rgb(126,129,101); }
H1.HeaderClassName
{
color: #7E8165;
}
.AnyTagClassName
{
color: #7E8165;
}
</style>
background-color css
<style>
a { background-color: #7E8165; }
a { background-color: rgb(126,129,101); }
div.DivClassName
{
background-color: #7E8165;
}
.BgClassName
{
background-color: #7E8165;
}
</style>
border-color css
<style>
span { border-color: #7E8165; }
span { border-color: rgb(126,129,101); }
td.TdClassName
{
border-color: #7E8165;
}
.TagClassName
{
border-color: #7E8165;
}
</style>