Shades of Go Ben #776C4D
Tints of Go Ben #776C4D
RGB
CMYK
RGB Variations
Color information
#776C4D (or 0x776C4D) is known color: Go Ben. HEX triplet: 77, 6C and 4D. RGB value is (119,108,77). Sum of RGB (Red+Green+Blue) = 119+108+77=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #776C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C4D is #8893B2. Grayscale: #6B6B6B. Windows color (decimal): -8950707 or 5074039. OLE color: 5074039.
HSL color Cylindrical-coordinate representation of color #776C4D: hue angle of 44.29º 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 #776C4D is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 77 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.53 |
| HSL | 44.29º | 0.21% | 0.38% | - |
| HSV(B) | 44.29º | 0.35% | 0.47% | - |
| XYZ | 14.31 | 15.18 | 9.2 | - |
| YUV | 107.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 77 | 0 | 0.09 | 0.35 | 0.53 | 44.29 | 0.21 | 0.38 |
| Hex | 77 | 6C | 4D | 0 | 9 | 23 | 35 | 2C | 15 | 26 |
| Octal | 167 | 154 | 115 | 0 | 11 | 43 | 65 | 54 | 25 | 46 |
| Binary | 1110111 | 1101100 | 1001101 | 0 | 1001 | 100011 | 110101 | 101100 | 10101 | 100110 |
Color Harmonies of #776C4D
Complementary color
Monochromatic Colors of #776C4D
Black with #776C4D
Text Example
Text Example
White with #776C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C4D; }
p { color: rgb(119,108,77); }
H1.HeaderClassName
{
color: #776C4D;
}
.AnyTagClassName
{
color: #776C4D;
}
</style>
background-color css
<style>
a { background-color: #776C4D; }
a { background-color: rgb(119,108,77); }
div.DivClassName
{
background-color: #776C4D;
}
.BgClassName
{
background-color: #776C4D;
}
</style>
border-color css
<style>
span { border-color: #776C4D; }
span { border-color: rgb(119,108,77); }
td.TdClassName
{
border-color: #776C4D;
}
.TagClassName
{
border-color: #776C4D;
}
</style>