Shades of Go Ben #796E40
Tints of Go Ben #796E40
RGB
CMYK
RGB Variations
Color information
#796E40 (or 0x796E40) is known color: Go Ben. HEX triplet: 79, 6E and 40. RGB value is (121,110,64). Sum of RGB (Red+Green+Blue) = 121+110+64=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #796E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796E40 is #8691BF. Grayscale: #6C6C6C. Windows color (decimal): -8819136 or 4222585. OLE color: 4222585.
HSL color Cylindrical-coordinate representation of color #796E40: hue angle of 48.42º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #796E40 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 110 | 64 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.53 |
| HSL | 48.42º | 0.31% | 0.36% | - |
| HSV(B) | 48.42º | 0.47% | 0.47% | - |
| XYZ | 14.39 | 15.59 | 7.1 | - |
| YUV | 108.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 64 | 0 | 0.09 | 0.47 | 0.53 | 48.42 | 0.31 | 0.36 |
| Hex | 79 | 6E | 40 | 0 | 9 | 2F | 35 | 30 | 1F | 24 |
| Octal | 171 | 156 | 100 | 0 | 11 | 57 | 65 | 60 | 37 | 44 |
| Binary | 1111001 | 1101110 | 1000000 | 0 | 1001 | 101111 | 110101 | 110000 | 11111 | 100100 |
Color Harmonies of #796E40
Complementary color
Monochromatic Colors of #796E40
Black with #796E40
Text Example
Text Example
White with #796E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796E40; }
p { color: rgb(121,110,64); }
H1.HeaderClassName
{
color: #796E40;
}
.AnyTagClassName
{
color: #796E40;
}
</style>
background-color css
<style>
a { background-color: #796E40; }
a { background-color: rgb(121,110,64); }
div.DivClassName
{
background-color: #796E40;
}
.BgClassName
{
background-color: #796E40;
}
</style>
border-color css
<style>
span { border-color: #796E40; }
span { border-color: rgb(121,110,64); }
td.TdClassName
{
border-color: #796E40;
}
.TagClassName
{
border-color: #796E40;
}
</style>