Shades of Gumbo #718F89
Tints of Gumbo #718F89
RGB
CMYK
RGB Variations
Color information
#718F89 (or 0x718F89) is known color: Gumbo. HEX triplet: 71, 8F and 89. RGB value is (113,143,137). Sum of RGB (Red+Green+Blue) = 113+143+137=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 143 - color contains mainly: green. Hex color #718F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F89 is #8E7076. Grayscale: #858585. Windows color (decimal): -9334903 or 9015153. OLE color: 9015153.
HSL color Cylindrical-coordinate representation of color #718F89: hue angle of 168º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #718F89 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 137 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.44 |
| HSL | 168º | 0.12% | 0.5% | - |
| HSV(B) | 168º | 0.21% | 0.56% | - |
| XYZ | 21.15 | 24.96 | 27.37 | - |
| YUV | 133.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 137 | 0.21 | 0 | 0.04 | 0.44 | 168 | 0.12 | 0.5 |
| Hex | 71 | 8F | 89 | 15 | 0 | 4 | 2C | A8 | C | 32 |
| Octal | 161 | 217 | 211 | 25 | 0 | 4 | 54 | 250 | 14 | 62 |
| Binary | 1110001 | 10001111 | 10001001 | 10101 | 0 | 100 | 101100 | 10101000 | 1100 | 110010 |
Color Harmonies of #718F89
Complementary color
Monochromatic Colors of #718F89
Black with #718F89
Text Example
Text Example
White with #718F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F89; }
p { color: rgb(113,143,137); }
H1.HeaderClassName
{
color: #718F89;
}
.AnyTagClassName
{
color: #718F89;
}
</style>
background-color css
<style>
a { background-color: #718F89; }
a { background-color: rgb(113,143,137); }
div.DivClassName
{
background-color: #718F89;
}
.BgClassName
{
background-color: #718F89;
}
</style>
border-color css
<style>
span { border-color: #718F89; }
span { border-color: rgb(113,143,137); }
td.TdClassName
{
border-color: #718F89;
}
.TagClassName
{
border-color: #718F89;
}
</style>