Shades of Go Ben #796F41
Tints of Go Ben #796F41
RGB
CMYK
RGB Variations
Color information
#796F41 (or 0x796F41) is known color: Go Ben. HEX triplet: 79, 6F and 41. RGB value is (121,111,65). Sum of RGB (Red+Green+Blue) = 121+111+65=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #796F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F41 is #8690BE. Grayscale: #6C6C6C. Windows color (decimal): -8818879 or 4288377. OLE color: 4288377.
HSL color Cylindrical-coordinate representation of color #796F41: hue angle of 49.29º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #796F41 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 65 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.53 |
| HSL | 49.29º | 0.3% | 0.36% | - |
| HSV(B) | 49.29º | 0.46% | 0.47% | - |
| XYZ | 14.52 | 15.82 | 7.29 | - |
| YUV | 108.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 65 | 0 | 0.08 | 0.46 | 0.53 | 49.29 | 0.3 | 0.36 |
| Hex | 79 | 6F | 41 | 0 | 8 | 2E | 35 | 31 | 1E | 24 |
| Octal | 171 | 157 | 101 | 0 | 10 | 56 | 65 | 61 | 36 | 44 |
| Binary | 1111001 | 1101111 | 1000001 | 0 | 1000 | 101110 | 110101 | 110001 | 11110 | 100100 |
Color Harmonies of #796F41
Complementary color
Monochromatic Colors of #796F41
Black with #796F41
Text Example
Text Example
White with #796F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F41; }
p { color: rgb(121,111,65); }
H1.HeaderClassName
{
color: #796F41;
}
.AnyTagClassName
{
color: #796F41;
}
</style>
background-color css
<style>
a { background-color: #796F41; }
a { background-color: rgb(121,111,65); }
div.DivClassName
{
background-color: #796F41;
}
.BgClassName
{
background-color: #796F41;
}
</style>
border-color css
<style>
span { border-color: #796F41; }
span { border-color: rgb(121,111,65); }
td.TdClassName
{
border-color: #796F41;
}
.TagClassName
{
border-color: #796F41;
}
</style>