Shades of Go Ben #7A7146
Tints of Go Ben #7A7146
RGB
CMYK
RGB Variations
Color information
#7A7146 (or 0x7A7146) is known color: Go Ben. HEX triplet: 7A, 71 and 46. RGB value is (122,113,70). Sum of RGB (Red+Green+Blue) = 122+113+70=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7146 is #858EB9. Grayscale: #6E6E6E. Windows color (decimal): -8752826 or 4616570. OLE color: 4616570.
HSL color Cylindrical-coordinate representation of color #7A7146: hue angle of 49.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A7146 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 70 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.52 |
| HSL | 49.62º | 0.27% | 0.38% | - |
| HSV(B) | 49.62º | 0.43% | 0.48% | - |
| XYZ | 15.04 | 16.39 | 8.17 | - |
| YUV | 110.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 70 | 0 | 0.07 | 0.43 | 0.52 | 49.62 | 0.27 | 0.38 |
| Hex | 7A | 71 | 46 | 0 | 7 | 2B | 34 | 32 | 1B | 26 |
| Octal | 172 | 161 | 106 | 0 | 7 | 53 | 64 | 62 | 33 | 46 |
| Binary | 1111010 | 1110001 | 1000110 | 0 | 111 | 101011 | 110100 | 110010 | 11011 | 100110 |
Color Harmonies of #7A7146
Complementary color
Monochromatic Colors of #7A7146
Black with #7A7146
Text Example
Text Example
White with #7A7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7146; }
p { color: rgb(122,113,70); }
H1.HeaderClassName
{
color: #7A7146;
}
.AnyTagClassName
{
color: #7A7146;
}
</style>
background-color css
<style>
a { background-color: #7A7146; }
a { background-color: rgb(122,113,70); }
div.DivClassName
{
background-color: #7A7146;
}
.BgClassName
{
background-color: #7A7146;
}
</style>
border-color css
<style>
span { border-color: #7A7146; }
span { border-color: rgb(122,113,70); }
td.TdClassName
{
border-color: #7A7146;
}
.TagClassName
{
border-color: #7A7146;
}
</style>