Shades of Go Ben #7C7747
Tints of Go Ben #7C7747
RGB
CMYK
RGB Variations
Color information
#7C7747 (or 0x7C7747) is known color: Go Ben. HEX triplet: 7C, 77 and 47. RGB value is (124,119,71). Sum of RGB (Red+Green+Blue) = 124+119+71=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7747 is #8388B8. Grayscale: #737373. Windows color (decimal): -8620217 or 4683644. OLE color: 4683644.
HSL color Cylindrical-coordinate representation of color #7C7747: hue angle of 54.34º 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 #7C7747 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 71 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.51 |
| HSL | 54.34º | 0.27% | 0.38% | - |
| HSV(B) | 54.34º | 0.43% | 0.49% | - |
| XYZ | 16.05 | 17.93 | 8.58 | - |
| YUV | 115.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 71 | 0 | 0.04 | 0.43 | 0.51 | 54.34 | 0.27 | 0.38 |
| Hex | 7C | 77 | 47 | 0 | 4 | 2B | 33 | 36 | 1B | 26 |
| Octal | 174 | 167 | 107 | 0 | 4 | 53 | 63 | 66 | 33 | 46 |
| Binary | 1111100 | 1110111 | 1000111 | 0 | 100 | 101011 | 110011 | 110110 | 11011 | 100110 |
Color Harmonies of #7C7747
Complementary color
Monochromatic Colors of #7C7747
Black with #7C7747
Text Example
Text Example
White with #7C7747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7747; }
p { color: rgb(124,119,71); }
H1.HeaderClassName
{
color: #7C7747;
}
.AnyTagClassName
{
color: #7C7747;
}
</style>
background-color css
<style>
a { background-color: #7C7747; }
a { background-color: rgb(124,119,71); }
div.DivClassName
{
background-color: #7C7747;
}
.BgClassName
{
background-color: #7C7747;
}
</style>
border-color css
<style>
span { border-color: #7C7747; }
span { border-color: rgb(124,119,71); }
td.TdClassName
{
border-color: #7C7747;
}
.TagClassName
{
border-color: #7C7747;
}
</style>