Shades of Go Ben #7E7A46
Tints of Go Ben #7E7A46
RGB
CMYK
RGB Variations
Color information
#7E7A46 (or 0x7E7A46) is known color: Go Ben. HEX triplet: 7E, 7A and 46. RGB value is (126,122,70). Sum of RGB (Red+Green+Blue) = 126+122+70=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7A46 is #8185B9. Grayscale: #757575. Windows color (decimal): -8488378 or 4618878. OLE color: 4618878.
HSL color Cylindrical-coordinate representation of color #7E7A46: hue angle of 55.71º 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 #7E7A46 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 122 | 70 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.51 |
| HSL | 55.71º | 0.29% | 0.38% | - |
| HSV(B) | 55.71º | 0.44% | 0.49% | - |
| XYZ | 16.67 | 18.8 | 8.54 | - |
| YUV | 117.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 70 | 0 | 0.03 | 0.44 | 0.51 | 55.71 | 0.29 | 0.38 |
| Hex | 7E | 7A | 46 | 0 | 3 | 2C | 33 | 38 | 1D | 26 |
| Octal | 176 | 172 | 106 | 0 | 3 | 54 | 63 | 70 | 35 | 46 |
| Binary | 1111110 | 1111010 | 1000110 | 0 | 11 | 101100 | 110011 | 111000 | 11101 | 100110 |
Color Harmonies of #7E7A46
Complementary color
Monochromatic Colors of #7E7A46
Black with #7E7A46
Text Example
Text Example
White with #7E7A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7A46; }
p { color: rgb(126,122,70); }
H1.HeaderClassName
{
color: #7E7A46;
}
.AnyTagClassName
{
color: #7E7A46;
}
</style>
background-color css
<style>
a { background-color: #7E7A46; }
a { background-color: rgb(126,122,70); }
div.DivClassName
{
background-color: #7E7A46;
}
.BgClassName
{
background-color: #7E7A46;
}
</style>
border-color css
<style>
span { border-color: #7E7A46; }
span { border-color: rgb(126,122,70); }
td.TdClassName
{
border-color: #7E7A46;
}
.TagClassName
{
border-color: #7E7A46;
}
</style>