Shades of Go Ben #777245
Tints of Go Ben #777245
RGB
CMYK
RGB Variations
Color information
#777245 (or 0x777245) is known color: Go Ben. HEX triplet: 77, 72 and 45. RGB value is (119,114,69). Sum of RGB (Red+Green+Blue) = 119+114+69=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #777245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777245 is #888DBA. Grayscale: #6E6E6E. Windows color (decimal): -8949179 or 4551287. OLE color: 4551287.
HSL color Cylindrical-coordinate representation of color #777245: hue angle of 54º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777245 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 69 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.53 |
| HSL | 54º | 0.27% | 0.37% | - |
| HSV(B) | 54º | 0.42% | 0.47% | - |
| XYZ | 14.7 | 16.39 | 8.02 | - |
| YUV | 110.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 69 | 0 | 0.04 | 0.42 | 0.53 | 54 | 0.27 | 0.37 |
| Hex | 77 | 72 | 45 | 0 | 4 | 2A | 35 | 36 | 1B | 25 |
| Octal | 167 | 162 | 105 | 0 | 4 | 52 | 65 | 66 | 33 | 45 |
| Binary | 1110111 | 1110010 | 1000101 | 0 | 100 | 101010 | 110101 | 110110 | 11011 | 100101 |
Color Harmonies of #777245
Complementary color
Monochromatic Colors of #777245
Black with #777245
Text Example
Text Example
White with #777245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777245; }
p { color: rgb(119,114,69); }
H1.HeaderClassName
{
color: #777245;
}
.AnyTagClassName
{
color: #777245;
}
</style>
background-color css
<style>
a { background-color: #777245; }
a { background-color: rgb(119,114,69); }
div.DivClassName
{
background-color: #777245;
}
.BgClassName
{
background-color: #777245;
}
</style>
border-color css
<style>
span { border-color: #777245; }
span { border-color: rgb(119,114,69); }
td.TdClassName
{
border-color: #777245;
}
.TagClassName
{
border-color: #777245;
}
</style>