Shades of Go Ben #796C49
Tints of Go Ben #796C49
RGB
CMYK
RGB Variations
Color information
#796C49 (or 0x796C49) is known color: Go Ben. HEX triplet: 79, 6C and 49. RGB value is (121,108,73). Sum of RGB (Red+Green+Blue) = 121+108+73=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 121 - color contains mainly: red. Hex color #796C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C49 is #8693B6. Grayscale: #6C6C6C. Windows color (decimal): -8819639 or 4811897. OLE color: 4811897.
HSL color Cylindrical-coordinate representation of color #796C49: hue angle of 43.75º 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 #796C49 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 108 | 73 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.53 |
| HSL | 43.75º | 0.25% | 0.38% | - |
| HSV(B) | 43.75º | 0.4% | 0.47% | - |
| XYZ | 14.45 | 15.27 | 8.49 | - |
| YUV | 107.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 73 | 0 | 0.11 | 0.40 | 0.53 | 43.75 | 0.25 | 0.38 |
| Hex | 79 | 6C | 49 | 0 | B | 28 | 35 | 2C | 19 | 26 |
| Octal | 171 | 154 | 111 | 0 | 13 | 50 | 65 | 54 | 31 | 46 |
| Binary | 1111001 | 1101100 | 1001001 | 0 | 1011 | 101000 | 110101 | 101100 | 11001 | 100110 |
Color Harmonies of #796C49
Complementary color
Monochromatic Colors of #796C49
Black with #796C49
Text Example
Text Example
White with #796C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796C49; }
p { color: rgb(121,108,73); }
H1.HeaderClassName
{
color: #796C49;
}
.AnyTagClassName
{
color: #796C49;
}
</style>
background-color css
<style>
a { background-color: #796C49; }
a { background-color: rgb(121,108,73); }
div.DivClassName
{
background-color: #796C49;
}
.BgClassName
{
background-color: #796C49;
}
</style>
border-color css
<style>
span { border-color: #796C49; }
span { border-color: rgb(121,108,73); }
td.TdClassName
{
border-color: #796C49;
}
.TagClassName
{
border-color: #796C49;
}
</style>