Shades of Go Ben #7C7549
Tints of Go Ben #7C7549
RGB
CMYK
RGB Variations
Color information
#7C7549 (or 0x7C7549) is known color: Go Ben. HEX triplet: 7C, 75 and 49. RGB value is (124,117,73). Sum of RGB (Red+Green+Blue) = 124+117+73=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7549 is #838AB6. Grayscale: #727272. Windows color (decimal): -8620727 or 4814204. OLE color: 4814204.
HSL color Cylindrical-coordinate representation of color #7C7549: hue angle of 51.76º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C7549 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 73 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.51 |
| HSL | 51.76º | 0.26% | 0.39% | - |
| HSV(B) | 51.76º | 0.41% | 0.49% | - |
| XYZ | 15.88 | 17.49 | 8.84 | - |
| YUV | 114.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 73 | 0 | 0.06 | 0.41 | 0.51 | 51.76 | 0.26 | 0.39 |
| Hex | 7C | 75 | 49 | 0 | 6 | 29 | 33 | 34 | 1A | 27 |
| Octal | 174 | 165 | 111 | 0 | 6 | 51 | 63 | 64 | 32 | 47 |
| Binary | 1111100 | 1110101 | 1001001 | 0 | 110 | 101001 | 110011 | 110100 | 11010 | 100111 |
Color Harmonies of #7C7549
Complementary color
Monochromatic Colors of #7C7549
Black with #7C7549
Text Example
Text Example
White with #7C7549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7549; }
p { color: rgb(124,117,73); }
H1.HeaderClassName
{
color: #7C7549;
}
.AnyTagClassName
{
color: #7C7549;
}
</style>
background-color css
<style>
a { background-color: #7C7549; }
a { background-color: rgb(124,117,73); }
div.DivClassName
{
background-color: #7C7549;
}
.BgClassName
{
background-color: #7C7549;
}
</style>
border-color css
<style>
span { border-color: #7C7549; }
span { border-color: rgb(124,117,73); }
td.TdClassName
{
border-color: #7C7549;
}
.TagClassName
{
border-color: #7C7549;
}
</style>