Shades of Go Ben #776A4C
Tints of Go Ben #776A4C
RGB
CMYK
RGB Variations
Color information
#776A4C (or 0x776A4C) is known color: Go Ben. HEX triplet: 77, 6A and 4C. RGB value is (119,106,76). Sum of RGB (Red+Green+Blue) = 119+106+76=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #776A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A4C is #8895B3. Grayscale: #6A6A6A. Windows color (decimal): -8951220 or 5007991. OLE color: 5007991.
HSL color Cylindrical-coordinate representation of color #776A4C: hue angle of 41.86º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #776A4C is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 76 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.53 |
| HSL | 41.86º | 0.22% | 0.38% | - |
| HSV(B) | 41.86º | 0.36% | 0.47% | - |
| XYZ | 14.07 | 14.75 | 8.94 | - |
| YUV | 106.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 76 | 0 | 0.11 | 0.36 | 0.53 | 41.86 | 0.22 | 0.38 |
| Hex | 77 | 6A | 4C | 0 | B | 24 | 35 | 2A | 16 | 26 |
| Octal | 167 | 152 | 114 | 0 | 13 | 44 | 65 | 52 | 26 | 46 |
| Binary | 1110111 | 1101010 | 1001100 | 0 | 1011 | 100100 | 110101 | 101010 | 10110 | 100110 |
Color Harmonies of #776A4C
Complementary color
Monochromatic Colors of #776A4C
Black with #776A4C
Text Example
Text Example
White with #776A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A4C; }
p { color: rgb(119,106,76); }
H1.HeaderClassName
{
color: #776A4C;
}
.AnyTagClassName
{
color: #776A4C;
}
</style>
background-color css
<style>
a { background-color: #776A4C; }
a { background-color: rgb(119,106,76); }
div.DivClassName
{
background-color: #776A4C;
}
.BgClassName
{
background-color: #776A4C;
}
</style>
border-color css
<style>
span { border-color: #776A4C; }
span { border-color: rgb(119,106,76); }
td.TdClassName
{
border-color: #776A4C;
}
.TagClassName
{
border-color: #776A4C;
}
</style>