Shades of Go Ben #777150
Tints of Go Ben #777150
RGB
CMYK
RGB Variations
Color information
#777150 (or 0x777150) is known color: Go Ben. HEX triplet: 77, 71 and 50. RGB value is (119,113,80). Sum of RGB (Red+Green+Blue) = 119+113+80=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #777150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777150 is #888EAF. Grayscale: #6F6F6F. Windows color (decimal): -8949424 or 5271927. OLE color: 5271927.
HSL color Cylindrical-coordinate representation of color #777150: hue angle of 50.77º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #777150 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 80 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.53 |
| HSL | 50.77º | 0.2% | 0.39% | - |
| HSV(B) | 50.77º | 0.33% | 0.47% | - |
| XYZ | 14.96 | 16.31 | 9.95 | - |
| YUV | 111.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 80 | 0 | 0.05 | 0.33 | 0.53 | 50.77 | 0.2 | 0.39 |
| Hex | 77 | 71 | 50 | 0 | 5 | 21 | 35 | 33 | 14 | 27 |
| Octal | 167 | 161 | 120 | 0 | 5 | 41 | 65 | 63 | 24 | 47 |
| Binary | 1110111 | 1110001 | 1010000 | 0 | 101 | 100001 | 110101 | 110011 | 10100 | 100111 |
Color Harmonies of #777150
Complementary color
Monochromatic Colors of #777150
Black with #777150
Text Example
Text Example
White with #777150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777150; }
p { color: rgb(119,113,80); }
H1.HeaderClassName
{
color: #777150;
}
.AnyTagClassName
{
color: #777150;
}
</style>
background-color css
<style>
a { background-color: #777150; }
a { background-color: rgb(119,113,80); }
div.DivClassName
{
background-color: #777150;
}
.BgClassName
{
background-color: #777150;
}
</style>
border-color css
<style>
span { border-color: #777150; }
span { border-color: rgb(119,113,80); }
td.TdClassName
{
border-color: #777150;
}
.TagClassName
{
border-color: #777150;
}
</style>