Shades of Go Ben #7A704A
Tints of Go Ben #7A704A
RGB
CMYK
RGB Variations
Color information
#7A704A (or 0x7A704A) is known color: Go Ben. HEX triplet: 7A, 70 and 4A. RGB value is (122,112,74). Sum of RGB (Red+Green+Blue) = 122+112+74=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A704A is #858FB5. Grayscale: #6E6E6E. Windows color (decimal): -8753078 or 4878458. OLE color: 4878458.
HSL color Cylindrical-coordinate representation of color #7A704A: hue angle of 47.5º 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 #7A704A is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 74 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.52 |
| HSL | 47.5º | 0.24% | 0.38% | - |
| HSV(B) | 47.5º | 0.39% | 0.48% | - |
| XYZ | 15.06 | 16.22 | 8.82 | - |
| YUV | 110.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 74 | 0 | 0.08 | 0.39 | 0.52 | 47.5 | 0.24 | 0.38 |
| Hex | 7A | 70 | 4A | 0 | 8 | 27 | 34 | 30 | 18 | 26 |
| Octal | 172 | 160 | 112 | 0 | 10 | 47 | 64 | 60 | 30 | 46 |
| Binary | 1111010 | 1110000 | 1001010 | 0 | 1000 | 100111 | 110100 | 110000 | 11000 | 100110 |
Color Harmonies of #7A704A
Complementary color
Monochromatic Colors of #7A704A
Black with #7A704A
Text Example
Text Example
White with #7A704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A704A; }
p { color: rgb(122,112,74); }
H1.HeaderClassName
{
color: #7A704A;
}
.AnyTagClassName
{
color: #7A704A;
}
</style>
background-color css
<style>
a { background-color: #7A704A; }
a { background-color: rgb(122,112,74); }
div.DivClassName
{
background-color: #7A704A;
}
.BgClassName
{
background-color: #7A704A;
}
</style>
border-color css
<style>
span { border-color: #7A704A; }
span { border-color: rgb(122,112,74); }
td.TdClassName
{
border-color: #7A704A;
}
.TagClassName
{
border-color: #7A704A;
}
</style>