Shades of Go Ben #7E7547
Tints of Go Ben #7E7547
RGB
CMYK
RGB Variations
Color information
#7E7547 (or 0x7E7547) is known color: Go Ben. HEX triplet: 7E, 75 and 47. RGB value is (126,117,71). Sum of RGB (Red+Green+Blue) = 126+117+71=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7547 is #818AB8. Grayscale: #727272. Windows color (decimal): -8489657 or 4683134. OLE color: 4683134.
HSL color Cylindrical-coordinate representation of color #7E7547: hue angle of 50.18º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E7547 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 117 | 71 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.51 |
| HSL | 50.18º | 0.28% | 0.39% | - |
| HSV(B) | 50.18º | 0.44% | 0.49% | - |
| XYZ | 16.1 | 17.61 | 8.51 | - |
| YUV | 114.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 71 | 0 | 0.07 | 0.44 | 0.51 | 50.18 | 0.28 | 0.39 |
| Hex | 7E | 75 | 47 | 0 | 7 | 2C | 33 | 32 | 1C | 27 |
| Octal | 176 | 165 | 107 | 0 | 7 | 54 | 63 | 62 | 34 | 47 |
| Binary | 1111110 | 1110101 | 1000111 | 0 | 111 | 101100 | 110011 | 110010 | 11100 | 100111 |
Color Harmonies of #7E7547
Complementary color
Monochromatic Colors of #7E7547
Black with #7E7547
Text Example
Text Example
White with #7E7547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7547; }
p { color: rgb(126,117,71); }
H1.HeaderClassName
{
color: #7E7547;
}
.AnyTagClassName
{
color: #7E7547;
}
</style>
background-color css
<style>
a { background-color: #7E7547; }
a { background-color: rgb(126,117,71); }
div.DivClassName
{
background-color: #7E7547;
}
.BgClassName
{
background-color: #7E7547;
}
</style>
border-color css
<style>
span { border-color: #7E7547; }
span { border-color: rgb(126,117,71); }
td.TdClassName
{
border-color: #7E7547;
}
.TagClassName
{
border-color: #7E7547;
}
</style>