Shades of Go Ben #7A724A
Tints of Go Ben #7A724A
RGB
CMYK
RGB Variations
Color information
#7A724A (or 0x7A724A) is known color: Go Ben. HEX triplet: 7A, 72 and 4A. RGB value is (122,114,74). Sum of RGB (Red+Green+Blue) = 122+114+74=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A724A is #858DB5. Grayscale: #6F6F6F. Windows color (decimal): -8752566 or 4878970. OLE color: 4878970.
HSL color Cylindrical-coordinate representation of color #7A724A: hue angle of 50º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A724A is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 74 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.52 |
| HSL | 50º | 0.24% | 0.38% | - |
| HSV(B) | 50º | 0.39% | 0.48% | - |
| XYZ | 15.28 | 16.67 | 8.89 | - |
| YUV | 111.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 74 | 0 | 0.07 | 0.39 | 0.52 | 50 | 0.24 | 0.38 |
| Hex | 7A | 72 | 4A | 0 | 7 | 27 | 34 | 32 | 18 | 26 |
| Octal | 172 | 162 | 112 | 0 | 7 | 47 | 64 | 62 | 30 | 46 |
| Binary | 1111010 | 1110010 | 1001010 | 0 | 111 | 100111 | 110100 | 110010 | 11000 | 100110 |
Color Harmonies of #7A724A
Complementary color
Monochromatic Colors of #7A724A
Black with #7A724A
Text Example
Text Example
White with #7A724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A724A; }
p { color: rgb(122,114,74); }
H1.HeaderClassName
{
color: #7A724A;
}
.AnyTagClassName
{
color: #7A724A;
}
</style>
background-color css
<style>
a { background-color: #7A724A; }
a { background-color: rgb(122,114,74); }
div.DivClassName
{
background-color: #7A724A;
}
.BgClassName
{
background-color: #7A724A;
}
</style>
border-color css
<style>
span { border-color: #7A724A; }
span { border-color: rgb(122,114,74); }
td.TdClassName
{
border-color: #7A724A;
}
.TagClassName
{
border-color: #7A724A;
}
</style>