Shades of Go Ben #7A7646
Tints of Go Ben #7A7646
RGB
CMYK
RGB Variations
Color information
#7A7646 (or 0x7A7646) is known color: Go Ben. HEX triplet: 7A, 76 and 46. RGB value is (122,118,70). Sum of RGB (Red+Green+Blue) = 122+118+70=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7646 is #8589B9. Grayscale: #717171. Windows color (decimal): -8751546 or 4617850. OLE color: 4617850.
HSL color Cylindrical-coordinate representation of color #7A7646: hue angle of 55.38º 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 #7A7646 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 70 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.52 |
| HSL | 55.38º | 0.27% | 0.38% | - |
| HSV(B) | 55.38º | 0.43% | 0.48% | - |
| XYZ | 15.61 | 17.54 | 8.36 | - |
| YUV | 113.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 70 | 0 | 0.03 | 0.43 | 0.52 | 55.38 | 0.27 | 0.38 |
| Hex | 7A | 76 | 46 | 0 | 3 | 2B | 34 | 37 | 1B | 26 |
| Octal | 172 | 166 | 106 | 0 | 3 | 53 | 64 | 67 | 33 | 46 |
| Binary | 1111010 | 1110110 | 1000110 | 0 | 11 | 101011 | 110100 | 110111 | 11011 | 100110 |
Color Harmonies of #7A7646
Complementary color
Monochromatic Colors of #7A7646
Black with #7A7646
Text Example
Text Example
White with #7A7646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7646; }
p { color: rgb(122,118,70); }
H1.HeaderClassName
{
color: #7A7646;
}
.AnyTagClassName
{
color: #7A7646;
}
</style>
background-color css
<style>
a { background-color: #7A7646; }
a { background-color: rgb(122,118,70); }
div.DivClassName
{
background-color: #7A7646;
}
.BgClassName
{
background-color: #7A7646;
}
</style>
border-color css
<style>
span { border-color: #7A7646; }
span { border-color: rgb(122,118,70); }
td.TdClassName
{
border-color: #7A7646;
}
.TagClassName
{
border-color: #7A7646;
}
</style>