Shades of Go Ben #776946
Tints of Go Ben #776946
RGB
CMYK
RGB Variations
Color information
#776946 (or 0x776946) is known color: Go Ben. HEX triplet: 77, 69 and 46. RGB value is (119,105,70). Sum of RGB (Red+Green+Blue) = 119+105+70=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #776946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776946 is #8896B9. Grayscale: #696969. Windows color (decimal): -8951482 or 4614519. OLE color: 4614519.
HSL color Cylindrical-coordinate representation of color #776946: hue angle of 42.86º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #776946 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 70 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.53 |
| HSL | 42.86º | 0.26% | 0.37% | - |
| HSV(B) | 42.86º | 0.41% | 0.47% | - |
| XYZ | 13.76 | 14.47 | 7.86 | - |
| YUV | 105.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 70 | 0 | 0.12 | 0.41 | 0.53 | 42.86 | 0.26 | 0.37 |
| Hex | 77 | 69 | 46 | 0 | C | 29 | 35 | 2B | 1A | 25 |
| Octal | 167 | 151 | 106 | 0 | 14 | 51 | 65 | 53 | 32 | 45 |
| Binary | 1110111 | 1101001 | 1000110 | 0 | 1100 | 101001 | 110101 | 101011 | 11010 | 100101 |
Color Harmonies of #776946
Complementary color
Monochromatic Colors of #776946
Black with #776946
Text Example
Text Example
White with #776946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776946; }
p { color: rgb(119,105,70); }
H1.HeaderClassName
{
color: #776946;
}
.AnyTagClassName
{
color: #776946;
}
</style>
background-color css
<style>
a { background-color: #776946; }
a { background-color: rgb(119,105,70); }
div.DivClassName
{
background-color: #776946;
}
.BgClassName
{
background-color: #776946;
}
</style>
border-color css
<style>
span { border-color: #776946; }
span { border-color: rgb(119,105,70); }
td.TdClassName
{
border-color: #776946;
}
.TagClassName
{
border-color: #776946;
}
</style>