Shades of Go Ben #796D4A
Tints of Go Ben #796D4A
RGB
CMYK
RGB Variations
Color information
#796D4A (or 0x796D4A) is known color: Go Ben. HEX triplet: 79, 6D and 4A. RGB value is (121,109,74). Sum of RGB (Red+Green+Blue) = 121+109+74=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #796D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796D4A is #8692B5. Grayscale: #6C6C6C. Windows color (decimal): -8819382 or 4877689. OLE color: 4877689.
HSL color Cylindrical-coordinate representation of color #796D4A: hue angle of 44.68º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #796D4A is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 109 | 74 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.53 |
| HSL | 44.68º | 0.24% | 0.38% | - |
| HSV(B) | 44.68º | 0.39% | 0.47% | - |
| XYZ | 14.59 | 15.5 | 8.7 | - |
| YUV | 108.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 74 | 0 | 0.10 | 0.39 | 0.53 | 44.68 | 0.24 | 0.38 |
| Hex | 79 | 6D | 4A | 0 | A | 27 | 35 | 2D | 18 | 26 |
| Octal | 171 | 155 | 112 | 0 | 12 | 47 | 65 | 55 | 30 | 46 |
| Binary | 1111001 | 1101101 | 1001010 | 0 | 1010 | 100111 | 110101 | 101101 | 11000 | 100110 |
Color Harmonies of #796D4A
Complementary color
Monochromatic Colors of #796D4A
Black with #796D4A
Text Example
Text Example
White with #796D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796D4A; }
p { color: rgb(121,109,74); }
H1.HeaderClassName
{
color: #796D4A;
}
.AnyTagClassName
{
color: #796D4A;
}
</style>
background-color css
<style>
a { background-color: #796D4A; }
a { background-color: rgb(121,109,74); }
div.DivClassName
{
background-color: #796D4A;
}
.BgClassName
{
background-color: #796D4A;
}
</style>
border-color css
<style>
span { border-color: #796D4A; }
span { border-color: rgb(121,109,74); }
td.TdClassName
{
border-color: #796D4A;
}
.TagClassName
{
border-color: #796D4A;
}
</style>