Shades of Go Ben #7C7646
Tints of Go Ben #7C7646
RGB
CMYK
RGB Variations
Color information
#7C7646 (or 0x7C7646) is known color: Go Ben. HEX triplet: 7C, 76 and 46. RGB value is (124,118,70). Sum of RGB (Red+Green+Blue) = 124+118+70=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7646 is #8389B9. Grayscale: #727272. Windows color (decimal): -8620474 or 4617852. OLE color: 4617852.
HSL color Cylindrical-coordinate representation of color #7C7646: hue angle of 53.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 #7C7646 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 70 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.51 |
| HSL | 53.33º | 0.28% | 0.38% | - |
| HSV(B) | 53.33º | 0.44% | 0.49% | - |
| XYZ | 15.9 | 17.68 | 8.37 | - |
| YUV | 114.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 70 | 0 | 0.05 | 0.44 | 0.51 | 53.33 | 0.28 | 0.38 |
| Hex | 7C | 76 | 46 | 0 | 5 | 2C | 33 | 35 | 1C | 26 |
| Octal | 174 | 166 | 106 | 0 | 5 | 54 | 63 | 65 | 34 | 46 |
| Binary | 1111100 | 1110110 | 1000110 | 0 | 101 | 101100 | 110011 | 110101 | 11100 | 100110 |
Color Harmonies of #7C7646
Complementary color
Monochromatic Colors of #7C7646
Black with #7C7646
Text Example
Text Example
White with #7C7646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7646; }
p { color: rgb(124,118,70); }
H1.HeaderClassName
{
color: #7C7646;
}
.AnyTagClassName
{
color: #7C7646;
}
</style>
background-color css
<style>
a { background-color: #7C7646; }
a { background-color: rgb(124,118,70); }
div.DivClassName
{
background-color: #7C7646;
}
.BgClassName
{
background-color: #7C7646;
}
</style>
border-color css
<style>
span { border-color: #7C7646; }
span { border-color: rgb(124,118,70); }
td.TdClassName
{
border-color: #7C7646;
}
.TagClassName
{
border-color: #7C7646;
}
</style>