Shades of Go Ben #7E7846
Tints of Go Ben #7E7846
RGB
CMYK
RGB Variations
Color information
#7E7846 (or 0x7E7846) is known color: Go Ben. HEX triplet: 7E, 78 and 46. RGB value is (126,120,70). Sum of RGB (Red+Green+Blue) = 126+120+70=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7846 is #8187B9. Grayscale: #747474. Windows color (decimal): -8488890 or 4618366. OLE color: 4618366.
HSL color Cylindrical-coordinate representation of color #7E7846: hue angle of 53.57º 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 #7E7846 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 120 | 70 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.51 |
| HSL | 53.57º | 0.29% | 0.38% | - |
| HSV(B) | 53.57º | 0.44% | 0.49% | - |
| XYZ | 16.43 | 18.31 | 8.46 | - |
| YUV | 116.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 70 | 0 | 0.05 | 0.44 | 0.51 | 53.57 | 0.29 | 0.38 |
| Hex | 7E | 78 | 46 | 0 | 5 | 2C | 33 | 36 | 1D | 26 |
| Octal | 176 | 170 | 106 | 0 | 5 | 54 | 63 | 66 | 35 | 46 |
| Binary | 1111110 | 1111000 | 1000110 | 0 | 101 | 101100 | 110011 | 110110 | 11101 | 100110 |
Color Harmonies of #7E7846
Complementary color
Monochromatic Colors of #7E7846
Black with #7E7846
Text Example
Text Example
White with #7E7846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7846; }
p { color: rgb(126,120,70); }
H1.HeaderClassName
{
color: #7E7846;
}
.AnyTagClassName
{
color: #7E7846;
}
</style>
background-color css
<style>
a { background-color: #7E7846; }
a { background-color: rgb(126,120,70); }
div.DivClassName
{
background-color: #7E7846;
}
.BgClassName
{
background-color: #7E7846;
}
</style>
border-color css
<style>
span { border-color: #7E7846; }
span { border-color: rgb(126,120,70); }
td.TdClassName
{
border-color: #7E7846;
}
.TagClassName
{
border-color: #7E7846;
}
</style>