Shades of Go Ben #797147
Tints of Go Ben #797147
RGB
CMYK
RGB Variations
Color information
#797147 (or 0x797147) is known color: Go Ben. HEX triplet: 79, 71 and 47. RGB value is (121,113,71). Sum of RGB (Red+Green+Blue) = 121+113+71=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 121 - color contains mainly: red. Hex color #797147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797147 is #868EB8. Grayscale: #6E6E6E. Windows color (decimal): -8818361 or 4682105. OLE color: 4682105.
HSL color Cylindrical-coordinate representation of color #797147: hue angle of 50.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #797147 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 113 | 71 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.53 |
| HSL | 50.4º | 0.26% | 0.38% | - |
| HSV(B) | 50.4º | 0.41% | 0.47% | - |
| XYZ | 14.93 | 16.33 | 8.33 | - |
| YUV | 110.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 71 | 0 | 0.07 | 0.41 | 0.53 | 50.4 | 0.26 | 0.38 |
| Hex | 79 | 71 | 47 | 0 | 7 | 29 | 35 | 32 | 1A | 26 |
| Octal | 171 | 161 | 107 | 0 | 7 | 51 | 65 | 62 | 32 | 46 |
| Binary | 1111001 | 1110001 | 1000111 | 0 | 111 | 101001 | 110101 | 110010 | 11010 | 100110 |
Color Harmonies of #797147
Complementary color
Monochromatic Colors of #797147
Black with #797147
Text Example
Text Example
White with #797147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797147; }
p { color: rgb(121,113,71); }
H1.HeaderClassName
{
color: #797147;
}
.AnyTagClassName
{
color: #797147;
}
</style>
background-color css
<style>
a { background-color: #797147; }
a { background-color: rgb(121,113,71); }
div.DivClassName
{
background-color: #797147;
}
.BgClassName
{
background-color: #797147;
}
</style>
border-color css
<style>
span { border-color: #797147; }
span { border-color: rgb(121,113,71); }
td.TdClassName
{
border-color: #797147;
}
.TagClassName
{
border-color: #797147;
}
</style>