Shades of Go Ben #776E3D
Tints of Go Ben #776E3D
RGB
CMYK
RGB Variations
Color information
#776E3D (or 0x776E3D) is known color: Go Ben. HEX triplet: 77, 6E and 3D. RGB value is (119,110,61). Sum of RGB (Red+Green+Blue) = 119+110+61=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #776E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E3D is #8891C2. Grayscale: #6B6B6B. Windows color (decimal): -8950211 or 4025975. OLE color: 4025975.
HSL color Cylindrical-coordinate representation of color #776E3D: hue angle of 50.69º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #776E3D is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 61 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.53 |
| HSL | 50.69º | 0.32% | 0.35% | - |
| HSV(B) | 50.69º | 0.49% | 0.47% | - |
| XYZ | 14.03 | 15.41 | 6.65 | - |
| YUV | 107.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 61 | 0 | 0.08 | 0.49 | 0.53 | 50.69 | 0.32 | 0.35 |
| Hex | 77 | 6E | 3D | 0 | 8 | 31 | 35 | 33 | 20 | 23 |
| Octal | 167 | 156 | 75 | 0 | 10 | 61 | 65 | 63 | 40 | 43 |
| Binary | 1110111 | 1101110 | 111101 | 0 | 1000 | 110001 | 110101 | 110011 | 100000 | 100011 |
Color Harmonies of #776E3D
Complementary color
Monochromatic Colors of #776E3D
Black with #776E3D
Text Example
Text Example
White with #776E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E3D; }
p { color: rgb(119,110,61); }
H1.HeaderClassName
{
color: #776E3D;
}
.AnyTagClassName
{
color: #776E3D;
}
</style>
background-color css
<style>
a { background-color: #776E3D; }
a { background-color: rgb(119,110,61); }
div.DivClassName
{
background-color: #776E3D;
}
.BgClassName
{
background-color: #776E3D;
}
</style>
border-color css
<style>
span { border-color: #776E3D; }
span { border-color: rgb(119,110,61); }
td.TdClassName
{
border-color: #776E3D;
}
.TagClassName
{
border-color: #776E3D;
}
</style>