Shades of Go Ben #7A7249
Tints of Go Ben #7A7249
RGB
CMYK
RGB Variations
Color information
#7A7249 (or 0x7A7249) is known color: Go Ben. HEX triplet: 7A, 72 and 49. RGB value is (122,114,73). Sum of RGB (Red+Green+Blue) = 122+114+73=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7249 is #858DB6. Grayscale: #6F6F6F. Windows color (decimal): -8752567 or 4813434. OLE color: 4813434.
HSL color Cylindrical-coordinate representation of color #7A7249: hue angle of 50.2º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A7249 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 73 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.52 |
| HSL | 50.2º | 0.25% | 0.38% | - |
| HSV(B) | 50.2º | 0.4% | 0.48% | - |
| XYZ | 15.25 | 16.65 | 8.71 | - |
| YUV | 111.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 73 | 0 | 0.07 | 0.40 | 0.52 | 50.2 | 0.25 | 0.38 |
| Hex | 7A | 72 | 49 | 0 | 7 | 28 | 34 | 32 | 19 | 26 |
| Octal | 172 | 162 | 111 | 0 | 7 | 50 | 64 | 62 | 31 | 46 |
| Binary | 1111010 | 1110010 | 1001001 | 0 | 111 | 101000 | 110100 | 110010 | 11001 | 100110 |
Color Harmonies of #7A7249
Complementary color
Monochromatic Colors of #7A7249
Black with #7A7249
Text Example
Text Example
White with #7A7249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7249; }
p { color: rgb(122,114,73); }
H1.HeaderClassName
{
color: #7A7249;
}
.AnyTagClassName
{
color: #7A7249;
}
</style>
background-color css
<style>
a { background-color: #7A7249; }
a { background-color: rgb(122,114,73); }
div.DivClassName
{
background-color: #7A7249;
}
.BgClassName
{
background-color: #7A7249;
}
</style>
border-color css
<style>
span { border-color: #7A7249; }
span { border-color: rgb(122,114,73); }
td.TdClassName
{
border-color: #7A7249;
}
.TagClassName
{
border-color: #7A7249;
}
</style>