Shades of Go Ben #777540
Tints of Go Ben #777540
RGB
CMYK
RGB Variations
Color information
#777540 (or 0x777540) is known color: Go Ben. HEX triplet: 77, 75 and 40. RGB value is (119,117,64). Sum of RGB (Red+Green+Blue) = 119+117+64=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #777540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777540 is #888ABF. Grayscale: #6F6F6F. Windows color (decimal): -8948416 or 4224375. OLE color: 4224375.
HSL color Cylindrical-coordinate representation of color #777540: hue angle of 57.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777540 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 64 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.53 |
| HSL | 57.82º | 0.3% | 0.36% | - |
| HSV(B) | 57.82º | 0.46% | 0.47% | - |
| XYZ | 14.89 | 17.01 | 7.35 | - |
| YUV | 111.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 64 | 0 | 0.02 | 0.46 | 0.53 | 57.82 | 0.3 | 0.36 |
| Hex | 77 | 75 | 40 | 0 | 2 | 2E | 35 | 3A | 1E | 24 |
| Octal | 167 | 165 | 100 | 0 | 2 | 56 | 65 | 72 | 36 | 44 |
| Binary | 1110111 | 1110101 | 1000000 | 0 | 10 | 101110 | 110101 | 111010 | 11110 | 100100 |
Color Harmonies of #777540
Complementary color
Monochromatic Colors of #777540
Black with #777540
Text Example
Text Example
White with #777540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777540; }
p { color: rgb(119,117,64); }
H1.HeaderClassName
{
color: #777540;
}
.AnyTagClassName
{
color: #777540;
}
</style>
background-color css
<style>
a { background-color: #777540; }
a { background-color: rgb(119,117,64); }
div.DivClassName
{
background-color: #777540;
}
.BgClassName
{
background-color: #777540;
}
</style>
border-color css
<style>
span { border-color: #777540; }
span { border-color: rgb(119,117,64); }
td.TdClassName
{
border-color: #777540;
}
.TagClassName
{
border-color: #777540;
}
</style>