Shades of Go Ben #7A6D44
Tints of Go Ben #7A6D44
RGB
CMYK
RGB Variations
Color information
#7A6D44 (or 0x7A6D44) is known color: Go Ben. HEX triplet: 7A, 6D and 44. RGB value is (122,109,68). Sum of RGB (Red+Green+Blue) = 122+109+68=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6D44 is #8592BB. Grayscale: #6C6C6C. Windows color (decimal): -8753852 or 4484474. OLE color: 4484474.
HSL color Cylindrical-coordinate representation of color #7A6D44: hue angle of 45.56º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A6D44 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 109 | 68 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.52 |
| HSL | 45.56º | 0.28% | 0.37% | - |
| HSV(B) | 45.56º | 0.44% | 0.48% | - |
| XYZ | 14.54 | 15.49 | 7.69 | - |
| YUV | 108.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 68 | 0 | 0.11 | 0.44 | 0.52 | 45.56 | 0.28 | 0.37 |
| Hex | 7A | 6D | 44 | 0 | B | 2C | 34 | 2E | 1C | 25 |
| Octal | 172 | 155 | 104 | 0 | 13 | 54 | 64 | 56 | 34 | 45 |
| Binary | 1111010 | 1101101 | 1000100 | 0 | 1011 | 101100 | 110100 | 101110 | 11100 | 100101 |
Color Harmonies of #7A6D44
Complementary color
Monochromatic Colors of #7A6D44
Black with #7A6D44
Text Example
Text Example
White with #7A6D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6D44; }
p { color: rgb(122,109,68); }
H1.HeaderClassName
{
color: #7A6D44;
}
.AnyTagClassName
{
color: #7A6D44;
}
</style>
background-color css
<style>
a { background-color: #7A6D44; }
a { background-color: rgb(122,109,68); }
div.DivClassName
{
background-color: #7A6D44;
}
.BgClassName
{
background-color: #7A6D44;
}
</style>
border-color css
<style>
span { border-color: #7A6D44; }
span { border-color: rgb(122,109,68); }
td.TdClassName
{
border-color: #7A6D44;
}
.TagClassName
{
border-color: #7A6D44;
}
</style>