Shades of Gumbo #718D88
Tints of Gumbo #718D88
RGB
CMYK
RGB Variations
Color information
#718D88 (or 0x718D88) is known color: Gumbo. HEX triplet: 71, 8D and 88. RGB value is (113,141,136). Sum of RGB (Red+Green+Blue) = 113+141+136=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 141 - color contains mainly: green. Hex color #718D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718D88 is #8E7277. Grayscale: #848484. Windows color (decimal): -9335416 or 8949105. OLE color: 8949105.
HSL color Cylindrical-coordinate representation of color #718D88: hue angle of 169.29º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #718D88 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 136 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.45 |
| HSL | 169.29º | 0.11% | 0.5% | - |
| HSV(B) | 169.29º | 0.2% | 0.55% | - |
| XYZ | 20.78 | 24.34 | 26.9 | - |
| YUV | 132.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 136 | 0.20 | 0 | 0.04 | 0.45 | 169.29 | 0.11 | 0.5 |
| Hex | 71 | 8D | 88 | 14 | 0 | 4 | 2D | A9 | B | 32 |
| Octal | 161 | 215 | 210 | 24 | 0 | 4 | 55 | 251 | 13 | 62 |
| Binary | 1110001 | 10001101 | 10001000 | 10100 | 0 | 100 | 101101 | 10101001 | 1011 | 110010 |
Color Harmonies of #718D88
Complementary color
Monochromatic Colors of #718D88
Black with #718D88
Text Example
Text Example
White with #718D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D88; }
p { color: rgb(113,141,136); }
H1.HeaderClassName
{
color: #718D88;
}
.AnyTagClassName
{
color: #718D88;
}
</style>
background-color css
<style>
a { background-color: #718D88; }
a { background-color: rgb(113,141,136); }
div.DivClassName
{
background-color: #718D88;
}
.BgClassName
{
background-color: #718D88;
}
</style>
border-color css
<style>
span { border-color: #718D88; }
span { border-color: rgb(113,141,136); }
td.TdClassName
{
border-color: #718D88;
}
.TagClassName
{
border-color: #718D88;
}
</style>