Shades of Go Ben #7A6F42
Tints of Go Ben #7A6F42
RGB
CMYK
RGB Variations
Color information
#7A6F42 (or 0x7A6F42) is known color: Go Ben. HEX triplet: 7A, 6F and 42. RGB value is (122,111,66). Sum of RGB (Red+Green+Blue) = 122+111+66=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6F42 is #8590BD. Grayscale: #6D6D6D. Windows color (decimal): -8753342 or 4353914. OLE color: 4353914.
HSL color Cylindrical-coordinate representation of color #7A6F42: hue angle of 48.21º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A6F42 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 111 | 66 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.52 |
| HSL | 48.21º | 0.3% | 0.37% | - |
| HSV(B) | 48.21º | 0.46% | 0.48% | - |
| XYZ | 14.69 | 15.9 | 7.45 | - |
| YUV | 109.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 66 | 0 | 0.09 | 0.46 | 0.52 | 48.21 | 0.3 | 0.37 |
| Hex | 7A | 6F | 42 | 0 | 9 | 2E | 34 | 30 | 1E | 25 |
| Octal | 172 | 157 | 102 | 0 | 11 | 56 | 64 | 60 | 36 | 45 |
| Binary | 1111010 | 1101111 | 1000010 | 0 | 1001 | 101110 | 110100 | 110000 | 11110 | 100101 |
Color Harmonies of #7A6F42
Complementary color
Monochromatic Colors of #7A6F42
Black with #7A6F42
Text Example
Text Example
White with #7A6F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F42; }
p { color: rgb(122,111,66); }
H1.HeaderClassName
{
color: #7A6F42;
}
.AnyTagClassName
{
color: #7A6F42;
}
</style>
background-color css
<style>
a { background-color: #7A6F42; }
a { background-color: rgb(122,111,66); }
div.DivClassName
{
background-color: #7A6F42;
}
.BgClassName
{
background-color: #7A6F42;
}
</style>
border-color css
<style>
span { border-color: #7A6F42; }
span { border-color: rgb(122,111,66); }
td.TdClassName
{
border-color: #7A6F42;
}
.TagClassName
{
border-color: #7A6F42;
}
</style>