Shades of Gumbo #788884
Tints of Gumbo #788884
RGB
CMYK
RGB Variations
Color information
#788884 (or 0x788884) is known color: Gumbo. HEX triplet: 78, 88 and 84. RGB value is (120,136,132). Sum of RGB (Red+Green+Blue) = 120+136+132=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 136 - color contains mainly: green. Hex color #788884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788884 is #87777B. Grayscale: #828282. Windows color (decimal): -8877948 or 8685688. OLE color: 8685688.
HSL color Cylindrical-coordinate representation of color #788884: hue angle of 165º degrees, saturation: 0.06, 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 #788884 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 136 | 132 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.47 |
| HSL | 165º | 0.06% | 0.5% | - |
| HSV(B) | 165º | 0.12% | 0.53% | - |
| XYZ | 20.71 | 23.27 | 25.23 | - |
| YUV | 130.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 132 | 0.12 | 0 | 0.03 | 0.47 | 165 | 0.06 | 0.5 |
| Hex | 78 | 88 | 84 | C | 0 | 3 | 2F | A5 | 6 | 32 |
| Octal | 170 | 210 | 204 | 14 | 0 | 3 | 57 | 245 | 6 | 62 |
| Binary | 1111000 | 10001000 | 10000100 | 1100 | 0 | 11 | 101111 | 10100101 | 110 | 110010 |
Color Harmonies of #788884
Complementary color
Monochromatic Colors of #788884
Black with #788884
Text Example
Text Example
White with #788884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788884; }
p { color: rgb(120,136,132); }
H1.HeaderClassName
{
color: #788884;
}
.AnyTagClassName
{
color: #788884;
}
</style>
background-color css
<style>
a { background-color: #788884; }
a { background-color: rgb(120,136,132); }
div.DivClassName
{
background-color: #788884;
}
.BgClassName
{
background-color: #788884;
}
</style>
border-color css
<style>
span { border-color: #788884; }
span { border-color: rgb(120,136,132); }
td.TdClassName
{
border-color: #788884;
}
.TagClassName
{
border-color: #788884;
}
</style>