Shades of Go Ben #787446
Tints of Go Ben #787446
RGB
CMYK
RGB Variations
Color information
#787446 (or 0x787446) is known color: Go Ben. HEX triplet: 78, 74 and 46. RGB value is (120,116,70). Sum of RGB (Red+Green+Blue) = 120+116+70=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #787446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787446 is #878BB9. Grayscale: #707070. Windows color (decimal): -8883130 or 4617336. OLE color: 4617336.
HSL color Cylindrical-coordinate representation of color #787446: hue angle of 55.2º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #787446 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 70 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.53 |
| HSL | 55.2º | 0.26% | 0.37% | - |
| HSV(B) | 55.2º | 0.42% | 0.47% | - |
| XYZ | 15.1 | 16.93 | 8.27 | - |
| YUV | 111.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 70 | 0 | 0.03 | 0.42 | 0.53 | 55.2 | 0.26 | 0.37 |
| Hex | 78 | 74 | 46 | 0 | 3 | 2A | 35 | 37 | 1A | 25 |
| Octal | 170 | 164 | 106 | 0 | 3 | 52 | 65 | 67 | 32 | 45 |
| Binary | 1111000 | 1110100 | 1000110 | 0 | 11 | 101010 | 110101 | 110111 | 11010 | 100101 |
Color Harmonies of #787446
Complementary color
Monochromatic Colors of #787446
Black with #787446
Text Example
Text Example
White with #787446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787446; }
p { color: rgb(120,116,70); }
H1.HeaderClassName
{
color: #787446;
}
.AnyTagClassName
{
color: #787446;
}
</style>
background-color css
<style>
a { background-color: #787446; }
a { background-color: rgb(120,116,70); }
div.DivClassName
{
background-color: #787446;
}
.BgClassName
{
background-color: #787446;
}
</style>
border-color css
<style>
span { border-color: #787446; }
span { border-color: rgb(120,116,70); }
td.TdClassName
{
border-color: #787446;
}
.TagClassName
{
border-color: #787446;
}
</style>