Shades of Go Ben #776C49
Tints of Go Ben #776C49
RGB
CMYK
RGB Variations
Color information
#776C49 (or 0x776C49) is known color: Go Ben. HEX triplet: 77, 6C and 49. RGB value is (119,108,73). Sum of RGB (Red+Green+Blue) = 119+108+73=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #776C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C49 is #8893B6. Grayscale: #6B6B6B. Windows color (decimal): -8950711 or 4811895. OLE color: 4811895.
HSL color Cylindrical-coordinate representation of color #776C49: hue angle of 45.65º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #776C49 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 73 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.53 |
| HSL | 45.65º | 0.24% | 0.38% | - |
| HSV(B) | 45.65º | 0.39% | 0.47% | - |
| XYZ | 14.17 | 15.13 | 8.48 | - |
| YUV | 107.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 73 | 0 | 0.09 | 0.39 | 0.53 | 45.65 | 0.24 | 0.38 |
| Hex | 77 | 6C | 49 | 0 | 9 | 27 | 35 | 2E | 18 | 26 |
| Octal | 167 | 154 | 111 | 0 | 11 | 47 | 65 | 56 | 30 | 46 |
| Binary | 1110111 | 1101100 | 1001001 | 0 | 1001 | 100111 | 110101 | 101110 | 11000 | 100110 |
Color Harmonies of #776C49
Complementary color
Monochromatic Colors of #776C49
Black with #776C49
Text Example
Text Example
White with #776C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C49; }
p { color: rgb(119,108,73); }
H1.HeaderClassName
{
color: #776C49;
}
.AnyTagClassName
{
color: #776C49;
}
</style>
background-color css
<style>
a { background-color: #776C49; }
a { background-color: rgb(119,108,73); }
div.DivClassName
{
background-color: #776C49;
}
.BgClassName
{
background-color: #776C49;
}
</style>
border-color css
<style>
span { border-color: #776C49; }
span { border-color: rgb(119,108,73); }
td.TdClassName
{
border-color: #776C49;
}
.TagClassName
{
border-color: #776C49;
}
</style>