Shades of Gumbo #778D8A
Tints of Gumbo #778D8A
RGB
CMYK
RGB Variations
Color information
#778D8A (or 0x778D8A) is known color: Gumbo. HEX triplet: 77, 8D and 8A. RGB value is (119,141,138). Sum of RGB (Red+Green+Blue) = 119+141+138=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 141 - color contains mainly: green. Hex color #778D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778D8A is #887275. Grayscale: #868686. Windows color (decimal): -8942198 or 9080183. OLE color: 9080183.
HSL color Cylindrical-coordinate representation of color #778D8A: hue angle of 171.82º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778D8A is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 141 | 138 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.45 |
| HSL | 171.82º | 0.09% | 0.51% | - |
| HSV(B) | 171.82º | 0.16% | 0.55% | - |
| XYZ | 21.72 | 24.81 | 27.69 | - |
| YUV | 134.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 138 | 0.16 | 0 | 0.02 | 0.45 | 171.82 | 0.09 | 0.51 |
| Hex | 77 | 8D | 8A | 10 | 0 | 2 | 2D | AC | 9 | 33 |
| Octal | 167 | 215 | 212 | 20 | 0 | 2 | 55 | 254 | 11 | 63 |
| Binary | 1110111 | 10001101 | 10001010 | 10000 | 0 | 10 | 101101 | 10101100 | 1001 | 110011 |
Color Harmonies of #778D8A
Complementary color
Monochromatic Colors of #778D8A
Black with #778D8A
Text Example
Text Example
White with #778D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778D8A; }
p { color: rgb(119,141,138); }
H1.HeaderClassName
{
color: #778D8A;
}
.AnyTagClassName
{
color: #778D8A;
}
</style>
background-color css
<style>
a { background-color: #778D8A; }
a { background-color: rgb(119,141,138); }
div.DivClassName
{
background-color: #778D8A;
}
.BgClassName
{
background-color: #778D8A;
}
</style>
border-color css
<style>
span { border-color: #778D8A; }
span { border-color: rgb(119,141,138); }
td.TdClassName
{
border-color: #778D8A;
}
.TagClassName
{
border-color: #778D8A;
}
</style>