Shades of Go Ben #7A7050
Tints of Go Ben #7A7050
RGB
CMYK
RGB Variations
Color information
#7A7050 (or 0x7A7050) is known color: Go Ben. HEX triplet: 7A, 70 and 50. RGB value is (122,112,80). Sum of RGB (Red+Green+Blue) = 122+112+80=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7050 is #858FAF. Grayscale: #6F6F6F. Windows color (decimal): -8753072 or 5271674. OLE color: 5271674.
HSL color Cylindrical-coordinate representation of color #7A7050: hue angle of 45.71º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A7050 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 80 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.52 |
| HSL | 45.71º | 0.21% | 0.4% | - |
| HSV(B) | 45.71º | 0.34% | 0.48% | - |
| XYZ | 15.27 | 16.31 | 9.93 | - |
| YUV | 111.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 80 | 0 | 0.08 | 0.34 | 0.52 | 45.71 | 0.21 | 0.4 |
| Hex | 7A | 70 | 50 | 0 | 8 | 22 | 34 | 2E | 15 | 28 |
| Octal | 172 | 160 | 120 | 0 | 10 | 42 | 64 | 56 | 25 | 50 |
| Binary | 1111010 | 1110000 | 1010000 | 0 | 1000 | 100010 | 110100 | 101110 | 10101 | 101000 |
Color Harmonies of #7A7050
Complementary color
Monochromatic Colors of #7A7050
Black with #7A7050
Text Example
Text Example
White with #7A7050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7050; }
p { color: rgb(122,112,80); }
H1.HeaderClassName
{
color: #7A7050;
}
.AnyTagClassName
{
color: #7A7050;
}
</style>
background-color css
<style>
a { background-color: #7A7050; }
a { background-color: rgb(122,112,80); }
div.DivClassName
{
background-color: #7A7050;
}
.BgClassName
{
background-color: #7A7050;
}
</style>
border-color css
<style>
span { border-color: #7A7050; }
span { border-color: rgb(122,112,80); }
td.TdClassName
{
border-color: #7A7050;
}
.TagClassName
{
border-color: #7A7050;
}
</style>