Shades of Go Ben #7A7447
Tints of Go Ben #7A7447
RGB
CMYK
RGB Variations
Color information
#7A7447 (or 0x7A7447) is known color: Go Ben. HEX triplet: 7A, 74 and 47. RGB value is (122,116,71). Sum of RGB (Red+Green+Blue) = 122+116+71=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7447 is #858BB8. Grayscale: #707070. Windows color (decimal): -8752057 or 4682874. OLE color: 4682874.
HSL color Cylindrical-coordinate representation of color #7A7447: hue angle of 52.94º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A7447 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 116 | 71 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.52 |
| HSL | 52.94º | 0.26% | 0.38% | - |
| HSV(B) | 52.94º | 0.42% | 0.48% | - |
| XYZ | 15.41 | 17.08 | 8.45 | - |
| YUV | 112.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 71 | 0 | 0.05 | 0.42 | 0.52 | 52.94 | 0.26 | 0.38 |
| Hex | 7A | 74 | 47 | 0 | 5 | 2A | 34 | 35 | 1A | 26 |
| Octal | 172 | 164 | 107 | 0 | 5 | 52 | 64 | 65 | 32 | 46 |
| Binary | 1111010 | 1110100 | 1000111 | 0 | 101 | 101010 | 110100 | 110101 | 11010 | 100110 |
Color Harmonies of #7A7447
Complementary color
Monochromatic Colors of #7A7447
Black with #7A7447
Text Example
Text Example
White with #7A7447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7447; }
p { color: rgb(122,116,71); }
H1.HeaderClassName
{
color: #7A7447;
}
.AnyTagClassName
{
color: #7A7447;
}
</style>
background-color css
<style>
a { background-color: #7A7447; }
a { background-color: rgb(122,116,71); }
div.DivClassName
{
background-color: #7A7447;
}
.BgClassName
{
background-color: #7A7447;
}
</style>
border-color css
<style>
span { border-color: #7A7447; }
span { border-color: rgb(122,116,71); }
td.TdClassName
{
border-color: #7A7447;
}
.TagClassName
{
border-color: #7A7447;
}
</style>