Shades of Go Ben #7E7641
Tints of Go Ben #7E7641
RGB
CMYK
RGB Variations
Color information
#7E7641 (or 0x7E7641) is known color: Go Ben. HEX triplet: 7E, 76 and 41. RGB value is (126,118,65). Sum of RGB (Red+Green+Blue) = 126+118+65=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7641 is #8189BE. Grayscale: #727272. Windows color (decimal): -8489407 or 4290174. OLE color: 4290174.
HSL color Cylindrical-coordinate representation of color #7E7641: hue angle of 52.13º 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 #7E7641 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 118 | 65 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.51 |
| HSL | 52.13º | 0.32% | 0.37% | - |
| HSV(B) | 52.13º | 0.48% | 0.49% | - |
| XYZ | 16.04 | 17.77 | 7.59 | - |
| YUV | 114.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 65 | 0 | 0.06 | 0.48 | 0.51 | 52.13 | 0.32 | 0.37 |
| Hex | 7E | 76 | 41 | 0 | 6 | 30 | 33 | 34 | 20 | 25 |
| Octal | 176 | 166 | 101 | 0 | 6 | 60 | 63 | 64 | 40 | 45 |
| Binary | 1111110 | 1110110 | 1000001 | 0 | 110 | 110000 | 110011 | 110100 | 100000 | 100101 |
Color Harmonies of #7E7641
Complementary color
Monochromatic Colors of #7E7641
Black with #7E7641
Text Example
Text Example
White with #7E7641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7641; }
p { color: rgb(126,118,65); }
H1.HeaderClassName
{
color: #7E7641;
}
.AnyTagClassName
{
color: #7E7641;
}
</style>
background-color css
<style>
a { background-color: #7E7641; }
a { background-color: rgb(126,118,65); }
div.DivClassName
{
background-color: #7E7641;
}
.BgClassName
{
background-color: #7E7641;
}
</style>
border-color css
<style>
span { border-color: #7E7641; }
span { border-color: rgb(126,118,65); }
td.TdClassName
{
border-color: #7E7641;
}
.TagClassName
{
border-color: #7E7641;
}
</style>