Shades of Go Ben #7C7240
Tints of Go Ben #7C7240
RGB
CMYK
RGB Variations
Color information
#7C7240 (or 0x7C7240) is known color: Go Ben. HEX triplet: 7C, 72 and 40. RGB value is (124,114,64). Sum of RGB (Red+Green+Blue) = 124+114+64=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7240 is #838DBF. Grayscale: #6F6F6F. Windows color (decimal): -8621504 or 4223612. OLE color: 4223612.
HSL color Cylindrical-coordinate representation of color #7C7240: hue angle of 50º 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 #7C7240 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 64 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.51 |
| HSL | 50º | 0.32% | 0.37% | - |
| HSV(B) | 50º | 0.48% | 0.49% | - |
| XYZ | 15.25 | 16.69 | 7.27 | - |
| YUV | 111.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 64 | 0 | 0.08 | 0.48 | 0.51 | 50 | 0.32 | 0.37 |
| Hex | 7C | 72 | 40 | 0 | 8 | 30 | 33 | 32 | 20 | 25 |
| Octal | 174 | 162 | 100 | 0 | 10 | 60 | 63 | 62 | 40 | 45 |
| Binary | 1111100 | 1110010 | 1000000 | 0 | 1000 | 110000 | 110011 | 110010 | 100000 | 100101 |
Color Harmonies of #7C7240
Complementary color
Monochromatic Colors of #7C7240
Black with #7C7240
Text Example
Text Example
White with #7C7240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7240; }
p { color: rgb(124,114,64); }
H1.HeaderClassName
{
color: #7C7240;
}
.AnyTagClassName
{
color: #7C7240;
}
</style>
background-color css
<style>
a { background-color: #7C7240; }
a { background-color: rgb(124,114,64); }
div.DivClassName
{
background-color: #7C7240;
}
.BgClassName
{
background-color: #7C7240;
}
</style>
border-color css
<style>
span { border-color: #7C7240; }
span { border-color: rgb(124,114,64); }
td.TdClassName
{
border-color: #7C7240;
}
.TagClassName
{
border-color: #7C7240;
}
</style>