Shades of Go Ben #7A6E4A
Tints of Go Ben #7A6E4A
RGB
CMYK
RGB Variations
Color information
#7A6E4A (or 0x7A6E4A) is known color: Go Ben. HEX triplet: 7A, 6E and 4A. RGB value is (122,110,74). Sum of RGB (Red+Green+Blue) = 122+110+74=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6E4A is #8591B5. Grayscale: #6D6D6D. Windows color (decimal): -8753590 or 4877946. OLE color: 4877946.
HSL color Cylindrical-coordinate representation of color #7A6E4A: hue angle of 45º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A6E4A is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 110 | 74 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.52 |
| HSL | 45º | 0.24% | 0.38% | - |
| HSV(B) | 45º | 0.39% | 0.48% | - |
| XYZ | 14.84 | 15.78 | 8.74 | - |
| YUV | 109.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 74 | 0 | 0.10 | 0.39 | 0.52 | 45 | 0.24 | 0.38 |
| Hex | 7A | 6E | 4A | 0 | A | 27 | 34 | 2D | 18 | 26 |
| Octal | 172 | 156 | 112 | 0 | 12 | 47 | 64 | 55 | 30 | 46 |
| Binary | 1111010 | 1101110 | 1001010 | 0 | 1010 | 100111 | 110100 | 101101 | 11000 | 100110 |
Color Harmonies of #7A6E4A
Complementary color
Monochromatic Colors of #7A6E4A
Black with #7A6E4A
Text Example
Text Example
White with #7A6E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6E4A; }
p { color: rgb(122,110,74); }
H1.HeaderClassName
{
color: #7A6E4A;
}
.AnyTagClassName
{
color: #7A6E4A;
}
</style>
background-color css
<style>
a { background-color: #7A6E4A; }
a { background-color: rgb(122,110,74); }
div.DivClassName
{
background-color: #7A6E4A;
}
.BgClassName
{
background-color: #7A6E4A;
}
</style>
border-color css
<style>
span { border-color: #7A6E4A; }
span { border-color: rgb(122,110,74); }
td.TdClassName
{
border-color: #7A6E4A;
}
.TagClassName
{
border-color: #7A6E4A;
}
</style>