Shades of Go Ben #7A7244
Tints of Go Ben #7A7244
RGB
CMYK
RGB Variations
Color information
#7A7244 (or 0x7A7244) is known color: Go Ben. HEX triplet: 7A, 72 and 44. RGB value is (122,114,68). Sum of RGB (Red+Green+Blue) = 122+114+68=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7244 is #858DBB. Grayscale: #6F6F6F. Windows color (decimal): -8752572 or 4485754. OLE color: 4485754.
HSL color Cylindrical-coordinate representation of color #7A7244: hue angle of 51.11º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A7244 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 68 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.52 |
| HSL | 51.11º | 0.28% | 0.37% | - |
| HSV(B) | 51.11º | 0.44% | 0.48% | - |
| XYZ | 15.09 | 16.59 | 7.88 | - |
| YUV | 111.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 68 | 0 | 0.07 | 0.44 | 0.52 | 51.11 | 0.28 | 0.37 |
| Hex | 7A | 72 | 44 | 0 | 7 | 2C | 34 | 33 | 1C | 25 |
| Octal | 172 | 162 | 104 | 0 | 7 | 54 | 64 | 63 | 34 | 45 |
| Binary | 1111010 | 1110010 | 1000100 | 0 | 111 | 101100 | 110100 | 110011 | 11100 | 100101 |
Color Harmonies of #7A7244
Complementary color
Monochromatic Colors of #7A7244
Black with #7A7244
Text Example
Text Example
White with #7A7244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7244; }
p { color: rgb(122,114,68); }
H1.HeaderClassName
{
color: #7A7244;
}
.AnyTagClassName
{
color: #7A7244;
}
</style>
background-color css
<style>
a { background-color: #7A7244; }
a { background-color: rgb(122,114,68); }
div.DivClassName
{
background-color: #7A7244;
}
.BgClassName
{
background-color: #7A7244;
}
</style>
border-color css
<style>
span { border-color: #7A7244; }
span { border-color: rgb(122,114,68); }
td.TdClassName
{
border-color: #7A7244;
}
.TagClassName
{
border-color: #7A7244;
}
</style>