Shades of Go Ben #7A6F44
Tints of Go Ben #7A6F44
RGB
CMYK
RGB Variations
Color information
#7A6F44 (or 0x7A6F44) is known color: Go Ben. HEX triplet: 7A, 6F and 44. RGB value is (122,111,68). Sum of RGB (Red+Green+Blue) = 122+111+68=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6F44 is #8590BB. Grayscale: #6D6D6D. Windows color (decimal): -8753340 or 4484986. OLE color: 4484986.
HSL color Cylindrical-coordinate representation of color #7A6F44: hue angle of 47.78º 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 #7A6F44 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 111 | 68 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.52 |
| HSL | 47.78º | 0.28% | 0.37% | - |
| HSV(B) | 47.78º | 0.44% | 0.48% | - |
| XYZ | 14.75 | 15.92 | 7.76 | - |
| YUV | 109.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 68 | 0 | 0.09 | 0.44 | 0.52 | 47.78 | 0.28 | 0.37 |
| Hex | 7A | 6F | 44 | 0 | 9 | 2C | 34 | 30 | 1C | 25 |
| Octal | 172 | 157 | 104 | 0 | 11 | 54 | 64 | 60 | 34 | 45 |
| Binary | 1111010 | 1101111 | 1000100 | 0 | 1001 | 101100 | 110100 | 110000 | 11100 | 100101 |
Color Harmonies of #7A6F44
Complementary color
Monochromatic Colors of #7A6F44
Black with #7A6F44
Text Example
Text Example
White with #7A6F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F44; }
p { color: rgb(122,111,68); }
H1.HeaderClassName
{
color: #7A6F44;
}
.AnyTagClassName
{
color: #7A6F44;
}
</style>
background-color css
<style>
a { background-color: #7A6F44; }
a { background-color: rgb(122,111,68); }
div.DivClassName
{
background-color: #7A6F44;
}
.BgClassName
{
background-color: #7A6F44;
}
</style>
border-color css
<style>
span { border-color: #7A6F44; }
span { border-color: rgb(122,111,68); }
td.TdClassName
{
border-color: #7A6F44;
}
.TagClassName
{
border-color: #7A6F44;
}
</style>