Shades of Go Ben #7E7745
Tints of Go Ben #7E7745
RGB
CMYK
RGB Variations
Color information
#7E7745 (or 0x7E7745) is known color: Go Ben. HEX triplet: 7E, 77 and 45. RGB value is (126,119,69). Sum of RGB (Red+Green+Blue) = 126+119+69=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7745 is #8188BA. Grayscale: #737373. Windows color (decimal): -8489147 or 4552574. OLE color: 4552574.
HSL color Cylindrical-coordinate representation of color #7E7745: hue angle of 52.63º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E7745 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 119 | 69 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.51 |
| HSL | 52.63º | 0.29% | 0.38% | - |
| HSV(B) | 52.63º | 0.45% | 0.49% | - |
| XYZ | 16.28 | 18.06 | 8.26 | - |
| YUV | 115.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 69 | 0 | 0.06 | 0.45 | 0.51 | 52.63 | 0.29 | 0.38 |
| Hex | 7E | 77 | 45 | 0 | 6 | 2D | 33 | 35 | 1D | 26 |
| Octal | 176 | 167 | 105 | 0 | 6 | 55 | 63 | 65 | 35 | 46 |
| Binary | 1111110 | 1110111 | 1000101 | 0 | 110 | 101101 | 110011 | 110101 | 11101 | 100110 |
Color Harmonies of #7E7745
Complementary color
Monochromatic Colors of #7E7745
Black with #7E7745
Text Example
Text Example
White with #7E7745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7745; }
p { color: rgb(126,119,69); }
H1.HeaderClassName
{
color: #7E7745;
}
.AnyTagClassName
{
color: #7E7745;
}
</style>
background-color css
<style>
a { background-color: #7E7745; }
a { background-color: rgb(126,119,69); }
div.DivClassName
{
background-color: #7E7745;
}
.BgClassName
{
background-color: #7E7745;
}
</style>
border-color css
<style>
span { border-color: #7E7745; }
span { border-color: rgb(126,119,69); }
td.TdClassName
{
border-color: #7E7745;
}
.TagClassName
{
border-color: #7E7745;
}
</style>