Shades of Go Ben #787049
Tints of Go Ben #787049
RGB
CMYK
RGB Variations
Color information
#787049 (or 0x787049) is known color: Go Ben. HEX triplet: 78, 70 and 49. RGB value is (120,112,73). Sum of RGB (Red+Green+Blue) = 120+112+73=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #787049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787049 is #878FB6. Grayscale: #6E6E6E. Windows color (decimal): -8884151 or 4812920. OLE color: 4812920.
HSL color Cylindrical-coordinate representation of color #787049: hue angle of 49.79º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #787049 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 73 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.53 |
| HSL | 49.79º | 0.24% | 0.38% | - |
| HSV(B) | 49.79º | 0.39% | 0.47% | - |
| XYZ | 14.74 | 16.06 | 8.63 | - |
| YUV | 109.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 73 | 0 | 0.07 | 0.39 | 0.53 | 49.79 | 0.24 | 0.38 |
| Hex | 78 | 70 | 49 | 0 | 7 | 27 | 35 | 32 | 18 | 26 |
| Octal | 170 | 160 | 111 | 0 | 7 | 47 | 65 | 62 | 30 | 46 |
| Binary | 1111000 | 1110000 | 1001001 | 0 | 111 | 100111 | 110101 | 110010 | 11000 | 100110 |
Color Harmonies of #787049
Complementary color
Monochromatic Colors of #787049
Black with #787049
Text Example
Text Example
White with #787049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787049; }
p { color: rgb(120,112,73); }
H1.HeaderClassName
{
color: #787049;
}
.AnyTagClassName
{
color: #787049;
}
</style>
background-color css
<style>
a { background-color: #787049; }
a { background-color: rgb(120,112,73); }
div.DivClassName
{
background-color: #787049;
}
.BgClassName
{
background-color: #787049;
}
</style>
border-color css
<style>
span { border-color: #787049; }
span { border-color: rgb(120,112,73); }
td.TdClassName
{
border-color: #787049;
}
.TagClassName
{
border-color: #787049;
}
</style>