Shades of Go Ben #7A7142
Tints of Go Ben #7A7142
RGB
CMYK
RGB Variations
Color information
#7A7142 (or 0x7A7142) is known color: Go Ben. HEX triplet: 7A, 71 and 42. RGB value is (122,113,66). Sum of RGB (Red+Green+Blue) = 122+113+66=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7142 is #858EBD. Grayscale: #6E6E6E. Windows color (decimal): -8752830 or 4354426. OLE color: 4354426.
HSL color Cylindrical-coordinate representation of color #7A7142: hue angle of 50.36º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A7142 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 66 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.52 |
| HSL | 50.36º | 0.3% | 0.37% | - |
| HSV(B) | 50.36º | 0.46% | 0.48% | - |
| XYZ | 14.91 | 16.34 | 7.52 | - |
| YUV | 110.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 66 | 0 | 0.07 | 0.46 | 0.52 | 50.36 | 0.3 | 0.37 |
| Hex | 7A | 71 | 42 | 0 | 7 | 2E | 34 | 32 | 1E | 25 |
| Octal | 172 | 161 | 102 | 0 | 7 | 56 | 64 | 62 | 36 | 45 |
| Binary | 1111010 | 1110001 | 1000010 | 0 | 111 | 101110 | 110100 | 110010 | 11110 | 100101 |
Color Harmonies of #7A7142
Complementary color
Monochromatic Colors of #7A7142
Black with #7A7142
Text Example
Text Example
White with #7A7142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7142; }
p { color: rgb(122,113,66); }
H1.HeaderClassName
{
color: #7A7142;
}
.AnyTagClassName
{
color: #7A7142;
}
</style>
background-color css
<style>
a { background-color: #7A7142; }
a { background-color: rgb(122,113,66); }
div.DivClassName
{
background-color: #7A7142;
}
.BgClassName
{
background-color: #7A7142;
}
</style>
border-color css
<style>
span { border-color: #7A7142; }
span { border-color: rgb(122,113,66); }
td.TdClassName
{
border-color: #7A7142;
}
.TagClassName
{
border-color: #7A7142;
}
</style>