Shades of Go Ben #787050
Tints of Go Ben #787050
RGB
CMYK
RGB Variations
Color information
#787050 (or 0x787050) is known color: Go Ben. HEX triplet: 78, 70 and 50. RGB value is (120,112,80). Sum of RGB (Red+Green+Blue) = 120+112+80=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #787050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787050 is #878FAF. Grayscale: #6E6E6E. Windows color (decimal): -8884144 or 5271672. OLE color: 5271672.
HSL color Cylindrical-coordinate representation of color #787050: hue angle of 48º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #787050 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 80 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.53 |
| HSL | 48º | 0.2% | 0.39% | - |
| HSV(B) | 48º | 0.33% | 0.47% | - |
| XYZ | 14.99 | 16.16 | 9.92 | - |
| YUV | 110.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 80 | 0 | 0.07 | 0.33 | 0.53 | 48 | 0.2 | 0.39 |
| Hex | 78 | 70 | 50 | 0 | 7 | 21 | 35 | 30 | 14 | 27 |
| Octal | 170 | 160 | 120 | 0 | 7 | 41 | 65 | 60 | 24 | 47 |
| Binary | 1111000 | 1110000 | 1010000 | 0 | 111 | 100001 | 110101 | 110000 | 10100 | 100111 |
Color Harmonies of #787050
Complementary color
Monochromatic Colors of #787050
Black with #787050
Text Example
Text Example
White with #787050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787050; }
p { color: rgb(120,112,80); }
H1.HeaderClassName
{
color: #787050;
}
.AnyTagClassName
{
color: #787050;
}
</style>
background-color css
<style>
a { background-color: #787050; }
a { background-color: rgb(120,112,80); }
div.DivClassName
{
background-color: #787050;
}
.BgClassName
{
background-color: #787050;
}
</style>
border-color css
<style>
span { border-color: #787050; }
span { border-color: rgb(120,112,80); }
td.TdClassName
{
border-color: #787050;
}
.TagClassName
{
border-color: #787050;
}
</style>