Shades of Go Ben #7C7040
Tints of Go Ben #7C7040
RGB
CMYK
RGB Variations
Color information
#7C7040 (or 0x7C7040) is known color: Go Ben. HEX triplet: 7C, 70 and 40. RGB value is (124,112,64). Sum of RGB (Red+Green+Blue) = 124+112+64=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7040 is #838FBF. Grayscale: #6E6E6E. Windows color (decimal): -8622016 or 4223100. OLE color: 4223100.
HSL color Cylindrical-coordinate representation of color #7C7040: hue angle of 48º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C7040 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 64 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.51 |
| HSL | 48º | 0.32% | 0.37% | - |
| HSV(B) | 48º | 0.48% | 0.49% | - |
| XYZ | 15.03 | 16.24 | 7.19 | - |
| YUV | 110.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 64 | 0 | 0.10 | 0.48 | 0.51 | 48 | 0.32 | 0.37 |
| Hex | 7C | 70 | 40 | 0 | A | 30 | 33 | 30 | 20 | 25 |
| Octal | 174 | 160 | 100 | 0 | 12 | 60 | 63 | 60 | 40 | 45 |
| Binary | 1111100 | 1110000 | 1000000 | 0 | 1010 | 110000 | 110011 | 110000 | 100000 | 100101 |
Color Harmonies of #7C7040
Complementary color
Monochromatic Colors of #7C7040
Black with #7C7040
Text Example
Text Example
White with #7C7040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7040; }
p { color: rgb(124,112,64); }
H1.HeaderClassName
{
color: #7C7040;
}
.AnyTagClassName
{
color: #7C7040;
}
</style>
background-color css
<style>
a { background-color: #7C7040; }
a { background-color: rgb(124,112,64); }
div.DivClassName
{
background-color: #7C7040;
}
.BgClassName
{
background-color: #7C7040;
}
</style>
border-color css
<style>
span { border-color: #7C7040; }
span { border-color: rgb(124,112,64); }
td.TdClassName
{
border-color: #7C7040;
}
.TagClassName
{
border-color: #7C7040;
}
</style>