Shades of Go Ben #7C744D
Tints of Go Ben #7C744D
RGB
CMYK
RGB Variations
Color information
#7C744D (or 0x7C744D) is known color: Go Ben. HEX triplet: 7C, 74 and 4D. RGB value is (124,116,77). Sum of RGB (Red+Green+Blue) = 124+116+77=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C744D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C744D is #838BB2. Grayscale: #727272. Windows color (decimal): -8620979 or 5076092. OLE color: 5076092.
HSL color Cylindrical-coordinate representation of color #7C744D: hue angle of 49.79º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C744D is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 116 | 77 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.51 |
| HSL | 49.79º | 0.23% | 0.39% | - |
| HSV(B) | 49.79º | 0.38% | 0.49% | - |
| XYZ | 15.9 | 17.31 | 9.52 | - |
| YUV | 113.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 77 | 0 | 0.06 | 0.38 | 0.51 | 49.79 | 0.23 | 0.39 |
| Hex | 7C | 74 | 4D | 0 | 6 | 26 | 33 | 32 | 17 | 27 |
| Octal | 174 | 164 | 115 | 0 | 6 | 46 | 63 | 62 | 27 | 47 |
| Binary | 1111100 | 1110100 | 1001101 | 0 | 110 | 100110 | 110011 | 110010 | 10111 | 100111 |
Color Harmonies of #7C744D
Complementary color
Monochromatic Colors of #7C744D
Black with #7C744D
Text Example
Text Example
White with #7C744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C744D; }
p { color: rgb(124,116,77); }
H1.HeaderClassName
{
color: #7C744D;
}
.AnyTagClassName
{
color: #7C744D;
}
</style>
background-color css
<style>
a { background-color: #7C744D; }
a { background-color: rgb(124,116,77); }
div.DivClassName
{
background-color: #7C744D;
}
.BgClassName
{
background-color: #7C744D;
}
</style>
border-color css
<style>
span { border-color: #7C744D; }
span { border-color: rgb(124,116,77); }
td.TdClassName
{
border-color: #7C744D;
}
.TagClassName
{
border-color: #7C744D;
}
</style>