Shades of Go Ben #797151
Tints of Go Ben #797151
RGB
CMYK
RGB Variations
Color information
#797151 (or 0x797151) is known color: Go Ben. HEX triplet: 79, 71 and 51. RGB value is (121,113,81). Sum of RGB (Red+Green+Blue) = 121+113+81=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #797151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797151 is #868EAE. Grayscale: #6F6F6F. Windows color (decimal): -8818351 or 5337465. OLE color: 5337465.
HSL color Cylindrical-coordinate representation of color #797151: hue angle of 48º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #797151 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 113 | 81 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.53 |
| HSL | 48º | 0.2% | 0.4% | - |
| HSV(B) | 48º | 0.33% | 0.47% | - |
| XYZ | 15.28 | 16.47 | 10.16 | - |
| YUV | 111.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 81 | 0 | 0.07 | 0.33 | 0.53 | 48 | 0.2 | 0.4 |
| Hex | 79 | 71 | 51 | 0 | 7 | 21 | 35 | 30 | 14 | 28 |
| Octal | 171 | 161 | 121 | 0 | 7 | 41 | 65 | 60 | 24 | 50 |
| Binary | 1111001 | 1110001 | 1010001 | 0 | 111 | 100001 | 110101 | 110000 | 10100 | 101000 |
Color Harmonies of #797151
Complementary color
Monochromatic Colors of #797151
Black with #797151
Text Example
Text Example
White with #797151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797151; }
p { color: rgb(121,113,81); }
H1.HeaderClassName
{
color: #797151;
}
.AnyTagClassName
{
color: #797151;
}
</style>
background-color css
<style>
a { background-color: #797151; }
a { background-color: rgb(121,113,81); }
div.DivClassName
{
background-color: #797151;
}
.BgClassName
{
background-color: #797151;
}
</style>
border-color css
<style>
span { border-color: #797151; }
span { border-color: rgb(121,113,81); }
td.TdClassName
{
border-color: #797151;
}
.TagClassName
{
border-color: #797151;
}
</style>