Shades of Go Ben #7E7940
Tints of Go Ben #7E7940
RGB
CMYK
RGB Variations
Color information
#7E7940 (or 0x7E7940) is known color: Go Ben. HEX triplet: 7E, 79 and 40. RGB value is (126,121,64). Sum of RGB (Red+Green+Blue) = 126+121+64=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7940 is #8186BF. Grayscale: #747474. Windows color (decimal): -8488640 or 4225406. OLE color: 4225406.
HSL color Cylindrical-coordinate representation of color #7E7940: hue angle of 55.16º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E7940 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 121 | 64 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.51 |
| HSL | 55.16º | 0.33% | 0.37% | - |
| HSV(B) | 55.16º | 0.49% | 0.49% | - |
| XYZ | 16.37 | 18.48 | 7.55 | - |
| YUV | 116 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 121 | 64 | 0 | 0.04 | 0.49 | 0.51 | 55.16 | 0.33 | 0.37 |
| Hex | 7E | 79 | 40 | 0 | 4 | 31 | 33 | 37 | 21 | 25 |
| Octal | 176 | 171 | 100 | 0 | 4 | 61 | 63 | 67 | 41 | 45 |
| Binary | 1111110 | 1111001 | 1000000 | 0 | 100 | 110001 | 110011 | 110111 | 100001 | 100101 |
Color Harmonies of #7E7940
Complementary color
Monochromatic Colors of #7E7940
Black with #7E7940
Text Example
Text Example
White with #7E7940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7940; }
p { color: rgb(126,121,64); }
H1.HeaderClassName
{
color: #7E7940;
}
.AnyTagClassName
{
color: #7E7940;
}
</style>
background-color css
<style>
a { background-color: #7E7940; }
a { background-color: rgb(126,121,64); }
div.DivClassName
{
background-color: #7E7940;
}
.BgClassName
{
background-color: #7E7940;
}
</style>
border-color css
<style>
span { border-color: #7E7940; }
span { border-color: rgb(126,121,64); }
td.TdClassName
{
border-color: #7E7940;
}
.TagClassName
{
border-color: #7E7940;
}
</style>