Shades of Go Ben #7C6D46
Tints of Go Ben #7C6D46
RGB
CMYK
RGB Variations
Color information
#7C6D46 (or 0x7C6D46) is known color: Go Ben. HEX triplet: 7C, 6D and 46. RGB value is (124,109,70). Sum of RGB (Red+Green+Blue) = 124+109+70=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6D46 is #8392B9. Grayscale: #6D6D6D. Windows color (decimal): -8622778 or 4615548. OLE color: 4615548.
HSL color Cylindrical-coordinate representation of color #7C6D46: hue angle of 43.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C6D46 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 109 | 70 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.51 |
| HSL | 43.33º | 0.28% | 0.38% | - |
| HSV(B) | 43.33º | 0.44% | 0.49% | - |
| XYZ | 14.89 | 15.66 | 8.03 | - |
| YUV | 109.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 70 | 0 | 0.12 | 0.44 | 0.51 | 43.33 | 0.28 | 0.38 |
| Hex | 7C | 6D | 46 | 0 | C | 2C | 33 | 2B | 1C | 26 |
| Octal | 174 | 155 | 106 | 0 | 14 | 54 | 63 | 53 | 34 | 46 |
| Binary | 1111100 | 1101101 | 1000110 | 0 | 1100 | 101100 | 110011 | 101011 | 11100 | 100110 |
Color Harmonies of #7C6D46
Complementary color
Monochromatic Colors of #7C6D46
Black with #7C6D46
Text Example
Text Example
White with #7C6D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6D46; }
p { color: rgb(124,109,70); }
H1.HeaderClassName
{
color: #7C6D46;
}
.AnyTagClassName
{
color: #7C6D46;
}
</style>
background-color css
<style>
a { background-color: #7C6D46; }
a { background-color: rgb(124,109,70); }
div.DivClassName
{
background-color: #7C6D46;
}
.BgClassName
{
background-color: #7C6D46;
}
</style>
border-color css
<style>
span { border-color: #7C6D46; }
span { border-color: rgb(124,109,70); }
td.TdClassName
{
border-color: #7C6D46;
}
.TagClassName
{
border-color: #7C6D46;
}
</style>