Shades of Go Ben #777347
Tints of Go Ben #777347
RGB
CMYK
RGB Variations
Color information
#777347 (or 0x777347) is known color: Go Ben. HEX triplet: 77, 73 and 47. RGB value is (119,115,71). Sum of RGB (Red+Green+Blue) = 119+115+71=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #777347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777347 is #888CB8. Grayscale: #6F6F6F. Windows color (decimal): -8948921 or 4682615. OLE color: 4682615.
HSL color Cylindrical-coordinate representation of color #777347: hue angle of 55º 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 #777347 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 71 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.53 |
| HSL | 55º | 0.25% | 0.37% | - |
| HSV(B) | 55º | 0.4% | 0.47% | - |
| XYZ | 14.88 | 16.64 | 8.39 | - |
| YUV | 111.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 71 | 0 | 0.03 | 0.40 | 0.53 | 55 | 0.25 | 0.37 |
| Hex | 77 | 73 | 47 | 0 | 3 | 28 | 35 | 37 | 19 | 25 |
| Octal | 167 | 163 | 107 | 0 | 3 | 50 | 65 | 67 | 31 | 45 |
| Binary | 1110111 | 1110011 | 1000111 | 0 | 11 | 101000 | 110101 | 110111 | 11001 | 100101 |
Color Harmonies of #777347
Complementary color
Monochromatic Colors of #777347
Black with #777347
Text Example
Text Example
White with #777347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777347; }
p { color: rgb(119,115,71); }
H1.HeaderClassName
{
color: #777347;
}
.AnyTagClassName
{
color: #777347;
}
</style>
background-color css
<style>
a { background-color: #777347; }
a { background-color: rgb(119,115,71); }
div.DivClassName
{
background-color: #777347;
}
.BgClassName
{
background-color: #777347;
}
</style>
border-color css
<style>
span { border-color: #777347; }
span { border-color: rgb(119,115,71); }
td.TdClassName
{
border-color: #777347;
}
.TagClassName
{
border-color: #777347;
}
</style>