Shades of Go Ben #776D40
Tints of Go Ben #776D40
RGB
CMYK
RGB Variations
Color information
#776D40 (or 0x776D40) is known color: Go Ben. HEX triplet: 77, 6D and 40. RGB value is (119,109,64). Sum of RGB (Red+Green+Blue) = 119+109+64=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #776D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D40 is #8892BF. Grayscale: #6B6B6B. Windows color (decimal): -8950464 or 4222327. OLE color: 4222327.
HSL color Cylindrical-coordinate representation of color #776D40: hue angle of 49.09º 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 #776D40 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 64 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.53 |
| HSL | 49.09º | 0.3% | 0.36% | - |
| HSV(B) | 49.09º | 0.46% | 0.47% | - |
| XYZ | 14 | 15.23 | 7.05 | - |
| YUV | 106.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 64 | 0 | 0.08 | 0.46 | 0.53 | 49.09 | 0.3 | 0.36 |
| Hex | 77 | 6D | 40 | 0 | 8 | 2E | 35 | 31 | 1E | 24 |
| Octal | 167 | 155 | 100 | 0 | 10 | 56 | 65 | 61 | 36 | 44 |
| Binary | 1110111 | 1101101 | 1000000 | 0 | 1000 | 101110 | 110101 | 110001 | 11110 | 100100 |
Color Harmonies of #776D40
Complementary color
Monochromatic Colors of #776D40
Black with #776D40
Text Example
Text Example
White with #776D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D40; }
p { color: rgb(119,109,64); }
H1.HeaderClassName
{
color: #776D40;
}
.AnyTagClassName
{
color: #776D40;
}
</style>
background-color css
<style>
a { background-color: #776D40; }
a { background-color: rgb(119,109,64); }
div.DivClassName
{
background-color: #776D40;
}
.BgClassName
{
background-color: #776D40;
}
</style>
border-color css
<style>
span { border-color: #776D40; }
span { border-color: rgb(119,109,64); }
td.TdClassName
{
border-color: #776D40;
}
.TagClassName
{
border-color: #776D40;
}
</style>