Shades of Go Ben #776C47
Tints of Go Ben #776C47
RGB
CMYK
RGB Variations
Color information
#776C47 (or 0x776C47) is known color: Go Ben. HEX triplet: 77, 6C and 47. RGB value is (119,108,71). Sum of RGB (Red+Green+Blue) = 119+108+71=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #776C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C47 is #8893B8. Grayscale: #6B6B6B. Windows color (decimal): -8950713 or 4680823. OLE color: 4680823.
HSL color Cylindrical-coordinate representation of color #776C47: hue angle of 46.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #776C47 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 71 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.53 |
| HSL | 46.25º | 0.25% | 0.37% | - |
| HSV(B) | 46.25º | 0.4% | 0.47% | - |
| XYZ | 14.11 | 15.1 | 8.13 | - |
| YUV | 107.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 71 | 0 | 0.09 | 0.40 | 0.53 | 46.25 | 0.25 | 0.37 |
| Hex | 77 | 6C | 47 | 0 | 9 | 28 | 35 | 2E | 19 | 25 |
| Octal | 167 | 154 | 107 | 0 | 11 | 50 | 65 | 56 | 31 | 45 |
| Binary | 1110111 | 1101100 | 1000111 | 0 | 1001 | 101000 | 110101 | 101110 | 11001 | 100101 |
Color Harmonies of #776C47
Complementary color
Monochromatic Colors of #776C47
Black with #776C47
Text Example
Text Example
White with #776C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C47; }
p { color: rgb(119,108,71); }
H1.HeaderClassName
{
color: #776C47;
}
.AnyTagClassName
{
color: #776C47;
}
</style>
background-color css
<style>
a { background-color: #776C47; }
a { background-color: rgb(119,108,71); }
div.DivClassName
{
background-color: #776C47;
}
.BgClassName
{
background-color: #776C47;
}
</style>
border-color css
<style>
span { border-color: #776C47; }
span { border-color: rgb(119,108,71); }
td.TdClassName
{
border-color: #776C47;
}
.TagClassName
{
border-color: #776C47;
}
</style>