Shades of Go Ben #776E46
Tints of Go Ben #776E46
RGB
CMYK
RGB Variations
Color information
#776E46 (or 0x776E46) is known color: Go Ben. HEX triplet: 77, 6E and 46. RGB value is (119,110,70). Sum of RGB (Red+Green+Blue) = 119+110+70=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #776E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E46 is #8891B9. Grayscale: #6C6C6C. Windows color (decimal): -8950202 or 4615799. OLE color: 4615799.
HSL color Cylindrical-coordinate representation of color #776E46: hue angle of 48.98º 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 #776E46 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 70 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.53 |
| HSL | 48.98º | 0.26% | 0.37% | - |
| HSV(B) | 48.98º | 0.41% | 0.47% | - |
| XYZ | 14.29 | 15.52 | 8.04 | - |
| YUV | 108.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 70 | 0 | 0.08 | 0.41 | 0.53 | 48.98 | 0.26 | 0.37 |
| Hex | 77 | 6E | 46 | 0 | 8 | 29 | 35 | 31 | 1A | 25 |
| Octal | 167 | 156 | 106 | 0 | 10 | 51 | 65 | 61 | 32 | 45 |
| Binary | 1110111 | 1101110 | 1000110 | 0 | 1000 | 101001 | 110101 | 110001 | 11010 | 100101 |
Color Harmonies of #776E46
Complementary color
Monochromatic Colors of #776E46
Black with #776E46
Text Example
Text Example
White with #776E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E46; }
p { color: rgb(119,110,70); }
H1.HeaderClassName
{
color: #776E46;
}
.AnyTagClassName
{
color: #776E46;
}
</style>
background-color css
<style>
a { background-color: #776E46; }
a { background-color: rgb(119,110,70); }
div.DivClassName
{
background-color: #776E46;
}
.BgClassName
{
background-color: #776E46;
}
</style>
border-color css
<style>
span { border-color: #776E46; }
span { border-color: rgb(119,110,70); }
td.TdClassName
{
border-color: #776E46;
}
.TagClassName
{
border-color: #776E46;
}
</style>