Shades of Go Ben #777440
Tints of Go Ben #777440
RGB
CMYK
RGB Variations
Color information
#777440 (or 0x777440) is known color: Go Ben. HEX triplet: 77, 74 and 40. RGB value is (119,116,64). Sum of RGB (Red+Green+Blue) = 119+116+64=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #777440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777440 is #888BBF. Grayscale: #6F6F6F. Windows color (decimal): -8948672 or 4224119. OLE color: 4224119.
HSL color Cylindrical-coordinate representation of color #777440: hue angle of 56.73º 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 #777440 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 64 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.53 |
| HSL | 56.73º | 0.3% | 0.36% | - |
| HSV(B) | 56.73º | 0.46% | 0.47% | - |
| XYZ | 14.78 | 16.78 | 7.31 | - |
| YUV | 110.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 64 | 0 | 0.03 | 0.46 | 0.53 | 56.73 | 0.3 | 0.36 |
| Hex | 77 | 74 | 40 | 0 | 3 | 2E | 35 | 39 | 1E | 24 |
| Octal | 167 | 164 | 100 | 0 | 3 | 56 | 65 | 71 | 36 | 44 |
| Binary | 1110111 | 1110100 | 1000000 | 0 | 11 | 101110 | 110101 | 111001 | 11110 | 100100 |
Color Harmonies of #777440
Complementary color
Monochromatic Colors of #777440
Black with #777440
Text Example
Text Example
White with #777440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777440; }
p { color: rgb(119,116,64); }
H1.HeaderClassName
{
color: #777440;
}
.AnyTagClassName
{
color: #777440;
}
</style>
background-color css
<style>
a { background-color: #777440; }
a { background-color: rgb(119,116,64); }
div.DivClassName
{
background-color: #777440;
}
.BgClassName
{
background-color: #777440;
}
</style>
border-color css
<style>
span { border-color: #777440; }
span { border-color: rgb(119,116,64); }
td.TdClassName
{
border-color: #777440;
}
.TagClassName
{
border-color: #777440;
}
</style>