Shades of Go Ben #777041
Tints of Go Ben #777041
RGB
CMYK
RGB Variations
Color information
#777041 (or 0x777041) is known color: Go Ben. HEX triplet: 77, 70 and 41. RGB value is (119,112,65). Sum of RGB (Red+Green+Blue) = 119+112+65=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #777041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777041 is #888FBE. Grayscale: #6C6C6C. Windows color (decimal): -8949695 or 4288631. OLE color: 4288631.
HSL color Cylindrical-coordinate representation of color #777041: hue angle of 52.22º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #777041 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 65 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.53 |
| HSL | 52.22º | 0.29% | 0.36% | - |
| HSV(B) | 52.22º | 0.45% | 0.47% | - |
| XYZ | 14.36 | 15.89 | 7.31 | - |
| YUV | 108.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 65 | 0 | 0.06 | 0.45 | 0.53 | 52.22 | 0.29 | 0.36 |
| Hex | 77 | 70 | 41 | 0 | 6 | 2D | 35 | 34 | 1D | 24 |
| Octal | 167 | 160 | 101 | 0 | 6 | 55 | 65 | 64 | 35 | 44 |
| Binary | 1110111 | 1110000 | 1000001 | 0 | 110 | 101101 | 110101 | 110100 | 11101 | 100100 |
Color Harmonies of #777041
Complementary color
Monochromatic Colors of #777041
Black with #777041
Text Example
Text Example
White with #777041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777041; }
p { color: rgb(119,112,65); }
H1.HeaderClassName
{
color: #777041;
}
.AnyTagClassName
{
color: #777041;
}
</style>
background-color css
<style>
a { background-color: #777041; }
a { background-color: rgb(119,112,65); }
div.DivClassName
{
background-color: #777041;
}
.BgClassName
{
background-color: #777041;
}
</style>
border-color css
<style>
span { border-color: #777041; }
span { border-color: rgb(119,112,65); }
td.TdClassName
{
border-color: #777041;
}
.TagClassName
{
border-color: #777041;
}
</style>