Shades of Go Ben #7C6F40
Tints of Go Ben #7C6F40
RGB
CMYK
RGB Variations
Color information
#7C6F40 (or 0x7C6F40) is known color: Go Ben. HEX triplet: 7C, 6F and 40. RGB value is (124,111,64). Sum of RGB (Red+Green+Blue) = 124+111+64=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6F40 is #8390BF. Grayscale: #6D6D6D. Windows color (decimal): -8622272 or 4222844. OLE color: 4222844.
HSL color Cylindrical-coordinate representation of color #7C6F40: hue angle of 47º 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 #7C6F40 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 111 | 64 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.51 |
| HSL | 47º | 0.32% | 0.37% | - |
| HSV(B) | 47º | 0.48% | 0.49% | - |
| XYZ | 14.92 | 16.02 | 7.16 | - |
| YUV | 109.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 64 | 0 | 0.10 | 0.48 | 0.51 | 47 | 0.32 | 0.37 |
| Hex | 7C | 6F | 40 | 0 | A | 30 | 33 | 2F | 20 | 25 |
| Octal | 174 | 157 | 100 | 0 | 12 | 60 | 63 | 57 | 40 | 45 |
| Binary | 1111100 | 1101111 | 1000000 | 0 | 1010 | 110000 | 110011 | 101111 | 100000 | 100101 |
Color Harmonies of #7C6F40
Complementary color
Monochromatic Colors of #7C6F40
Black with #7C6F40
Text Example
Text Example
White with #7C6F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6F40; }
p { color: rgb(124,111,64); }
H1.HeaderClassName
{
color: #7C6F40;
}
.AnyTagClassName
{
color: #7C6F40;
}
</style>
background-color css
<style>
a { background-color: #7C6F40; }
a { background-color: rgb(124,111,64); }
div.DivClassName
{
background-color: #7C6F40;
}
.BgClassName
{
background-color: #7C6F40;
}
</style>
border-color css
<style>
span { border-color: #7C6F40; }
span { border-color: rgb(124,111,64); }
td.TdClassName
{
border-color: #7C6F40;
}
.TagClassName
{
border-color: #7C6F40;
}
</style>