Shades of Go Ben #7A724F
Tints of Go Ben #7A724F
RGB
CMYK
RGB Variations
Color information
#7A724F (or 0x7A724F) is known color: Go Ben. HEX triplet: 7A, 72 and 4F. RGB value is (122,114,79). Sum of RGB (Red+Green+Blue) = 122+114+79=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A724F is #858DB0. Grayscale: #707070. Windows color (decimal): -8752561 or 5206650. OLE color: 5206650.
HSL color Cylindrical-coordinate representation of color #7A724F: hue angle of 48.84º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A724F is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 79 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.52 |
| HSL | 48.84º | 0.21% | 0.39% | - |
| HSV(B) | 48.84º | 0.35% | 0.48% | - |
| XYZ | 15.45 | 16.74 | 9.81 | - |
| YUV | 112.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 79 | 0 | 0.07 | 0.35 | 0.52 | 48.84 | 0.21 | 0.39 |
| Hex | 7A | 72 | 4F | 0 | 7 | 23 | 34 | 31 | 15 | 27 |
| Octal | 172 | 162 | 117 | 0 | 7 | 43 | 64 | 61 | 25 | 47 |
| Binary | 1111010 | 1110010 | 1001111 | 0 | 111 | 100011 | 110100 | 110001 | 10101 | 100111 |
Color Harmonies of #7A724F
Complementary color
Monochromatic Colors of #7A724F
Black with #7A724F
Text Example
Text Example
White with #7A724F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A724F; }
p { color: rgb(122,114,79); }
H1.HeaderClassName
{
color: #7A724F;
}
.AnyTagClassName
{
color: #7A724F;
}
</style>
background-color css
<style>
a { background-color: #7A724F; }
a { background-color: rgb(122,114,79); }
div.DivClassName
{
background-color: #7A724F;
}
.BgClassName
{
background-color: #7A724F;
}
</style>
border-color css
<style>
span { border-color: #7A724F; }
span { border-color: rgb(122,114,79); }
td.TdClassName
{
border-color: #7A724F;
}
.TagClassName
{
border-color: #7A724F;
}
</style>