Shades of Go Ben #796F4D
Tints of Go Ben #796F4D
RGB
CMYK
RGB Variations
Color information
#796F4D (or 0x796F4D) is known color: Go Ben. HEX triplet: 79, 6F and 4D. RGB value is (121,111,77). Sum of RGB (Red+Green+Blue) = 121+111+77=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #796F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F4D is #8690B2. Grayscale: #6E6E6E. Windows color (decimal): -8818867 or 5074809. OLE color: 5074809.
HSL color Cylindrical-coordinate representation of color #796F4D: hue angle of 46.36º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #796F4D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 77 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.53 |
| HSL | 46.36º | 0.22% | 0.39% | - |
| HSV(B) | 46.36º | 0.36% | 0.47% | - |
| XYZ | 14.91 | 15.97 | 9.32 | - |
| YUV | 110.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 77 | 0 | 0.08 | 0.36 | 0.53 | 46.36 | 0.22 | 0.39 |
| Hex | 79 | 6F | 4D | 0 | 8 | 24 | 35 | 2E | 16 | 27 |
| Octal | 171 | 157 | 115 | 0 | 10 | 44 | 65 | 56 | 26 | 47 |
| Binary | 1111001 | 1101111 | 1001101 | 0 | 1000 | 100100 | 110101 | 101110 | 10110 | 100111 |
Color Harmonies of #796F4D
Complementary color
Monochromatic Colors of #796F4D
Black with #796F4D
Text Example
Text Example
White with #796F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F4D; }
p { color: rgb(121,111,77); }
H1.HeaderClassName
{
color: #796F4D;
}
.AnyTagClassName
{
color: #796F4D;
}
</style>
background-color css
<style>
a { background-color: #796F4D; }
a { background-color: rgb(121,111,77); }
div.DivClassName
{
background-color: #796F4D;
}
.BgClassName
{
background-color: #796F4D;
}
</style>
border-color css
<style>
span { border-color: #796F4D; }
span { border-color: rgb(121,111,77); }
td.TdClassName
{
border-color: #796F4D;
}
.TagClassName
{
border-color: #796F4D;
}
</style>