Shades of Gumbo #778E89
Tints of Gumbo #778E89
RGB
CMYK
RGB Variations
Color information
#778E89 (or 0x778E89) is known color: Gumbo. HEX triplet: 77, 8E and 89. RGB value is (119,142,137). Sum of RGB (Red+Green+Blue) = 119+142+137=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 142 - color contains mainly: green. Hex color #778E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778E89 is #887176. Grayscale: #868686. Windows color (decimal): -8941943 or 9014903. OLE color: 9014903.
HSL color Cylindrical-coordinate representation of color #778E89: hue angle of 166.96º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778E89 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 142 | 137 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.44 |
| HSL | 166.96º | 0.09% | 0.51% | - |
| HSV(B) | 166.96º | 0.16% | 0.56% | - |
| XYZ | 21.8 | 25.07 | 27.36 | - |
| YUV | 134.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 137 | 0.16 | 0 | 0.04 | 0.44 | 166.96 | 0.09 | 0.51 |
| Hex | 77 | 8E | 89 | 10 | 0 | 4 | 2C | A7 | 9 | 33 |
| Octal | 167 | 216 | 211 | 20 | 0 | 4 | 54 | 247 | 11 | 63 |
| Binary | 1110111 | 10001110 | 10001001 | 10000 | 0 | 100 | 101100 | 10100111 | 1001 | 110011 |
Color Harmonies of #778E89
Complementary color
Monochromatic Colors of #778E89
Black with #778E89
Text Example
Text Example
White with #778E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778E89; }
p { color: rgb(119,142,137); }
H1.HeaderClassName
{
color: #778E89;
}
.AnyTagClassName
{
color: #778E89;
}
</style>
background-color css
<style>
a { background-color: #778E89; }
a { background-color: rgb(119,142,137); }
div.DivClassName
{
background-color: #778E89;
}
.BgClassName
{
background-color: #778E89;
}
</style>
border-color css
<style>
span { border-color: #778E89; }
span { border-color: rgb(119,142,137); }
td.TdClassName
{
border-color: #778E89;
}
.TagClassName
{
border-color: #778E89;
}
</style>