Shades of Go Ben #776947
Tints of Go Ben #776947
RGB
CMYK
RGB Variations
Color information
#776947 (or 0x776947) is known color: Go Ben. HEX triplet: 77, 69 and 47. RGB value is (119,105,71). Sum of RGB (Red+Green+Blue) = 119+105+71=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #776947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776947 is #8896B8. Grayscale: #696969. Windows color (decimal): -8951481 or 4680055. OLE color: 4680055.
HSL color Cylindrical-coordinate representation of color #776947: hue angle of 42.5º 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 #776947 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 71 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.53 |
| HSL | 42.5º | 0.25% | 0.37% | - |
| HSV(B) | 42.5º | 0.4% | 0.47% | - |
| XYZ | 13.8 | 14.48 | 8.03 | - |
| YUV | 105.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 71 | 0 | 0.12 | 0.40 | 0.53 | 42.5 | 0.25 | 0.37 |
| Hex | 77 | 69 | 47 | 0 | C | 28 | 35 | 2A | 19 | 25 |
| Octal | 167 | 151 | 107 | 0 | 14 | 50 | 65 | 52 | 31 | 45 |
| Binary | 1110111 | 1101001 | 1000111 | 0 | 1100 | 101000 | 110101 | 101010 | 11001 | 100101 |
Color Harmonies of #776947
Complementary color
Monochromatic Colors of #776947
Black with #776947
Text Example
Text Example
White with #776947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776947; }
p { color: rgb(119,105,71); }
H1.HeaderClassName
{
color: #776947;
}
.AnyTagClassName
{
color: #776947;
}
</style>
background-color css
<style>
a { background-color: #776947; }
a { background-color: rgb(119,105,71); }
div.DivClassName
{
background-color: #776947;
}
.BgClassName
{
background-color: #776947;
}
</style>
border-color css
<style>
span { border-color: #776947; }
span { border-color: rgb(119,105,71); }
td.TdClassName
{
border-color: #776947;
}
.TagClassName
{
border-color: #776947;
}
</style>