Shades of Go Ben #7A7451
Tints of Go Ben #7A7451
RGB
CMYK
RGB Variations
Color information
#7A7451 (or 0x7A7451) is known color: Go Ben. HEX triplet: 7A, 74 and 51. RGB value is (122,116,81). Sum of RGB (Red+Green+Blue) = 122+116+81=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7451 is #858BAE. Grayscale: #717171. Windows color (decimal): -8752047 or 5338234. OLE color: 5338234.
HSL color Cylindrical-coordinate representation of color #7A7451: hue angle of 51.22º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A7451 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 116 | 81 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.52 |
| HSL | 51.22º | 0.2% | 0.4% | - |
| HSV(B) | 51.22º | 0.34% | 0.48% | - |
| XYZ | 15.76 | 17.22 | 10.28 | - |
| YUV | 113.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 81 | 0 | 0.05 | 0.34 | 0.52 | 51.22 | 0.2 | 0.4 |
| Hex | 7A | 74 | 51 | 0 | 5 | 22 | 34 | 33 | 14 | 28 |
| Octal | 172 | 164 | 121 | 0 | 5 | 42 | 64 | 63 | 24 | 50 |
| Binary | 1111010 | 1110100 | 1010001 | 0 | 101 | 100010 | 110100 | 110011 | 10100 | 101000 |
Color Harmonies of #7A7451
Complementary color
Monochromatic Colors of #7A7451
Black with #7A7451
Text Example
Text Example
White with #7A7451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7451; }
p { color: rgb(122,116,81); }
H1.HeaderClassName
{
color: #7A7451;
}
.AnyTagClassName
{
color: #7A7451;
}
</style>
background-color css
<style>
a { background-color: #7A7451; }
a { background-color: rgb(122,116,81); }
div.DivClassName
{
background-color: #7A7451;
}
.BgClassName
{
background-color: #7A7451;
}
</style>
border-color css
<style>
span { border-color: #7A7451; }
span { border-color: rgb(122,116,81); }
td.TdClassName
{
border-color: #7A7451;
}
.TagClassName
{
border-color: #7A7451;
}
</style>