Shades of Gumbo #778884
Tints of Gumbo #778884
RGB
CMYK
RGB Variations
Color information
#778884 (or 0x778884) is known color: Gumbo. HEX triplet: 77, 88 and 84. RGB value is (119,136,132). Sum of RGB (Red+Green+Blue) = 119+136+132=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 136 - color contains mainly: green. Hex color #778884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778884 is #88777B. Grayscale: #828282. Windows color (decimal): -8943484 or 8685687. OLE color: 8685687.
HSL color Cylindrical-coordinate representation of color #778884: hue angle of 165.88º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778884 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 132 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.47 |
| HSL | 165.88º | 0.07% | 0.5% | - |
| HSV(B) | 165.88º | 0.13% | 0.53% | - |
| XYZ | 20.58 | 23.2 | 25.22 | - |
| YUV | 130.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 132 | 0.12 | 0 | 0.03 | 0.47 | 165.88 | 0.07 | 0.5 |
| Hex | 77 | 88 | 84 | C | 0 | 3 | 2F | A6 | 7 | 32 |
| Octal | 167 | 210 | 204 | 14 | 0 | 3 | 57 | 246 | 7 | 62 |
| Binary | 1110111 | 10001000 | 10000100 | 1100 | 0 | 11 | 101111 | 10100110 | 111 | 110010 |
Color Harmonies of #778884
Complementary color
Monochromatic Colors of #778884
Black with #778884
Text Example
Text Example
White with #778884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778884; }
p { color: rgb(119,136,132); }
H1.HeaderClassName
{
color: #778884;
}
.AnyTagClassName
{
color: #778884;
}
</style>
background-color css
<style>
a { background-color: #778884; }
a { background-color: rgb(119,136,132); }
div.DivClassName
{
background-color: #778884;
}
.BgClassName
{
background-color: #778884;
}
</style>
border-color css
<style>
span { border-color: #778884; }
span { border-color: rgb(119,136,132); }
td.TdClassName
{
border-color: #778884;
}
.TagClassName
{
border-color: #778884;
}
</style>