Shades of Go Ben #796A48
Tints of Go Ben #796A48
RGB
CMYK
RGB Variations
Color information
#796A48 (or 0x796A48) is known color: Go Ben. HEX triplet: 79, 6A and 48. RGB value is (121,106,72). Sum of RGB (Red+Green+Blue) = 121+106+72=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 121 - color contains mainly: red. Hex color #796A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796A48 is #8695B7. Grayscale: #6A6A6A. Windows color (decimal): -8820152 or 4745849. OLE color: 4745849.
HSL color Cylindrical-coordinate representation of color #796A48: hue angle of 41.63º 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 #796A48 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 72 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.53 |
| HSL | 41.63º | 0.25% | 0.38% | - |
| HSV(B) | 41.63º | 0.4% | 0.47% | - |
| XYZ | 14.21 | 14.84 | 8.25 | - |
| YUV | 106.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 72 | 0 | 0.12 | 0.40 | 0.53 | 41.63 | 0.25 | 0.38 |
| Hex | 79 | 6A | 48 | 0 | C | 28 | 35 | 2A | 19 | 26 |
| Octal | 171 | 152 | 110 | 0 | 14 | 50 | 65 | 52 | 31 | 46 |
| Binary | 1111001 | 1101010 | 1001000 | 0 | 1100 | 101000 | 110101 | 101010 | 11001 | 100110 |
Color Harmonies of #796A48
Complementary color
Monochromatic Colors of #796A48
Black with #796A48
Text Example
Text Example
White with #796A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A48; }
p { color: rgb(121,106,72); }
H1.HeaderClassName
{
color: #796A48;
}
.AnyTagClassName
{
color: #796A48;
}
</style>
background-color css
<style>
a { background-color: #796A48; }
a { background-color: rgb(121,106,72); }
div.DivClassName
{
background-color: #796A48;
}
.BgClassName
{
background-color: #796A48;
}
</style>
border-color css
<style>
span { border-color: #796A48; }
span { border-color: rgb(121,106,72); }
td.TdClassName
{
border-color: #796A48;
}
.TagClassName
{
border-color: #796A48;
}
</style>