Shades of Go Ben #7C7849
Tints of Go Ben #7C7849
RGB
CMYK
RGB Variations
Color information
#7C7849 (or 0x7C7849) is known color: Go Ben. HEX triplet: 7C, 78 and 49. RGB value is (124,120,73). Sum of RGB (Red+Green+Blue) = 124+120+73=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7849 is #8387B6. Grayscale: #747474. Windows color (decimal): -8619959 or 4814972. OLE color: 4814972.
HSL color Cylindrical-coordinate representation of color #7C7849: hue angle of 55.29º 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 #7C7849 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 120 | 73 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.51 |
| HSL | 55.29º | 0.26% | 0.39% | - |
| HSV(B) | 55.29º | 0.41% | 0.49% | - |
| XYZ | 16.23 | 18.2 | 8.96 | - |
| YUV | 115.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 73 | 0 | 0.03 | 0.41 | 0.51 | 55.29 | 0.26 | 0.39 |
| Hex | 7C | 78 | 49 | 0 | 3 | 29 | 33 | 37 | 1A | 27 |
| Octal | 174 | 170 | 111 | 0 | 3 | 51 | 63 | 67 | 32 | 47 |
| Binary | 1111100 | 1111000 | 1001001 | 0 | 11 | 101001 | 110011 | 110111 | 11010 | 100111 |
Color Harmonies of #7C7849
Complementary color
Monochromatic Colors of #7C7849
Black with #7C7849
Text Example
Text Example
White with #7C7849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7849; }
p { color: rgb(124,120,73); }
H1.HeaderClassName
{
color: #7C7849;
}
.AnyTagClassName
{
color: #7C7849;
}
</style>
background-color css
<style>
a { background-color: #7C7849; }
a { background-color: rgb(124,120,73); }
div.DivClassName
{
background-color: #7C7849;
}
.BgClassName
{
background-color: #7C7849;
}
</style>
border-color css
<style>
span { border-color: #7C7849; }
span { border-color: rgb(124,120,73); }
td.TdClassName
{
border-color: #7C7849;
}
.TagClassName
{
border-color: #7C7849;
}
</style>