Shades of Go Ben #777446
Tints of Go Ben #777446
RGB
CMYK
RGB Variations
Color information
#777446 (or 0x777446) is known color: Go Ben. HEX triplet: 77, 74 and 46. RGB value is (119,116,70). Sum of RGB (Red+Green+Blue) = 119+116+70=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #777446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777446 is #888BB9. Grayscale: #6F6F6F. Windows color (decimal): -8948666 or 4617335. OLE color: 4617335.
HSL color Cylindrical-coordinate representation of color #777446: hue angle of 56.33º 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 #777446 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 70 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.53 |
| HSL | 56.33º | 0.26% | 0.37% | - |
| HSV(B) | 56.33º | 0.41% | 0.47% | - |
| XYZ | 14.96 | 16.85 | 8.26 | - |
| YUV | 111.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 70 | 0 | 0.03 | 0.41 | 0.53 | 56.33 | 0.26 | 0.37 |
| Hex | 77 | 74 | 46 | 0 | 3 | 29 | 35 | 38 | 1A | 25 |
| Octal | 167 | 164 | 106 | 0 | 3 | 51 | 65 | 70 | 32 | 45 |
| Binary | 1110111 | 1110100 | 1000110 | 0 | 11 | 101001 | 110101 | 111000 | 11010 | 100101 |
Color Harmonies of #777446
Complementary color
Monochromatic Colors of #777446
Black with #777446
Text Example
Text Example
White with #777446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777446; }
p { color: rgb(119,116,70); }
H1.HeaderClassName
{
color: #777446;
}
.AnyTagClassName
{
color: #777446;
}
</style>
background-color css
<style>
a { background-color: #777446; }
a { background-color: rgb(119,116,70); }
div.DivClassName
{
background-color: #777446;
}
.BgClassName
{
background-color: #777446;
}
</style>
border-color css
<style>
span { border-color: #777446; }
span { border-color: rgb(119,116,70); }
td.TdClassName
{
border-color: #777446;
}
.TagClassName
{
border-color: #777446;
}
</style>