Shades of Go Ben #776D4D
Tints of Go Ben #776D4D
RGB
CMYK
RGB Variations
Color information
#776D4D (or 0x776D4D) is known color: Go Ben. HEX triplet: 77, 6D and 4D. RGB value is (119,109,77). Sum of RGB (Red+Green+Blue) = 119+109+77=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #776D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D4D is #8892B2. Grayscale: #6C6C6C. Windows color (decimal): -8950451 or 5074295. OLE color: 5074295.
HSL color Cylindrical-coordinate representation of color #776D4D: hue angle of 45.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #776D4D is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 77 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.53 |
| HSL | 45.71º | 0.21% | 0.38% | - |
| HSV(B) | 45.71º | 0.35% | 0.47% | - |
| XYZ | 14.42 | 15.4 | 9.23 | - |
| YUV | 108.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 77 | 0 | 0.08 | 0.35 | 0.53 | 45.71 | 0.21 | 0.38 |
| Hex | 77 | 6D | 4D | 0 | 8 | 23 | 35 | 2E | 15 | 26 |
| Octal | 167 | 155 | 115 | 0 | 10 | 43 | 65 | 56 | 25 | 46 |
| Binary | 1110111 | 1101101 | 1001101 | 0 | 1000 | 100011 | 110101 | 101110 | 10101 | 100110 |
Color Harmonies of #776D4D
Complementary color
Monochromatic Colors of #776D4D
Black with #776D4D
Text Example
Text Example
White with #776D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D4D; }
p { color: rgb(119,109,77); }
H1.HeaderClassName
{
color: #776D4D;
}
.AnyTagClassName
{
color: #776D4D;
}
</style>
background-color css
<style>
a { background-color: #776D4D; }
a { background-color: rgb(119,109,77); }
div.DivClassName
{
background-color: #776D4D;
}
.BgClassName
{
background-color: #776D4D;
}
</style>
border-color css
<style>
span { border-color: #776D4D; }
span { border-color: rgb(119,109,77); }
td.TdClassName
{
border-color: #776D4D;
}
.TagClassName
{
border-color: #776D4D;
}
</style>