Shades of Go Ben #797441
Tints of Go Ben #797441
RGB
CMYK
RGB Variations
Color information
#797441 (or 0x797441) is known color: Go Ben. HEX triplet: 79, 74 and 41. RGB value is (121,116,65). Sum of RGB (Red+Green+Blue) = 121+116+65=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 121 - color contains mainly: red. Hex color #797441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797441 is #868BBE. Grayscale: #6F6F6F. Windows color (decimal): -8817599 or 4289657. OLE color: 4289657.
HSL color Cylindrical-coordinate representation of color #797441: hue angle of 54.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #797441 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 116 | 65 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.53 |
| HSL | 54.64º | 0.3% | 0.36% | - |
| HSV(B) | 54.64º | 0.46% | 0.47% | - |
| XYZ | 15.08 | 16.94 | 7.48 | - |
| YUV | 111.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 116 | 65 | 0 | 0.04 | 0.46 | 0.53 | 54.64 | 0.3 | 0.36 |
| Hex | 79 | 74 | 41 | 0 | 4 | 2E | 35 | 37 | 1E | 24 |
| Octal | 171 | 164 | 101 | 0 | 4 | 56 | 65 | 67 | 36 | 44 |
| Binary | 1111001 | 1110100 | 1000001 | 0 | 100 | 101110 | 110101 | 110111 | 11110 | 100100 |
Color Harmonies of #797441
Complementary color
Monochromatic Colors of #797441
Black with #797441
Text Example
Text Example
White with #797441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797441; }
p { color: rgb(121,116,65); }
H1.HeaderClassName
{
color: #797441;
}
.AnyTagClassName
{
color: #797441;
}
</style>
background-color css
<style>
a { background-color: #797441; }
a { background-color: rgb(121,116,65); }
div.DivClassName
{
background-color: #797441;
}
.BgClassName
{
background-color: #797441;
}
</style>
border-color css
<style>
span { border-color: #797441; }
span { border-color: rgb(121,116,65); }
td.TdClassName
{
border-color: #797441;
}
.TagClassName
{
border-color: #797441;
}
</style>