Shades of Go Ben #776E4D
Tints of Go Ben #776E4D
RGB
CMYK
RGB Variations
Color information
#776E4D (or 0x776E4D) is known color: Go Ben. HEX triplet: 77, 6E and 4D. RGB value is (119,110,77). Sum of RGB (Red+Green+Blue) = 119+110+77=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #776E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E4D is #8891B2. Grayscale: #6D6D6D. Windows color (decimal): -8950195 or 5074551. OLE color: 5074551.
HSL color Cylindrical-coordinate representation of color #776E4D: hue angle of 47.14º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #776E4D is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 77 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.53 |
| HSL | 47.14º | 0.21% | 0.38% | - |
| HSV(B) | 47.14º | 0.35% | 0.47% | - |
| XYZ | 14.52 | 15.61 | 9.27 | - |
| YUV | 108.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 77 | 0 | 0.08 | 0.35 | 0.53 | 47.14 | 0.21 | 0.38 |
| Hex | 77 | 6E | 4D | 0 | 8 | 23 | 35 | 2F | 15 | 26 |
| Octal | 167 | 156 | 115 | 0 | 10 | 43 | 65 | 57 | 25 | 46 |
| Binary | 1110111 | 1101110 | 1001101 | 0 | 1000 | 100011 | 110101 | 101111 | 10101 | 100110 |
Color Harmonies of #776E4D
Complementary color
Monochromatic Colors of #776E4D
Black with #776E4D
Text Example
Text Example
White with #776E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E4D; }
p { color: rgb(119,110,77); }
H1.HeaderClassName
{
color: #776E4D;
}
.AnyTagClassName
{
color: #776E4D;
}
</style>
background-color css
<style>
a { background-color: #776E4D; }
a { background-color: rgb(119,110,77); }
div.DivClassName
{
background-color: #776E4D;
}
.BgClassName
{
background-color: #776E4D;
}
</style>
border-color css
<style>
span { border-color: #776E4D; }
span { border-color: rgb(119,110,77); }
td.TdClassName
{
border-color: #776E4D;
}
.TagClassName
{
border-color: #776E4D;
}
</style>