Shades of Go Ben #7C7643
Tints of Go Ben #7C7643
RGB
CMYK
RGB Variations
Color information
#7C7643 (or 0x7C7643) is known color: Go Ben. HEX triplet: 7C, 76 and 43. RGB value is (124,118,67). Sum of RGB (Red+Green+Blue) = 124+118+67=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7643 is #8389BC. Grayscale: #727272. Windows color (decimal): -8620477 or 4421244. OLE color: 4421244.
HSL color Cylindrical-coordinate representation of color #7C7643: hue angle of 53.68º 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 #7C7643 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 67 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.51 |
| HSL | 53.68º | 0.3% | 0.37% | - |
| HSV(B) | 53.68º | 0.46% | 0.49% | - |
| XYZ | 15.8 | 17.65 | 7.88 | - |
| YUV | 113.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 67 | 0 | 0.05 | 0.46 | 0.51 | 53.68 | 0.3 | 0.37 |
| Hex | 7C | 76 | 43 | 0 | 5 | 2E | 33 | 36 | 1E | 25 |
| Octal | 174 | 166 | 103 | 0 | 5 | 56 | 63 | 66 | 36 | 45 |
| Binary | 1111100 | 1110110 | 1000011 | 0 | 101 | 101110 | 110011 | 110110 | 11110 | 100101 |
Color Harmonies of #7C7643
Complementary color
Monochromatic Colors of #7C7643
Black with #7C7643
Text Example
Text Example
White with #7C7643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7643; }
p { color: rgb(124,118,67); }
H1.HeaderClassName
{
color: #7C7643;
}
.AnyTagClassName
{
color: #7C7643;
}
</style>
background-color css
<style>
a { background-color: #7C7643; }
a { background-color: rgb(124,118,67); }
div.DivClassName
{
background-color: #7C7643;
}
.BgClassName
{
background-color: #7C7643;
}
</style>
border-color css
<style>
span { border-color: #7C7643; }
span { border-color: rgb(124,118,67); }
td.TdClassName
{
border-color: #7C7643;
}
.TagClassName
{
border-color: #7C7643;
}
</style>