Shades of Go Ben #7E7049
Tints of Go Ben #7E7049
RGB
CMYK
RGB Variations
Color information
#7E7049 (or 0x7E7049) is known color: Go Ben. HEX triplet: 7E, 70 and 49. RGB value is (126,112,73). Sum of RGB (Red+Green+Blue) = 126+112+73=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7049 is #818FB6. Grayscale: #6F6F6F. Windows color (decimal): -8490935 or 4812926. OLE color: 4812926.
HSL color Cylindrical-coordinate representation of color #7E7049: hue angle of 44.15º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E7049 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 112 | 73 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.51 |
| HSL | 44.15º | 0.27% | 0.39% | - |
| HSV(B) | 44.15º | 0.42% | 0.49% | - |
| XYZ | 15.6 | 16.51 | 8.67 | - |
| YUV | 111.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 73 | 0 | 0.11 | 0.42 | 0.51 | 44.15 | 0.27 | 0.39 |
| Hex | 7E | 70 | 49 | 0 | B | 2A | 33 | 2C | 1B | 27 |
| Octal | 176 | 160 | 111 | 0 | 13 | 52 | 63 | 54 | 33 | 47 |
| Binary | 1111110 | 1110000 | 1001001 | 0 | 1011 | 101010 | 110011 | 101100 | 11011 | 100111 |
Color Harmonies of #7E7049
Complementary color
Monochromatic Colors of #7E7049
Black with #7E7049
Text Example
Text Example
White with #7E7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7049; }
p { color: rgb(126,112,73); }
H1.HeaderClassName
{
color: #7E7049;
}
.AnyTagClassName
{
color: #7E7049;
}
</style>
background-color css
<style>
a { background-color: #7E7049; }
a { background-color: rgb(126,112,73); }
div.DivClassName
{
background-color: #7E7049;
}
.BgClassName
{
background-color: #7E7049;
}
</style>
border-color css
<style>
span { border-color: #7E7049; }
span { border-color: rgb(126,112,73); }
td.TdClassName
{
border-color: #7E7049;
}
.TagClassName
{
border-color: #7E7049;
}
</style>