Shades of Go Ben #796F3F
Tints of Go Ben #796F3F
RGB
CMYK
RGB Variations
Color information
#796F3F (or 0x796F3F) is known color: Go Ben. HEX triplet: 79, 6F and 3F. RGB value is (121,111,63). Sum of RGB (Red+Green+Blue) = 121+111+63=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #796F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F3F is #8690C0. Grayscale: #6C6C6C. Windows color (decimal): -8818881 or 4157305. OLE color: 4157305.
HSL color Cylindrical-coordinate representation of color #796F3F: hue angle of 49.66º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #796F3F is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 63 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.53 |
| HSL | 49.66º | 0.32% | 0.36% | - |
| HSV(B) | 49.66º | 0.48% | 0.47% | - |
| XYZ | 14.47 | 15.79 | 6.99 | - |
| YUV | 108.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 63 | 0 | 0.08 | 0.48 | 0.53 | 49.66 | 0.32 | 0.36 |
| Hex | 79 | 6F | 3F | 0 | 8 | 30 | 35 | 32 | 20 | 24 |
| Octal | 171 | 157 | 77 | 0 | 10 | 60 | 65 | 62 | 40 | 44 |
| Binary | 1111001 | 1101111 | 111111 | 0 | 1000 | 110000 | 110101 | 110010 | 100000 | 100100 |
Color Harmonies of #796F3F
Complementary color
Monochromatic Colors of #796F3F
Black with #796F3F
Text Example
Text Example
White with #796F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F3F; }
p { color: rgb(121,111,63); }
H1.HeaderClassName
{
color: #796F3F;
}
.AnyTagClassName
{
color: #796F3F;
}
</style>
background-color css
<style>
a { background-color: #796F3F; }
a { background-color: rgb(121,111,63); }
div.DivClassName
{
background-color: #796F3F;
}
.BgClassName
{
background-color: #796F3F;
}
</style>
border-color css
<style>
span { border-color: #796F3F; }
span { border-color: rgb(121,111,63); }
td.TdClassName
{
border-color: #796F3F;
}
.TagClassName
{
border-color: #796F3F;
}
</style>