Shades of Go Ben #777541
Tints of Go Ben #777541
RGB
CMYK
RGB Variations
Color information
#777541 (or 0x777541) is known color: Go Ben. HEX triplet: 77, 75 and 41. RGB value is (119,117,65). Sum of RGB (Red+Green+Blue) = 119+117+65=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #777541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777541 is #888ABE. Grayscale: #6F6F6F. Windows color (decimal): -8948415 or 4289911. OLE color: 4289911.
HSL color Cylindrical-coordinate representation of color #777541: hue angle of 57.78º 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 #777541 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 65 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.53 |
| HSL | 57.78º | 0.29% | 0.36% | - |
| HSV(B) | 57.78º | 0.45% | 0.47% | - |
| XYZ | 14.92 | 17.03 | 7.5 | - |
| YUV | 111.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 65 | 0 | 0.02 | 0.45 | 0.53 | 57.78 | 0.29 | 0.36 |
| Hex | 77 | 75 | 41 | 0 | 2 | 2D | 35 | 3A | 1D | 24 |
| Octal | 167 | 165 | 101 | 0 | 2 | 55 | 65 | 72 | 35 | 44 |
| Binary | 1110111 | 1110101 | 1000001 | 0 | 10 | 101101 | 110101 | 111010 | 11101 | 100100 |
Color Harmonies of #777541
Complementary color
Monochromatic Colors of #777541
Black with #777541
Text Example
Text Example
White with #777541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777541; }
p { color: rgb(119,117,65); }
H1.HeaderClassName
{
color: #777541;
}
.AnyTagClassName
{
color: #777541;
}
</style>
background-color css
<style>
a { background-color: #777541; }
a { background-color: rgb(119,117,65); }
div.DivClassName
{
background-color: #777541;
}
.BgClassName
{
background-color: #777541;
}
</style>
border-color css
<style>
span { border-color: #777541; }
span { border-color: rgb(119,117,65); }
td.TdClassName
{
border-color: #777541;
}
.TagClassName
{
border-color: #777541;
}
</style>