Shades of Go Ben #777244
Tints of Go Ben #777244
RGB
CMYK
RGB Variations
Color information
#777244 (or 0x777244) is known color: Go Ben. HEX triplet: 77, 72 and 44. RGB value is (119,114,68). Sum of RGB (Red+Green+Blue) = 119+114+68=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #777244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777244 is #888DBB. Grayscale: #6E6E6E. Windows color (decimal): -8949180 or 4485751. OLE color: 4485751.
HSL color Cylindrical-coordinate representation of color #777244: hue angle of 54.12º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #777244 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 68 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.53 |
| HSL | 54.12º | 0.27% | 0.37% | - |
| HSV(B) | 54.12º | 0.43% | 0.47% | - |
| XYZ | 14.67 | 16.37 | 7.86 | - |
| YUV | 110.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 68 | 0 | 0.04 | 0.43 | 0.53 | 54.12 | 0.27 | 0.37 |
| Hex | 77 | 72 | 44 | 0 | 4 | 2B | 35 | 36 | 1B | 25 |
| Octal | 167 | 162 | 104 | 0 | 4 | 53 | 65 | 66 | 33 | 45 |
| Binary | 1110111 | 1110010 | 1000100 | 0 | 100 | 101011 | 110101 | 110110 | 11011 | 100101 |
Color Harmonies of #777244
Complementary color
Monochromatic Colors of #777244
Black with #777244
Text Example
Text Example
White with #777244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777244; }
p { color: rgb(119,114,68); }
H1.HeaderClassName
{
color: #777244;
}
.AnyTagClassName
{
color: #777244;
}
</style>
background-color css
<style>
a { background-color: #777244; }
a { background-color: rgb(119,114,68); }
div.DivClassName
{
background-color: #777244;
}
.BgClassName
{
background-color: #777244;
}
</style>
border-color css
<style>
span { border-color: #777244; }
span { border-color: rgb(119,114,68); }
td.TdClassName
{
border-color: #777244;
}
.TagClassName
{
border-color: #777244;
}
</style>