Shades of Go Ben #796E4E
Tints of Go Ben #796E4E
RGB
CMYK
RGB Variations
Color information
#796E4E (or 0x796E4E) is known color: Go Ben. HEX triplet: 79, 6E and 4E. RGB value is (121,110,78). Sum of RGB (Red+Green+Blue) = 121+110+78=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #796E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796E4E is #8691B1. Grayscale: #6D6D6D. Windows color (decimal): -8819122 or 5140089. OLE color: 5140089.
HSL color Cylindrical-coordinate representation of color #796E4E: hue angle of 44.65º 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 #796E4E is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 110 | 78 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.53 |
| HSL | 44.65º | 0.22% | 0.39% | - |
| HSV(B) | 44.65º | 0.36% | 0.47% | - |
| XYZ | 14.84 | 15.77 | 9.47 | - |
| YUV | 109.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 78 | 0 | 0.09 | 0.36 | 0.53 | 44.65 | 0.22 | 0.39 |
| Hex | 79 | 6E | 4E | 0 | 9 | 24 | 35 | 2D | 16 | 27 |
| Octal | 171 | 156 | 116 | 0 | 11 | 44 | 65 | 55 | 26 | 47 |
| Binary | 1111001 | 1101110 | 1001110 | 0 | 1001 | 100100 | 110101 | 101101 | 10110 | 100111 |
Color Harmonies of #796E4E
Complementary color
Monochromatic Colors of #796E4E
Black with #796E4E
Text Example
Text Example
White with #796E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796E4E; }
p { color: rgb(121,110,78); }
H1.HeaderClassName
{
color: #796E4E;
}
.AnyTagClassName
{
color: #796E4E;
}
</style>
background-color css
<style>
a { background-color: #796E4E; }
a { background-color: rgb(121,110,78); }
div.DivClassName
{
background-color: #796E4E;
}
.BgClassName
{
background-color: #796E4E;
}
</style>
border-color css
<style>
span { border-color: #796E4E; }
span { border-color: rgb(121,110,78); }
td.TdClassName
{
border-color: #796E4E;
}
.TagClassName
{
border-color: #796E4E;
}
</style>