Shades of Gumbo #788D8A
Tints of Gumbo #788D8A
RGB
CMYK
RGB Variations
Color information
#788D8A (or 0x788D8A) is known color: Gumbo. HEX triplet: 78, 8D and 8A. RGB value is (120,141,138). Sum of RGB (Red+Green+Blue) = 120+141+138=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 141 - color contains mainly: green. Hex color #788D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788D8A is #877275. Grayscale: #868686. Windows color (decimal): -8876662 or 9080184. OLE color: 9080184.
HSL color Cylindrical-coordinate representation of color #788D8A: hue angle of 171.43º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #788D8A is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 138 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.45 |
| HSL | 171.43º | 0.08% | 0.51% | - |
| HSV(B) | 171.43º | 0.15% | 0.55% | - |
| XYZ | 21.86 | 24.88 | 27.69 | - |
| YUV | 134.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 138 | 0.15 | 0 | 0.02 | 0.45 | 171.43 | 0.08 | 0.51 |
| Hex | 78 | 8D | 8A | F | 0 | 2 | 2D | AB | 8 | 33 |
| Octal | 170 | 215 | 212 | 17 | 0 | 2 | 55 | 253 | 10 | 63 |
| Binary | 1111000 | 10001101 | 10001010 | 1111 | 0 | 10 | 101101 | 10101011 | 1000 | 110011 |
Color Harmonies of #788D8A
Complementary color
Monochromatic Colors of #788D8A
Black with #788D8A
Text Example
Text Example
White with #788D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D8A; }
p { color: rgb(120,141,138); }
H1.HeaderClassName
{
color: #788D8A;
}
.AnyTagClassName
{
color: #788D8A;
}
</style>
background-color css
<style>
a { background-color: #788D8A; }
a { background-color: rgb(120,141,138); }
div.DivClassName
{
background-color: #788D8A;
}
.BgClassName
{
background-color: #788D8A;
}
</style>
border-color css
<style>
span { border-color: #788D8A; }
span { border-color: rgb(120,141,138); }
td.TdClassName
{
border-color: #788D8A;
}
.TagClassName
{
border-color: #788D8A;
}
</style>