Shades of Go Ben #777140
Tints of Go Ben #777140
RGB
CMYK
RGB Variations
Color information
#777140 (or 0x777140) is known color: Go Ben. HEX triplet: 77, 71 and 40. RGB value is (119,113,64). Sum of RGB (Red+Green+Blue) = 119+113+64=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #777140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777140 is #888EBF. Grayscale: #6D6D6D. Windows color (decimal): -8949440 or 4223351. OLE color: 4223351.
HSL color Cylindrical-coordinate representation of color #777140: hue angle of 53.45º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777140 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 64 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.53 |
| HSL | 53.45º | 0.3% | 0.36% | - |
| HSV(B) | 53.45º | 0.46% | 0.47% | - |
| XYZ | 14.44 | 16.1 | 7.2 | - |
| YUV | 109.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 64 | 0 | 0.05 | 0.46 | 0.53 | 53.45 | 0.3 | 0.36 |
| Hex | 77 | 71 | 40 | 0 | 5 | 2E | 35 | 35 | 1E | 24 |
| Octal | 167 | 161 | 100 | 0 | 5 | 56 | 65 | 65 | 36 | 44 |
| Binary | 1110111 | 1110001 | 1000000 | 0 | 101 | 101110 | 110101 | 110101 | 11110 | 100100 |
Color Harmonies of #777140
Complementary color
Monochromatic Colors of #777140
Black with #777140
Text Example
Text Example
White with #777140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777140; }
p { color: rgb(119,113,64); }
H1.HeaderClassName
{
color: #777140;
}
.AnyTagClassName
{
color: #777140;
}
</style>
background-color css
<style>
a { background-color: #777140; }
a { background-color: rgb(119,113,64); }
div.DivClassName
{
background-color: #777140;
}
.BgClassName
{
background-color: #777140;
}
</style>
border-color css
<style>
span { border-color: #777140; }
span { border-color: rgb(119,113,64); }
td.TdClassName
{
border-color: #777140;
}
.TagClassName
{
border-color: #777140;
}
</style>