Shades of Gumbo #718B88
Tints of Gumbo #718B88
RGB
CMYK
RGB Variations
Color information
#718B88 (or 0x718B88) is known color: Gumbo. HEX triplet: 71, 8B and 88. RGB value is (113,139,136). Sum of RGB (Red+Green+Blue) = 113+139+136=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 139 - color contains mainly: green. Hex color #718B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718B88 is #8E7477. Grayscale: #828282. Windows color (decimal): -9335928 or 8948593. OLE color: 8948593.
HSL color Cylindrical-coordinate representation of color #718B88: hue angle of 173.08º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718B88 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 136 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.45 |
| HSL | 173.08º | 0.1% | 0.49% | - |
| HSV(B) | 173.08º | 0.19% | 0.55% | - |
| XYZ | 20.49 | 23.75 | 26.8 | - |
| YUV | 130.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 136 | 0.19 | 0 | 0.02 | 0.45 | 173.08 | 0.1 | 0.49 |
| Hex | 71 | 8B | 88 | 13 | 0 | 2 | 2D | AD | A | 31 |
| Octal | 161 | 213 | 210 | 23 | 0 | 2 | 55 | 255 | 12 | 61 |
| Binary | 1110001 | 10001011 | 10001000 | 10011 | 0 | 10 | 101101 | 10101101 | 1010 | 110001 |
Color Harmonies of #718B88
Complementary color
Monochromatic Colors of #718B88
Black with #718B88
Text Example
Text Example
White with #718B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B88; }
p { color: rgb(113,139,136); }
H1.HeaderClassName
{
color: #718B88;
}
.AnyTagClassName
{
color: #718B88;
}
</style>
background-color css
<style>
a { background-color: #718B88; }
a { background-color: rgb(113,139,136); }
div.DivClassName
{
background-color: #718B88;
}
.BgClassName
{
background-color: #718B88;
}
</style>
border-color css
<style>
span { border-color: #718B88; }
span { border-color: rgb(113,139,136); }
td.TdClassName
{
border-color: #718B88;
}
.TagClassName
{
border-color: #718B88;
}
</style>