Shades of Go Ben #7E7443
Tints of Go Ben #7E7443
RGB
CMYK
RGB Variations
Color information
#7E7443 (or 0x7E7443) is known color: Go Ben. HEX triplet: 7E, 74 and 43. RGB value is (126,116,67). Sum of RGB (Red+Green+Blue) = 126+116+67=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7443 is #818BBC. Grayscale: #717171. Windows color (decimal): -8489917 or 4420734. OLE color: 4420734.
HSL color Cylindrical-coordinate representation of color #7E7443: hue angle of 49.83º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E7443 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 116 | 67 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.51 |
| HSL | 49.83º | 0.31% | 0.38% | - |
| HSV(B) | 49.83º | 0.47% | 0.49% | - |
| XYZ | 15.86 | 17.33 | 7.82 | - |
| YUV | 113.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 116 | 67 | 0 | 0.08 | 0.47 | 0.51 | 49.83 | 0.31 | 0.38 |
| Hex | 7E | 74 | 43 | 0 | 8 | 2F | 33 | 32 | 1F | 26 |
| Octal | 176 | 164 | 103 | 0 | 10 | 57 | 63 | 62 | 37 | 46 |
| Binary | 1111110 | 1110100 | 1000011 | 0 | 1000 | 101111 | 110011 | 110010 | 11111 | 100110 |
Color Harmonies of #7E7443
Complementary color
Monochromatic Colors of #7E7443
Black with #7E7443
Text Example
Text Example
White with #7E7443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7443; }
p { color: rgb(126,116,67); }
H1.HeaderClassName
{
color: #7E7443;
}
.AnyTagClassName
{
color: #7E7443;
}
</style>
background-color css
<style>
a { background-color: #7E7443; }
a { background-color: rgb(126,116,67); }
div.DivClassName
{
background-color: #7E7443;
}
.BgClassName
{
background-color: #7E7443;
}
</style>
border-color css
<style>
span { border-color: #7E7443; }
span { border-color: rgb(126,116,67); }
td.TdClassName
{
border-color: #7E7443;
}
.TagClassName
{
border-color: #7E7443;
}
</style>