Shades of Go Ben #797448
Tints of Go Ben #797448
RGB
CMYK
RGB Variations
Color information
#797448 (or 0x797448) is known color: Go Ben. HEX triplet: 79, 74 and 48. RGB value is (121,116,72). Sum of RGB (Red+Green+Blue) = 121+116+72=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #797448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797448 is #868BB7. Grayscale: #707070. Windows color (decimal): -8817592 or 4748409. OLE color: 4748409.
HSL color Cylindrical-coordinate representation of color #797448: hue angle of 53.88º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #797448 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 116 | 72 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.53 |
| HSL | 53.88º | 0.25% | 0.38% | - |
| HSV(B) | 53.88º | 0.4% | 0.47% | - |
| XYZ | 15.3 | 17.02 | 8.61 | - |
| YUV | 112.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 116 | 72 | 0 | 0.04 | 0.40 | 0.53 | 53.88 | 0.25 | 0.38 |
| Hex | 79 | 74 | 48 | 0 | 4 | 28 | 35 | 36 | 19 | 26 |
| Octal | 171 | 164 | 110 | 0 | 4 | 50 | 65 | 66 | 31 | 46 |
| Binary | 1111001 | 1110100 | 1001000 | 0 | 100 | 101000 | 110101 | 110110 | 11001 | 100110 |
Color Harmonies of #797448
Complementary color
Monochromatic Colors of #797448
Black with #797448
Text Example
Text Example
White with #797448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797448; }
p { color: rgb(121,116,72); }
H1.HeaderClassName
{
color: #797448;
}
.AnyTagClassName
{
color: #797448;
}
</style>
background-color css
<style>
a { background-color: #797448; }
a { background-color: rgb(121,116,72); }
div.DivClassName
{
background-color: #797448;
}
.BgClassName
{
background-color: #797448;
}
</style>
border-color css
<style>
span { border-color: #797448; }
span { border-color: rgb(121,116,72); }
td.TdClassName
{
border-color: #797448;
}
.TagClassName
{
border-color: #797448;
}
</style>