Shades of Go Ben #7E7440
Tints of Go Ben #7E7440
RGB
CMYK
RGB Variations
Color information
#7E7440 (or 0x7E7440) is known color: Go Ben. HEX triplet: 7E, 74 and 40. RGB value is (126,116,64). Sum of RGB (Red+Green+Blue) = 126+116+64=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7440 is #818BBF. Grayscale: #717171. Windows color (decimal): -8489920 or 4224126. OLE color: 4224126.
HSL color Cylindrical-coordinate representation of color #7E7440: hue angle of 50.32º 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 #7E7440 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 116 | 64 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.51 |
| HSL | 50.32º | 0.33% | 0.37% | - |
| HSV(B) | 50.32º | 0.49% | 0.49% | - |
| XYZ | 15.77 | 17.3 | 7.36 | - |
| YUV | 113.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 116 | 64 | 0 | 0.08 | 0.49 | 0.51 | 50.32 | 0.33 | 0.37 |
| Hex | 7E | 74 | 40 | 0 | 8 | 31 | 33 | 32 | 21 | 25 |
| Octal | 176 | 164 | 100 | 0 | 10 | 61 | 63 | 62 | 41 | 45 |
| Binary | 1111110 | 1110100 | 1000000 | 0 | 1000 | 110001 | 110011 | 110010 | 100001 | 100101 |
Color Harmonies of #7E7440
Complementary color
Monochromatic Colors of #7E7440
Black with #7E7440
Text Example
Text Example
White with #7E7440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7440; }
p { color: rgb(126,116,64); }
H1.HeaderClassName
{
color: #7E7440;
}
.AnyTagClassName
{
color: #7E7440;
}
</style>
background-color css
<style>
a { background-color: #7E7440; }
a { background-color: rgb(126,116,64); }
div.DivClassName
{
background-color: #7E7440;
}
.BgClassName
{
background-color: #7E7440;
}
</style>
border-color css
<style>
span { border-color: #7E7440; }
span { border-color: rgb(126,116,64); }
td.TdClassName
{
border-color: #7E7440;
}
.TagClassName
{
border-color: #7E7440;
}
</style>