Shades of Go Ben #776A49
Tints of Go Ben #776A49
RGB
CMYK
RGB Variations
Color information
#776A49 (or 0x776A49) is known color: Go Ben. HEX triplet: 77, 6A and 49. RGB value is (119,106,73). Sum of RGB (Red+Green+Blue) = 119+106+73=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #776A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A49 is #8895B6. Grayscale: #6A6A6A. Windows color (decimal): -8951223 or 4811383. OLE color: 4811383.
HSL color Cylindrical-coordinate representation of color #776A49: hue angle of 43.04º 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 #776A49 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 73 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.53 |
| HSL | 43.04º | 0.24% | 0.38% | - |
| HSV(B) | 43.04º | 0.39% | 0.47% | - |
| XYZ | 13.96 | 14.71 | 8.41 | - |
| YUV | 106.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 73 | 0 | 0.11 | 0.39 | 0.53 | 43.04 | 0.24 | 0.38 |
| Hex | 77 | 6A | 49 | 0 | B | 27 | 35 | 2B | 18 | 26 |
| Octal | 167 | 152 | 111 | 0 | 13 | 47 | 65 | 53 | 30 | 46 |
| Binary | 1110111 | 1101010 | 1001001 | 0 | 1011 | 100111 | 110101 | 101011 | 11000 | 100110 |
Color Harmonies of #776A49
Complementary color
Monochromatic Colors of #776A49
Black with #776A49
Text Example
Text Example
White with #776A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A49; }
p { color: rgb(119,106,73); }
H1.HeaderClassName
{
color: #776A49;
}
.AnyTagClassName
{
color: #776A49;
}
</style>
background-color css
<style>
a { background-color: #776A49; }
a { background-color: rgb(119,106,73); }
div.DivClassName
{
background-color: #776A49;
}
.BgClassName
{
background-color: #776A49;
}
</style>
border-color css
<style>
span { border-color: #776A49; }
span { border-color: rgb(119,106,73); }
td.TdClassName
{
border-color: #776A49;
}
.TagClassName
{
border-color: #776A49;
}
</style>