Shades of Go Ben #797444
Tints of Go Ben #797444
RGB
CMYK
RGB Variations
Color information
#797444 (or 0x797444) is known color: Go Ben. HEX triplet: 79, 74 and 44. RGB value is (121,116,68). Sum of RGB (Red+Green+Blue) = 121+116+68=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 121 - color contains mainly: red. Hex color #797444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797444 is #868BBB. Grayscale: #707070. Windows color (decimal): -8817596 or 4486265. OLE color: 4486265.
HSL color Cylindrical-coordinate representation of color #797444: hue angle of 54.34º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #797444 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 116 | 68 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.53 |
| HSL | 54.34º | 0.28% | 0.37% | - |
| HSV(B) | 54.34º | 0.44% | 0.47% | - |
| XYZ | 15.17 | 16.97 | 7.95 | - |
| YUV | 112.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 116 | 68 | 0 | 0.04 | 0.44 | 0.53 | 54.34 | 0.28 | 0.37 |
| Hex | 79 | 74 | 44 | 0 | 4 | 2C | 35 | 36 | 1C | 25 |
| Octal | 171 | 164 | 104 | 0 | 4 | 54 | 65 | 66 | 34 | 45 |
| Binary | 1111001 | 1110100 | 1000100 | 0 | 100 | 101100 | 110101 | 110110 | 11100 | 100101 |
Color Harmonies of #797444
Complementary color
Monochromatic Colors of #797444
Black with #797444
Text Example
Text Example
White with #797444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797444; }
p { color: rgb(121,116,68); }
H1.HeaderClassName
{
color: #797444;
}
.AnyTagClassName
{
color: #797444;
}
</style>
background-color css
<style>
a { background-color: #797444; }
a { background-color: rgb(121,116,68); }
div.DivClassName
{
background-color: #797444;
}
.BgClassName
{
background-color: #797444;
}
</style>
border-color css
<style>
span { border-color: #797444; }
span { border-color: rgb(121,116,68); }
td.TdClassName
{
border-color: #797444;
}
.TagClassName
{
border-color: #797444;
}
</style>