Shades of Go Ben #7A6D4C
Tints of Go Ben #7A6D4C
RGB
CMYK
RGB Variations
Color information
#7A6D4C (or 0x7A6D4C) is known color: Go Ben. HEX triplet: 7A, 6D and 4C. RGB value is (122,109,76). Sum of RGB (Red+Green+Blue) = 122+109+76=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6D4C is #8592B3. Grayscale: #6D6D6D. Windows color (decimal): -8753844 or 5008762. OLE color: 5008762.
HSL color Cylindrical-coordinate representation of color #7A6D4C: hue angle of 43.04º 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 #7A6D4C is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 109 | 76 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.52 |
| HSL | 43.04º | 0.23% | 0.39% | - |
| HSV(B) | 43.04º | 0.38% | 0.48% | - |
| XYZ | 14.8 | 15.6 | 9.07 | - |
| YUV | 109.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 76 | 0 | 0.11 | 0.38 | 0.52 | 43.04 | 0.23 | 0.39 |
| Hex | 7A | 6D | 4C | 0 | B | 26 | 34 | 2B | 17 | 27 |
| Octal | 172 | 155 | 114 | 0 | 13 | 46 | 64 | 53 | 27 | 47 |
| Binary | 1111010 | 1101101 | 1001100 | 0 | 1011 | 100110 | 110100 | 101011 | 10111 | 100111 |
Color Harmonies of #7A6D4C
Complementary color
Monochromatic Colors of #7A6D4C
Black with #7A6D4C
Text Example
Text Example
White with #7A6D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6D4C; }
p { color: rgb(122,109,76); }
H1.HeaderClassName
{
color: #7A6D4C;
}
.AnyTagClassName
{
color: #7A6D4C;
}
</style>
background-color css
<style>
a { background-color: #7A6D4C; }
a { background-color: rgb(122,109,76); }
div.DivClassName
{
background-color: #7A6D4C;
}
.BgClassName
{
background-color: #7A6D4C;
}
</style>
border-color css
<style>
span { border-color: #7A6D4C; }
span { border-color: rgb(122,109,76); }
td.TdClassName
{
border-color: #7A6D4C;
}
.TagClassName
{
border-color: #7A6D4C;
}
</style>