Shades of Go Ben #797042
Tints of Go Ben #797042
RGB
CMYK
RGB Variations
Color information
#797042 (or 0x797042) is known color: Go Ben. HEX triplet: 79, 70 and 42. RGB value is (121,112,66). Sum of RGB (Red+Green+Blue) = 121+112+66=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 121 - color contains mainly: red. Hex color #797042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797042 is #868FBD. Grayscale: #6D6D6D. Windows color (decimal): -8818622 or 4354169. OLE color: 4354169.
HSL color Cylindrical-coordinate representation of color #797042: hue angle of 50.18º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #797042 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 112 | 66 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.53 |
| HSL | 50.18º | 0.29% | 0.37% | - |
| HSV(B) | 50.18º | 0.45% | 0.47% | - |
| XYZ | 14.66 | 16.05 | 7.48 | - |
| YUV | 109.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 66 | 0 | 0.07 | 0.45 | 0.53 | 50.18 | 0.29 | 0.37 |
| Hex | 79 | 70 | 42 | 0 | 7 | 2D | 35 | 32 | 1D | 25 |
| Octal | 171 | 160 | 102 | 0 | 7 | 55 | 65 | 62 | 35 | 45 |
| Binary | 1111001 | 1110000 | 1000010 | 0 | 111 | 101101 | 110101 | 110010 | 11101 | 100101 |
Color Harmonies of #797042
Complementary color
Monochromatic Colors of #797042
Black with #797042
Text Example
Text Example
White with #797042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797042; }
p { color: rgb(121,112,66); }
H1.HeaderClassName
{
color: #797042;
}
.AnyTagClassName
{
color: #797042;
}
</style>
background-color css
<style>
a { background-color: #797042; }
a { background-color: rgb(121,112,66); }
div.DivClassName
{
background-color: #797042;
}
.BgClassName
{
background-color: #797042;
}
</style>
border-color css
<style>
span { border-color: #797042; }
span { border-color: rgb(121,112,66); }
td.TdClassName
{
border-color: #797042;
}
.TagClassName
{
border-color: #797042;
}
</style>