Shades of Gumbo #778B88
Tints of Gumbo #778B88
RGB
CMYK
RGB Variations
Color information
#778B88 (or 0x778B88) is known color: Gumbo. HEX triplet: 77, 8B and 88. RGB value is (119,139,136). Sum of RGB (Red+Green+Blue) = 119+139+136=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 139 - color contains mainly: green. Hex color #778B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778B88 is #887477. Grayscale: #848484. Windows color (decimal): -8942712 or 8948599. OLE color: 8948599.
HSL color Cylindrical-coordinate representation of color #778B88: hue angle of 171º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #778B88 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 136 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.45 |
| HSL | 171º | 0.08% | 0.51% | - |
| HSV(B) | 171º | 0.14% | 0.55% | - |
| XYZ | 21.28 | 24.16 | 26.84 | - |
| YUV | 132.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 136 | 0.14 | 0 | 0.02 | 0.45 | 171 | 0.08 | 0.51 |
| Hex | 77 | 8B | 88 | E | 0 | 2 | 2D | AB | 8 | 33 |
| Octal | 167 | 213 | 210 | 16 | 0 | 2 | 55 | 253 | 10 | 63 |
| Binary | 1110111 | 10001011 | 10001000 | 1110 | 0 | 10 | 101101 | 10101011 | 1000 | 110011 |
Color Harmonies of #778B88
Complementary color
Monochromatic Colors of #778B88
Black with #778B88
Text Example
Text Example
White with #778B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B88; }
p { color: rgb(119,139,136); }
H1.HeaderClassName
{
color: #778B88;
}
.AnyTagClassName
{
color: #778B88;
}
</style>
background-color css
<style>
a { background-color: #778B88; }
a { background-color: rgb(119,139,136); }
div.DivClassName
{
background-color: #778B88;
}
.BgClassName
{
background-color: #778B88;
}
</style>
border-color css
<style>
span { border-color: #778B88; }
span { border-color: rgb(119,139,136); }
td.TdClassName
{
border-color: #778B88;
}
.TagClassName
{
border-color: #778B88;
}
</style>