Shades of Go Ben #776F50
Tints of Go Ben #776F50
RGB
CMYK
RGB Variations
Color information
#776F50 (or 0x776F50) is known color: Go Ben. HEX triplet: 77, 6F and 50. RGB value is (119,111,80). Sum of RGB (Red+Green+Blue) = 119+111+80=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #776F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F50 is #8890AF. Grayscale: #6D6D6D. Windows color (decimal): -8949936 or 5271415. OLE color: 5271415.
HSL color Cylindrical-coordinate representation of color #776F50: hue angle of 47.69º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #776F50 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 80 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.53 |
| HSL | 47.69º | 0.2% | 0.39% | - |
| HSV(B) | 47.69º | 0.33% | 0.47% | - |
| XYZ | 14.74 | 15.87 | 9.88 | - |
| YUV | 109.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 80 | 0 | 0.07 | 0.33 | 0.53 | 47.69 | 0.2 | 0.39 |
| Hex | 77 | 6F | 50 | 0 | 7 | 21 | 35 | 30 | 14 | 27 |
| Octal | 167 | 157 | 120 | 0 | 7 | 41 | 65 | 60 | 24 | 47 |
| Binary | 1110111 | 1101111 | 1010000 | 0 | 111 | 100001 | 110101 | 110000 | 10100 | 100111 |
Color Harmonies of #776F50
Complementary color
Monochromatic Colors of #776F50
Black with #776F50
Text Example
Text Example
White with #776F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F50; }
p { color: rgb(119,111,80); }
H1.HeaderClassName
{
color: #776F50;
}
.AnyTagClassName
{
color: #776F50;
}
</style>
background-color css
<style>
a { background-color: #776F50; }
a { background-color: rgb(119,111,80); }
div.DivClassName
{
background-color: #776F50;
}
.BgClassName
{
background-color: #776F50;
}
</style>
border-color css
<style>
span { border-color: #776F50; }
span { border-color: rgb(119,111,80); }
td.TdClassName
{
border-color: #776F50;
}
.TagClassName
{
border-color: #776F50;
}
</style>