Shades of Go Ben #7E7246
Tints of Go Ben #7E7246
RGB
CMYK
RGB Variations
Color information
#7E7246 (or 0x7E7246) is known color: Go Ben. HEX triplet: 7E, 72 and 46. RGB value is (126,114,70). Sum of RGB (Red+Green+Blue) = 126+114+70=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7246 is #818DB9. Grayscale: #707070. Windows color (decimal): -8490426 or 4616830. OLE color: 4616830.
HSL color Cylindrical-coordinate representation of color #7E7246: hue angle of 47.14º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E7246 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 114 | 70 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.51 |
| HSL | 47.14º | 0.29% | 0.38% | - |
| HSV(B) | 47.14º | 0.44% | 0.49% | - |
| XYZ | 15.73 | 16.91 | 8.23 | - |
| YUV | 112.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 70 | 0 | 0.10 | 0.44 | 0.51 | 47.14 | 0.29 | 0.38 |
| Hex | 7E | 72 | 46 | 0 | A | 2C | 33 | 2F | 1D | 26 |
| Octal | 176 | 162 | 106 | 0 | 12 | 54 | 63 | 57 | 35 | 46 |
| Binary | 1111110 | 1110010 | 1000110 | 0 | 1010 | 101100 | 110011 | 101111 | 11101 | 100110 |
Color Harmonies of #7E7246
Complementary color
Monochromatic Colors of #7E7246
Black with #7E7246
Text Example
Text Example
White with #7E7246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7246; }
p { color: rgb(126,114,70); }
H1.HeaderClassName
{
color: #7E7246;
}
.AnyTagClassName
{
color: #7E7246;
}
</style>
background-color css
<style>
a { background-color: #7E7246; }
a { background-color: rgb(126,114,70); }
div.DivClassName
{
background-color: #7E7246;
}
.BgClassName
{
background-color: #7E7246;
}
</style>
border-color css
<style>
span { border-color: #7E7246; }
span { border-color: rgb(126,114,70); }
td.TdClassName
{
border-color: #7E7246;
}
.TagClassName
{
border-color: #7E7246;
}
</style>