Shades of Go Ben #7A6D4E
Tints of Go Ben #7A6D4E
RGB
CMYK
RGB Variations
Color information
#7A6D4E (or 0x7A6D4E) is known color: Go Ben. HEX triplet: 7A, 6D and 4E. RGB value is (122,109,78). Sum of RGB (Red+Green+Blue) = 122+109+78=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6D4E is #8592B1. Grayscale: #6D6D6D. Windows color (decimal): -8753842 or 5139834. OLE color: 5139834.
HSL color Cylindrical-coordinate representation of color #7A6D4E: hue angle of 42.27º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A6D4E is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 109 | 78 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.52 |
| HSL | 42.27º | 0.22% | 0.39% | - |
| HSV(B) | 42.27º | 0.36% | 0.48% | - |
| XYZ | 14.87 | 15.62 | 9.44 | - |
| YUV | 109.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 78 | 0 | 0.11 | 0.36 | 0.52 | 42.27 | 0.22 | 0.39 |
| Hex | 7A | 6D | 4E | 0 | B | 24 | 34 | 2A | 16 | 27 |
| Octal | 172 | 155 | 116 | 0 | 13 | 44 | 64 | 52 | 26 | 47 |
| Binary | 1111010 | 1101101 | 1001110 | 0 | 1011 | 100100 | 110100 | 101010 | 10110 | 100111 |
Color Harmonies of #7A6D4E
Complementary color
Monochromatic Colors of #7A6D4E
Black with #7A6D4E
Text Example
Text Example
White with #7A6D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6D4E; }
p { color: rgb(122,109,78); }
H1.HeaderClassName
{
color: #7A6D4E;
}
.AnyTagClassName
{
color: #7A6D4E;
}
</style>
background-color css
<style>
a { background-color: #7A6D4E; }
a { background-color: rgb(122,109,78); }
div.DivClassName
{
background-color: #7A6D4E;
}
.BgClassName
{
background-color: #7A6D4E;
}
</style>
border-color css
<style>
span { border-color: #7A6D4E; }
span { border-color: rgb(122,109,78); }
td.TdClassName
{
border-color: #7A6D4E;
}
.TagClassName
{
border-color: #7A6D4E;
}
</style>