Shades of Go Ben #7E7941
Tints of Go Ben #7E7941
RGB
CMYK
RGB Variations
Color information
#7E7941 (or 0x7E7941) is known color: Go Ben. HEX triplet: 7E, 79 and 41. RGB value is (126,121,65). Sum of RGB (Red+Green+Blue) = 126+121+65=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7941 is #8186BE. Grayscale: #747474. Windows color (decimal): -8488639 or 4290942. OLE color: 4290942.
HSL color Cylindrical-coordinate representation of color #7E7941: hue angle of 55.08º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E7941 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 121 | 65 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.51 |
| HSL | 55.08º | 0.32% | 0.37% | - |
| HSV(B) | 55.08º | 0.48% | 0.49% | - |
| XYZ | 16.4 | 18.49 | 7.71 | - |
| YUV | 116.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 121 | 65 | 0 | 0.04 | 0.48 | 0.51 | 55.08 | 0.32 | 0.37 |
| Hex | 7E | 79 | 41 | 0 | 4 | 30 | 33 | 37 | 20 | 25 |
| Octal | 176 | 171 | 101 | 0 | 4 | 60 | 63 | 67 | 40 | 45 |
| Binary | 1111110 | 1111001 | 1000001 | 0 | 100 | 110000 | 110011 | 110111 | 100000 | 100101 |
Color Harmonies of #7E7941
Complementary color
Monochromatic Colors of #7E7941
Black with #7E7941
Text Example
Text Example
White with #7E7941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7941; }
p { color: rgb(126,121,65); }
H1.HeaderClassName
{
color: #7E7941;
}
.AnyTagClassName
{
color: #7E7941;
}
</style>
background-color css
<style>
a { background-color: #7E7941; }
a { background-color: rgb(126,121,65); }
div.DivClassName
{
background-color: #7E7941;
}
.BgClassName
{
background-color: #7E7941;
}
</style>
border-color css
<style>
span { border-color: #7E7941; }
span { border-color: rgb(126,121,65); }
td.TdClassName
{
border-color: #7E7941;
}
.TagClassName
{
border-color: #7E7941;
}
</style>