Shades of Go Ben #7C6D43
Tints of Go Ben #7C6D43
RGB
CMYK
RGB Variations
Color information
#7C6D43 (or 0x7C6D43) is known color: Go Ben. HEX triplet: 7C, 6D and 43. RGB value is (124,109,67). Sum of RGB (Red+Green+Blue) = 124+109+67=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6D43 is #8392BC. Grayscale: #6C6C6C. Windows color (decimal): -8622781 or 4418940. OLE color: 4418940.
HSL color Cylindrical-coordinate representation of color #7C6D43: hue angle of 44.21º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C6D43 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 109 | 67 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.51 |
| HSL | 44.21º | 0.3% | 0.37% | - |
| HSV(B) | 44.21º | 0.46% | 0.49% | - |
| XYZ | 14.79 | 15.63 | 7.55 | - |
| YUV | 108.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 67 | 0 | 0.12 | 0.46 | 0.51 | 44.21 | 0.3 | 0.37 |
| Hex | 7C | 6D | 43 | 0 | C | 2E | 33 | 2C | 1E | 25 |
| Octal | 174 | 155 | 103 | 0 | 14 | 56 | 63 | 54 | 36 | 45 |
| Binary | 1111100 | 1101101 | 1000011 | 0 | 1100 | 101110 | 110011 | 101100 | 11110 | 100101 |
Color Harmonies of #7C6D43
Complementary color
Monochromatic Colors of #7C6D43
Black with #7C6D43
Text Example
Text Example
White with #7C6D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6D43; }
p { color: rgb(124,109,67); }
H1.HeaderClassName
{
color: #7C6D43;
}
.AnyTagClassName
{
color: #7C6D43;
}
</style>
background-color css
<style>
a { background-color: #7C6D43; }
a { background-color: rgb(124,109,67); }
div.DivClassName
{
background-color: #7C6D43;
}
.BgClassName
{
background-color: #7C6D43;
}
</style>
border-color css
<style>
span { border-color: #7C6D43; }
span { border-color: rgb(124,109,67); }
td.TdClassName
{
border-color: #7C6D43;
}
.TagClassName
{
border-color: #7C6D43;
}
</style>