Shades of Go Ben #797150
Tints of Go Ben #797150
RGB
CMYK
RGB Variations
Color information
#797150 (or 0x797150) is known color: Go Ben. HEX triplet: 79, 71 and 50. RGB value is (121,113,80). Sum of RGB (Red+Green+Blue) = 121+113+80=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 121 - color contains mainly: red. Hex color #797150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797150 is #868EAF. Grayscale: #6F6F6F. Windows color (decimal): -8818352 or 5271929. OLE color: 5271929.
HSL color Cylindrical-coordinate representation of color #797150: hue angle of 48.29º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #797150 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 113 | 80 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.53 |
| HSL | 48.29º | 0.2% | 0.39% | - |
| HSV(B) | 48.29º | 0.34% | 0.47% | - |
| XYZ | 15.24 | 16.45 | 9.96 | - |
| YUV | 111.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 80 | 0 | 0.07 | 0.34 | 0.53 | 48.29 | 0.2 | 0.39 |
| Hex | 79 | 71 | 50 | 0 | 7 | 22 | 35 | 30 | 14 | 27 |
| Octal | 171 | 161 | 120 | 0 | 7 | 42 | 65 | 60 | 24 | 47 |
| Binary | 1111001 | 1110001 | 1010000 | 0 | 111 | 100010 | 110101 | 110000 | 10100 | 100111 |
Color Harmonies of #797150
Complementary color
Monochromatic Colors of #797150
Black with #797150
Text Example
Text Example
White with #797150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797150; }
p { color: rgb(121,113,80); }
H1.HeaderClassName
{
color: #797150;
}
.AnyTagClassName
{
color: #797150;
}
</style>
background-color css
<style>
a { background-color: #797150; }
a { background-color: rgb(121,113,80); }
div.DivClassName
{
background-color: #797150;
}
.BgClassName
{
background-color: #797150;
}
</style>
border-color css
<style>
span { border-color: #797150; }
span { border-color: rgb(121,113,80); }
td.TdClassName
{
border-color: #797150;
}
.TagClassName
{
border-color: #797150;
}
</style>