Shades of Go Ben #7A6F4C
Tints of Go Ben #7A6F4C
RGB
CMYK
RGB Variations
Color information
#7A6F4C (or 0x7A6F4C) is known color: Go Ben. HEX triplet: 7A, 6F and 4C. RGB value is (122,111,76). Sum of RGB (Red+Green+Blue) = 122+111+76=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6F4C is #8590B3. Grayscale: #6E6E6E. Windows color (decimal): -8753332 or 5009274. OLE color: 5009274.
HSL color Cylindrical-coordinate representation of color #7A6F4C: hue angle of 45.65º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A6F4C is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 111 | 76 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.52 |
| HSL | 45.65º | 0.23% | 0.39% | - |
| HSV(B) | 45.65º | 0.38% | 0.48% | - |
| XYZ | 15.01 | 16.03 | 9.14 | - |
| YUV | 110.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 76 | 0 | 0.09 | 0.38 | 0.52 | 45.65 | 0.23 | 0.39 |
| Hex | 7A | 6F | 4C | 0 | 9 | 26 | 34 | 2E | 17 | 27 |
| Octal | 172 | 157 | 114 | 0 | 11 | 46 | 64 | 56 | 27 | 47 |
| Binary | 1111010 | 1101111 | 1001100 | 0 | 1001 | 100110 | 110100 | 101110 | 10111 | 100111 |
Color Harmonies of #7A6F4C
Complementary color
Monochromatic Colors of #7A6F4C
Black with #7A6F4C
Text Example
Text Example
White with #7A6F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F4C; }
p { color: rgb(122,111,76); }
H1.HeaderClassName
{
color: #7A6F4C;
}
.AnyTagClassName
{
color: #7A6F4C;
}
</style>
background-color css
<style>
a { background-color: #7A6F4C; }
a { background-color: rgb(122,111,76); }
div.DivClassName
{
background-color: #7A6F4C;
}
.BgClassName
{
background-color: #7A6F4C;
}
</style>
border-color css
<style>
span { border-color: #7A6F4C; }
span { border-color: rgb(122,111,76); }
td.TdClassName
{
border-color: #7A6F4C;
}
.TagClassName
{
border-color: #7A6F4C;
}
</style>