Shades of Go Ben #787449
Tints of Go Ben #787449
RGB
CMYK
RGB Variations
Color information
#787449 (or 0x787449) is known color: Go Ben. HEX triplet: 78, 74 and 49. RGB value is (120,116,73). Sum of RGB (Red+Green+Blue) = 120+116+73=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #787449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787449 is #878BB6. Grayscale: #707070. Windows color (decimal): -8883127 or 4813944. OLE color: 4813944.
HSL color Cylindrical-coordinate representation of color #787449: hue angle of 54.89º 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 #787449 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 73 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.53 |
| HSL | 54.89º | 0.24% | 0.38% | - |
| HSV(B) | 54.89º | 0.39% | 0.47% | - |
| XYZ | 15.19 | 16.96 | 8.78 | - |
| YUV | 112.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 73 | 0 | 0.03 | 0.39 | 0.53 | 54.89 | 0.24 | 0.38 |
| Hex | 78 | 74 | 49 | 0 | 3 | 27 | 35 | 37 | 18 | 26 |
| Octal | 170 | 164 | 111 | 0 | 3 | 47 | 65 | 67 | 30 | 46 |
| Binary | 1111000 | 1110100 | 1001001 | 0 | 11 | 100111 | 110101 | 110111 | 11000 | 100110 |
Color Harmonies of #787449
Complementary color
Monochromatic Colors of #787449
Black with #787449
Text Example
Text Example
White with #787449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787449; }
p { color: rgb(120,116,73); }
H1.HeaderClassName
{
color: #787449;
}
.AnyTagClassName
{
color: #787449;
}
</style>
background-color css
<style>
a { background-color: #787449; }
a { background-color: rgb(120,116,73); }
div.DivClassName
{
background-color: #787449;
}
.BgClassName
{
background-color: #787449;
}
</style>
border-color css
<style>
span { border-color: #787449; }
span { border-color: rgb(120,116,73); }
td.TdClassName
{
border-color: #787449;
}
.TagClassName
{
border-color: #787449;
}
</style>