Shades of Go Ben #7E7740
Tints of Go Ben #7E7740
RGB
CMYK
RGB Variations
Color information
#7E7740 (or 0x7E7740) is known color: Go Ben. HEX triplet: 7E, 77 and 40. RGB value is (126,119,64). Sum of RGB (Red+Green+Blue) = 126+119+64=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7740 is #8188BF. Grayscale: #737373. Windows color (decimal): -8489152 or 4224894. OLE color: 4224894.
HSL color Cylindrical-coordinate representation of color #7E7740: hue angle of 53.23º 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 #7E7740 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 119 | 64 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.51 |
| HSL | 53.23º | 0.33% | 0.37% | - |
| HSV(B) | 53.23º | 0.49% | 0.49% | - |
| XYZ | 16.13 | 18 | 7.47 | - |
| YUV | 114.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 64 | 0 | 0.06 | 0.49 | 0.51 | 53.23 | 0.33 | 0.37 |
| Hex | 7E | 77 | 40 | 0 | 6 | 31 | 33 | 35 | 21 | 25 |
| Octal | 176 | 167 | 100 | 0 | 6 | 61 | 63 | 65 | 41 | 45 |
| Binary | 1111110 | 1110111 | 1000000 | 0 | 110 | 110001 | 110011 | 110101 | 100001 | 100101 |
Color Harmonies of #7E7740
Complementary color
Monochromatic Colors of #7E7740
Black with #7E7740
Text Example
Text Example
White with #7E7740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7740; }
p { color: rgb(126,119,64); }
H1.HeaderClassName
{
color: #7E7740;
}
.AnyTagClassName
{
color: #7E7740;
}
</style>
background-color css
<style>
a { background-color: #7E7740; }
a { background-color: rgb(126,119,64); }
div.DivClassName
{
background-color: #7E7740;
}
.BgClassName
{
background-color: #7E7740;
}
</style>
border-color css
<style>
span { border-color: #7E7740; }
span { border-color: rgb(126,119,64); }
td.TdClassName
{
border-color: #7E7740;
}
.TagClassName
{
border-color: #7E7740;
}
</style>