Shades of Go Ben #776E49
Tints of Go Ben #776E49
RGB
CMYK
RGB Variations
Color information
#776E49 (or 0x776E49) is known color: Go Ben. HEX triplet: 77, 6E and 49. RGB value is (119,110,73). Sum of RGB (Red+Green+Blue) = 119+110+73=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #776E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E49 is #8891B6. Grayscale: #6C6C6C. Windows color (decimal): -8950199 or 4812407. OLE color: 4812407.
HSL color Cylindrical-coordinate representation of color #776E49: hue angle of 48.26º 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 #776E49 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 73 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.53 |
| HSL | 48.26º | 0.24% | 0.38% | - |
| HSV(B) | 48.26º | 0.39% | 0.47% | - |
| XYZ | 14.39 | 15.55 | 8.55 | - |
| YUV | 108.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 73 | 0 | 0.08 | 0.39 | 0.53 | 48.26 | 0.24 | 0.38 |
| Hex | 77 | 6E | 49 | 0 | 8 | 27 | 35 | 30 | 18 | 26 |
| Octal | 167 | 156 | 111 | 0 | 10 | 47 | 65 | 60 | 30 | 46 |
| Binary | 1110111 | 1101110 | 1001001 | 0 | 1000 | 100111 | 110101 | 110000 | 11000 | 100110 |
Color Harmonies of #776E49
Complementary color
Monochromatic Colors of #776E49
Black with #776E49
Text Example
Text Example
White with #776E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E49; }
p { color: rgb(119,110,73); }
H1.HeaderClassName
{
color: #776E49;
}
.AnyTagClassName
{
color: #776E49;
}
</style>
background-color css
<style>
a { background-color: #776E49; }
a { background-color: rgb(119,110,73); }
div.DivClassName
{
background-color: #776E49;
}
.BgClassName
{
background-color: #776E49;
}
</style>
border-color css
<style>
span { border-color: #776E49; }
span { border-color: rgb(119,110,73); }
td.TdClassName
{
border-color: #776E49;
}
.TagClassName
{
border-color: #776E49;
}
</style>