Shades of Go Ben #7A7240
Tints of Go Ben #7A7240
RGB
CMYK
RGB Variations
Color information
#7A7240 (or 0x7A7240) is known color: Go Ben. HEX triplet: 7A, 72 and 40. RGB value is (122,114,64). Sum of RGB (Red+Green+Blue) = 122+114+64=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7240 is #858DBF. Grayscale: #6E6E6E. Windows color (decimal): -8752576 or 4223610. OLE color: 4223610.
HSL color Cylindrical-coordinate representation of color #7A7240: hue angle of 51.72º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A7240 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 64 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.52 |
| HSL | 51.72º | 0.31% | 0.36% | - |
| HSV(B) | 51.72º | 0.48% | 0.48% | - |
| XYZ | 14.97 | 16.54 | 7.25 | - |
| YUV | 110.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 64 | 0 | 0.07 | 0.48 | 0.52 | 51.72 | 0.31 | 0.36 |
| Hex | 7A | 72 | 40 | 0 | 7 | 30 | 34 | 34 | 1F | 24 |
| Octal | 172 | 162 | 100 | 0 | 7 | 60 | 64 | 64 | 37 | 44 |
| Binary | 1111010 | 1110010 | 1000000 | 0 | 111 | 110000 | 110100 | 110100 | 11111 | 100100 |
Color Harmonies of #7A7240
Complementary color
Monochromatic Colors of #7A7240
Black with #7A7240
Text Example
Text Example
White with #7A7240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7240; }
p { color: rgb(122,114,64); }
H1.HeaderClassName
{
color: #7A7240;
}
.AnyTagClassName
{
color: #7A7240;
}
</style>
background-color css
<style>
a { background-color: #7A7240; }
a { background-color: rgb(122,114,64); }
div.DivClassName
{
background-color: #7A7240;
}
.BgClassName
{
background-color: #7A7240;
}
</style>
border-color css
<style>
span { border-color: #7A7240; }
span { border-color: rgb(122,114,64); }
td.TdClassName
{
border-color: #7A7240;
}
.TagClassName
{
border-color: #7A7240;
}
</style>