Shades of Gumbo #718985
Tints of Gumbo #718985
RGB
CMYK
RGB Variations
Color information
#718985 (or 0x718985) is known color: Gumbo. HEX triplet: 71, 89 and 85. RGB value is (113,137,133). Sum of RGB (Red+Green+Blue) = 113+137+133=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 137 - color contains mainly: green. Hex color #718985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718985 is #8E767A. Grayscale: #818181. Windows color (decimal): -9336443 or 8751473. OLE color: 8751473.
HSL color Cylindrical-coordinate representation of color #718985: hue angle of 170º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718985 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 133 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.46 |
| HSL | 170º | 0.1% | 0.49% | - |
| HSV(B) | 170º | 0.18% | 0.54% | - |
| XYZ | 19.99 | 23.1 | 25.59 | - |
| YUV | 129.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 133 | 0.18 | 0 | 0.03 | 0.46 | 170 | 0.1 | 0.49 |
| Hex | 71 | 89 | 85 | 12 | 0 | 3 | 2E | AA | A | 31 |
| Octal | 161 | 211 | 205 | 22 | 0 | 3 | 56 | 252 | 12 | 61 |
| Binary | 1110001 | 10001001 | 10000101 | 10010 | 0 | 11 | 101110 | 10101010 | 1010 | 110001 |
Color Harmonies of #718985
Complementary color
Monochromatic Colors of #718985
Black with #718985
Text Example
Text Example
White with #718985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718985; }
p { color: rgb(113,137,133); }
H1.HeaderClassName
{
color: #718985;
}
.AnyTagClassName
{
color: #718985;
}
</style>
background-color css
<style>
a { background-color: #718985; }
a { background-color: rgb(113,137,133); }
div.DivClassName
{
background-color: #718985;
}
.BgClassName
{
background-color: #718985;
}
</style>
border-color css
<style>
span { border-color: #718985; }
span { border-color: rgb(113,137,133); }
td.TdClassName
{
border-color: #718985;
}
.TagClassName
{
border-color: #718985;
}
</style>