Shades of Gumbo #718E86
Tints of Gumbo #718E86
RGB
CMYK
RGB Variations
Color information
#718E86 (or 0x718E86) is known color: Gumbo. HEX triplet: 71, 8E and 86. RGB value is (113,142,134). Sum of RGB (Red+Green+Blue) = 113+142+134=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 142 - color contains mainly: green. Hex color #718E86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718E86 is #8E7179. Grayscale: #848484. Windows color (decimal): -9335162 or 8818289. OLE color: 8818289.
HSL color Cylindrical-coordinate representation of color #718E86: hue angle of 163.45º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #718E86 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 142 | 134 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.44 |
| HSL | 163.45º | 0.11% | 0.5% | - |
| HSV(B) | 163.45º | 0.2% | 0.56% | - |
| XYZ | 20.79 | 24.58 | 26.2 | - |
| YUV | 132.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 134 | 0.20 | 0 | 0.06 | 0.44 | 163.45 | 0.11 | 0.5 |
| Hex | 71 | 8E | 86 | 14 | 0 | 6 | 2C | A3 | B | 32 |
| Octal | 161 | 216 | 206 | 24 | 0 | 6 | 54 | 243 | 13 | 62 |
| Binary | 1110001 | 10001110 | 10000110 | 10100 | 0 | 110 | 101100 | 10100011 | 1011 | 110010 |
Color Harmonies of #718E86
Complementary color
Monochromatic Colors of #718E86
Black with #718E86
Text Example
Text Example
White with #718E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718E86; }
p { color: rgb(113,142,134); }
H1.HeaderClassName
{
color: #718E86;
}
.AnyTagClassName
{
color: #718E86;
}
</style>
background-color css
<style>
a { background-color: #718E86; }
a { background-color: rgb(113,142,134); }
div.DivClassName
{
background-color: #718E86;
}
.BgClassName
{
background-color: #718E86;
}
</style>
border-color css
<style>
span { border-color: #718E86; }
span { border-color: rgb(113,142,134); }
td.TdClassName
{
border-color: #718E86;
}
.TagClassName
{
border-color: #718E86;
}
</style>