Shades of Go Ben #777046
Tints of Go Ben #777046
RGB
CMYK
RGB Variations
Color information
#777046 (or 0x777046) is known color: Go Ben. HEX triplet: 77, 70 and 46. RGB value is (119,112,70). Sum of RGB (Red+Green+Blue) = 119+112+70=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #777046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777046 is #888FB9. Grayscale: #6D6D6D. Windows color (decimal): -8949690 or 4616311. OLE color: 4616311.
HSL color Cylindrical-coordinate representation of color #777046: hue angle of 51.43º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #777046 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 70 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.53 |
| HSL | 51.43º | 0.26% | 0.37% | - |
| HSV(B) | 51.43º | 0.41% | 0.47% | - |
| XYZ | 14.51 | 15.95 | 8.11 | - |
| YUV | 109.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 70 | 0 | 0.06 | 0.41 | 0.53 | 51.43 | 0.26 | 0.37 |
| Hex | 77 | 70 | 46 | 0 | 6 | 29 | 35 | 33 | 1A | 25 |
| Octal | 167 | 160 | 106 | 0 | 6 | 51 | 65 | 63 | 32 | 45 |
| Binary | 1110111 | 1110000 | 1000110 | 0 | 110 | 101001 | 110101 | 110011 | 11010 | 100101 |
Color Harmonies of #777046
Complementary color
Monochromatic Colors of #777046
Black with #777046
Text Example
Text Example
White with #777046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777046; }
p { color: rgb(119,112,70); }
H1.HeaderClassName
{
color: #777046;
}
.AnyTagClassName
{
color: #777046;
}
</style>
background-color css
<style>
a { background-color: #777046; }
a { background-color: rgb(119,112,70); }
div.DivClassName
{
background-color: #777046;
}
.BgClassName
{
background-color: #777046;
}
</style>
border-color css
<style>
span { border-color: #777046; }
span { border-color: rgb(119,112,70); }
td.TdClassName
{
border-color: #777046;
}
.TagClassName
{
border-color: #777046;
}
</style>