Shades of Go Ben #7C6D47
Tints of Go Ben #7C6D47
RGB
CMYK
RGB Variations
Color information
#7C6D47 (or 0x7C6D47) is known color: Go Ben. HEX triplet: 7C, 6D and 47. RGB value is (124,109,71). Sum of RGB (Red+Green+Blue) = 124+109+71=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6D47 is #8392B8. Grayscale: #6D6D6D. Windows color (decimal): -8622777 or 4681084. OLE color: 4681084.
HSL color Cylindrical-coordinate representation of color #7C6D47: hue angle of 43.02º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C6D47 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 109 | 71 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.51 |
| HSL | 43.02º | 0.27% | 0.38% | - |
| HSV(B) | 43.02º | 0.43% | 0.49% | - |
| XYZ | 14.92 | 15.68 | 8.2 | - |
| YUV | 109.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 71 | 0 | 0.12 | 0.43 | 0.51 | 43.02 | 0.27 | 0.38 |
| Hex | 7C | 6D | 47 | 0 | C | 2B | 33 | 2B | 1B | 26 |
| Octal | 174 | 155 | 107 | 0 | 14 | 53 | 63 | 53 | 33 | 46 |
| Binary | 1111100 | 1101101 | 1000111 | 0 | 1100 | 101011 | 110011 | 101011 | 11011 | 100110 |
Color Harmonies of #7C6D47
Complementary color
Monochromatic Colors of #7C6D47
Black with #7C6D47
Text Example
Text Example
White with #7C6D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6D47; }
p { color: rgb(124,109,71); }
H1.HeaderClassName
{
color: #7C6D47;
}
.AnyTagClassName
{
color: #7C6D47;
}
</style>
background-color css
<style>
a { background-color: #7C6D47; }
a { background-color: rgb(124,109,71); }
div.DivClassName
{
background-color: #7C6D47;
}
.BgClassName
{
background-color: #7C6D47;
}
</style>
border-color css
<style>
span { border-color: #7C6D47; }
span { border-color: rgb(124,109,71); }
td.TdClassName
{
border-color: #7C6D47;
}
.TagClassName
{
border-color: #7C6D47;
}
</style>