Shades of Go Ben #797140
Tints of Go Ben #797140
RGB
CMYK
RGB Variations
Color information
#797140 (or 0x797140) is known color: Go Ben. HEX triplet: 79, 71 and 40. RGB value is (121,113,64). Sum of RGB (Red+Green+Blue) = 121+113+64=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 121 - color contains mainly: red. Hex color #797140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797140 is #868EBF. Grayscale: #6E6E6E. Windows color (decimal): -8818368 or 4223353. OLE color: 4223353.
HSL color Cylindrical-coordinate representation of color #797140: hue angle of 51.58º 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 #797140 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 113 | 64 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.53 |
| HSL | 51.58º | 0.31% | 0.36% | - |
| HSV(B) | 51.58º | 0.47% | 0.47% | - |
| XYZ | 14.72 | 16.25 | 7.21 | - |
| YUV | 109.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 64 | 0 | 0.07 | 0.47 | 0.53 | 51.58 | 0.31 | 0.36 |
| Hex | 79 | 71 | 40 | 0 | 7 | 2F | 35 | 34 | 1F | 24 |
| Octal | 171 | 161 | 100 | 0 | 7 | 57 | 65 | 64 | 37 | 44 |
| Binary | 1111001 | 1110001 | 1000000 | 0 | 111 | 101111 | 110101 | 110100 | 11111 | 100100 |
Color Harmonies of #797140
Complementary color
Monochromatic Colors of #797140
Black with #797140
Text Example
Text Example
White with #797140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797140; }
p { color: rgb(121,113,64); }
H1.HeaderClassName
{
color: #797140;
}
.AnyTagClassName
{
color: #797140;
}
</style>
background-color css
<style>
a { background-color: #797140; }
a { background-color: rgb(121,113,64); }
div.DivClassName
{
background-color: #797140;
}
.BgClassName
{
background-color: #797140;
}
</style>
border-color css
<style>
span { border-color: #797140; }
span { border-color: rgb(121,113,64); }
td.TdClassName
{
border-color: #797140;
}
.TagClassName
{
border-color: #797140;
}
</style>