Shades of Go Ben #787044
Tints of Go Ben #787044
RGB
CMYK
RGB Variations
Color information
#787044 (or 0x787044) is known color: Go Ben. HEX triplet: 78, 70 and 44. RGB value is (120,112,68). Sum of RGB (Red+Green+Blue) = 120+112+68=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #787044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787044 is #878FBB. Grayscale: #6D6D6D. Windows color (decimal): -8884156 or 4485240. OLE color: 4485240.
HSL color Cylindrical-coordinate representation of color #787044: hue angle of 50.77º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #787044 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 68 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.53 |
| HSL | 50.77º | 0.28% | 0.37% | - |
| HSV(B) | 50.77º | 0.43% | 0.47% | - |
| XYZ | 14.58 | 16 | 7.79 | - |
| YUV | 109.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 68 | 0 | 0.07 | 0.43 | 0.53 | 50.77 | 0.28 | 0.37 |
| Hex | 78 | 70 | 44 | 0 | 7 | 2B | 35 | 33 | 1C | 25 |
| Octal | 170 | 160 | 104 | 0 | 7 | 53 | 65 | 63 | 34 | 45 |
| Binary | 1111000 | 1110000 | 1000100 | 0 | 111 | 101011 | 110101 | 110011 | 11100 | 100101 |
Color Harmonies of #787044
Complementary color
Monochromatic Colors of #787044
Black with #787044
Text Example
Text Example
White with #787044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787044; }
p { color: rgb(120,112,68); }
H1.HeaderClassName
{
color: #787044;
}
.AnyTagClassName
{
color: #787044;
}
</style>
background-color css
<style>
a { background-color: #787044; }
a { background-color: rgb(120,112,68); }
div.DivClassName
{
background-color: #787044;
}
.BgClassName
{
background-color: #787044;
}
</style>
border-color css
<style>
span { border-color: #787044; }
span { border-color: rgb(120,112,68); }
td.TdClassName
{
border-color: #787044;
}
.TagClassName
{
border-color: #787044;
}
</style>