Shades of Go Ben #7A7049
Tints of Go Ben #7A7049
RGB
CMYK
RGB Variations
Color information
#7A7049 (or 0x7A7049) is known color: Go Ben. HEX triplet: 7A, 70 and 49. RGB value is (122,112,73). Sum of RGB (Red+Green+Blue) = 122+112+73=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7049 is #858FB6. Grayscale: #6E6E6E. Windows color (decimal): -8753079 or 4812922. OLE color: 4812922.
HSL color Cylindrical-coordinate representation of color #7A7049: hue angle of 47.76º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A7049 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 73 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.52 |
| HSL | 47.76º | 0.25% | 0.38% | - |
| HSV(B) | 47.76º | 0.4% | 0.48% | - |
| XYZ | 15.02 | 16.21 | 8.64 | - |
| YUV | 110.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 73 | 0 | 0.08 | 0.40 | 0.52 | 47.76 | 0.25 | 0.38 |
| Hex | 7A | 70 | 49 | 0 | 8 | 28 | 34 | 30 | 19 | 26 |
| Octal | 172 | 160 | 111 | 0 | 10 | 50 | 64 | 60 | 31 | 46 |
| Binary | 1111010 | 1110000 | 1001001 | 0 | 1000 | 101000 | 110100 | 110000 | 11001 | 100110 |
Color Harmonies of #7A7049
Complementary color
Monochromatic Colors of #7A7049
Black with #7A7049
Text Example
Text Example
White with #7A7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7049; }
p { color: rgb(122,112,73); }
H1.HeaderClassName
{
color: #7A7049;
}
.AnyTagClassName
{
color: #7A7049;
}
</style>
background-color css
<style>
a { background-color: #7A7049; }
a { background-color: rgb(122,112,73); }
div.DivClassName
{
background-color: #7A7049;
}
.BgClassName
{
background-color: #7A7049;
}
</style>
border-color css
<style>
span { border-color: #7A7049; }
span { border-color: rgb(122,112,73); }
td.TdClassName
{
border-color: #7A7049;
}
.TagClassName
{
border-color: #7A7049;
}
</style>