Shades of Go Ben #777447
Tints of Go Ben #777447
RGB
CMYK
RGB Variations
Color information
#777447 (or 0x777447) is known color: Go Ben. HEX triplet: 77, 74 and 47. RGB value is (119,116,71). Sum of RGB (Red+Green+Blue) = 119+116+71=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #777447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777447 is #888BB8. Grayscale: #6F6F6F. Windows color (decimal): -8948665 or 4682871. OLE color: 4682871.
HSL color Cylindrical-coordinate representation of color #777447: hue angle of 56.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #777447 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 71 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.53 |
| HSL | 56.25º | 0.25% | 0.37% | - |
| HSV(B) | 56.25º | 0.4% | 0.47% | - |
| XYZ | 14.99 | 16.87 | 8.43 | - |
| YUV | 111.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 71 | 0 | 0.03 | 0.40 | 0.53 | 56.25 | 0.25 | 0.37 |
| Hex | 77 | 74 | 47 | 0 | 3 | 28 | 35 | 38 | 19 | 25 |
| Octal | 167 | 164 | 107 | 0 | 3 | 50 | 65 | 70 | 31 | 45 |
| Binary | 1110111 | 1110100 | 1000111 | 0 | 11 | 101000 | 110101 | 111000 | 11001 | 100101 |
Color Harmonies of #777447
Complementary color
Monochromatic Colors of #777447
Black with #777447
Text Example
Text Example
White with #777447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777447; }
p { color: rgb(119,116,71); }
H1.HeaderClassName
{
color: #777447;
}
.AnyTagClassName
{
color: #777447;
}
</style>
background-color css
<style>
a { background-color: #777447; }
a { background-color: rgb(119,116,71); }
div.DivClassName
{
background-color: #777447;
}
.BgClassName
{
background-color: #777447;
}
</style>
border-color css
<style>
span { border-color: #777447; }
span { border-color: rgb(119,116,71); }
td.TdClassName
{
border-color: #777447;
}
.TagClassName
{
border-color: #777447;
}
</style>