Shades of Go Ben #7A7942
Tints of Go Ben #7A7942
RGB
CMYK
RGB Variations
Color information
#7A7942 (or 0x7A7942) is known color: Go Ben. HEX triplet: 7A, 79 and 42. RGB value is (122,121,66). Sum of RGB (Red+Green+Blue) = 122+121+66=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7942 is #8586BD. Grayscale: #737373. Windows color (decimal): -8750782 or 4356474. OLE color: 4356474.
HSL color Cylindrical-coordinate representation of color #7A7942: hue angle of 58.93º 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 #7A7942 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 121 | 66 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.52 |
| HSL | 58.93º | 0.3% | 0.37% | - |
| HSV(B) | 58.93º | 0.46% | 0.48% | - |
| XYZ | 15.85 | 18.21 | 7.83 | - |
| YUV | 115.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 66 | 0 | 0.01 | 0.46 | 0.52 | 58.93 | 0.3 | 0.37 |
| Hex | 7A | 79 | 42 | 0 | 1 | 2E | 34 | 3B | 1E | 25 |
| Octal | 172 | 171 | 102 | 0 | 1 | 56 | 64 | 73 | 36 | 45 |
| Binary | 1111010 | 1111001 | 1000010 | 0 | 1 | 101110 | 110100 | 111011 | 11110 | 100101 |
Color Harmonies of #7A7942
Complementary color
Monochromatic Colors of #7A7942
Black with #7A7942
Text Example
Text Example
White with #7A7942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7942; }
p { color: rgb(122,121,66); }
H1.HeaderClassName
{
color: #7A7942;
}
.AnyTagClassName
{
color: #7A7942;
}
</style>
background-color css
<style>
a { background-color: #7A7942; }
a { background-color: rgb(122,121,66); }
div.DivClassName
{
background-color: #7A7942;
}
.BgClassName
{
background-color: #7A7942;
}
</style>
border-color css
<style>
span { border-color: #7A7942; }
span { border-color: rgb(122,121,66); }
td.TdClassName
{
border-color: #7A7942;
}
.TagClassName
{
border-color: #7A7942;
}
</style>