Shades of Go Ben #776D49
Tints of Go Ben #776D49
RGB
CMYK
RGB Variations
Color information
#776D49 (or 0x776D49) is known color: Go Ben. HEX triplet: 77, 6D and 49. RGB value is (119,109,73). Sum of RGB (Red+Green+Blue) = 119+109+73=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #776D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D49 is #8892B6. Grayscale: #6C6C6C. Windows color (decimal): -8950455 or 4812151. OLE color: 4812151.
HSL color Cylindrical-coordinate representation of color #776D49: hue angle of 46.96º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #776D49 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 73 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.53 |
| HSL | 46.96º | 0.24% | 0.38% | - |
| HSV(B) | 46.96º | 0.39% | 0.47% | - |
| XYZ | 14.28 | 15.34 | 8.51 | - |
| YUV | 107.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 73 | 0 | 0.08 | 0.39 | 0.53 | 46.96 | 0.24 | 0.38 |
| Hex | 77 | 6D | 49 | 0 | 8 | 27 | 35 | 2F | 18 | 26 |
| Octal | 167 | 155 | 111 | 0 | 10 | 47 | 65 | 57 | 30 | 46 |
| Binary | 1110111 | 1101101 | 1001001 | 0 | 1000 | 100111 | 110101 | 101111 | 11000 | 100110 |
Color Harmonies of #776D49
Complementary color
Monochromatic Colors of #776D49
Black with #776D49
Text Example
Text Example
White with #776D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D49; }
p { color: rgb(119,109,73); }
H1.HeaderClassName
{
color: #776D49;
}
.AnyTagClassName
{
color: #776D49;
}
</style>
background-color css
<style>
a { background-color: #776D49; }
a { background-color: rgb(119,109,73); }
div.DivClassName
{
background-color: #776D49;
}
.BgClassName
{
background-color: #776D49;
}
</style>
border-color css
<style>
span { border-color: #776D49; }
span { border-color: rgb(119,109,73); }
td.TdClassName
{
border-color: #776D49;
}
.TagClassName
{
border-color: #776D49;
}
</style>