Shades of Go Ben #7C7346
Tints of Go Ben #7C7346
RGB
CMYK
RGB Variations
Color information
#7C7346 (or 0x7C7346) is known color: Go Ben. HEX triplet: 7C, 73 and 46. RGB value is (124,115,70). Sum of RGB (Red+Green+Blue) = 124+115+70=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7346 is #838CB9. Grayscale: #707070. Windows color (decimal): -8621242 or 4617084. OLE color: 4617084.
HSL color Cylindrical-coordinate representation of color #7C7346: hue angle of 50º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C7346 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 115 | 70 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.51 |
| HSL | 50º | 0.28% | 0.38% | - |
| HSV(B) | 50º | 0.44% | 0.49% | - |
| XYZ | 15.55 | 16.99 | 8.25 | - |
| YUV | 112.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 70 | 0 | 0.07 | 0.44 | 0.51 | 50 | 0.28 | 0.38 |
| Hex | 7C | 73 | 46 | 0 | 7 | 2C | 33 | 32 | 1C | 26 |
| Octal | 174 | 163 | 106 | 0 | 7 | 54 | 63 | 62 | 34 | 46 |
| Binary | 1111100 | 1110011 | 1000110 | 0 | 111 | 101100 | 110011 | 110010 | 11100 | 100110 |
Color Harmonies of #7C7346
Complementary color
Monochromatic Colors of #7C7346
Black with #7C7346
Text Example
Text Example
White with #7C7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7346; }
p { color: rgb(124,115,70); }
H1.HeaderClassName
{
color: #7C7346;
}
.AnyTagClassName
{
color: #7C7346;
}
</style>
background-color css
<style>
a { background-color: #7C7346; }
a { background-color: rgb(124,115,70); }
div.DivClassName
{
background-color: #7C7346;
}
.BgClassName
{
background-color: #7C7346;
}
</style>
border-color css
<style>
span { border-color: #7C7346; }
span { border-color: rgb(124,115,70); }
td.TdClassName
{
border-color: #7C7346;
}
.TagClassName
{
border-color: #7C7346;
}
</style>