Shades of Gumbo #718C85
Tints of Gumbo #718C85
RGB
CMYK
RGB Variations
Color information
#718C85 (or 0x718C85) is known color: Gumbo. HEX triplet: 71, 8C and 85. RGB value is (113,140,133). Sum of RGB (Red+Green+Blue) = 113+140+133=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 140 - color contains mainly: green. Hex color #718C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718C85 is #8E737A. Grayscale: #838383. Windows color (decimal): -9335675 or 8752241. OLE color: 8752241.
HSL color Cylindrical-coordinate representation of color #718C85: hue angle of 164.44º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718C85 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 140 | 133 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.45 |
| HSL | 164.44º | 0.11% | 0.5% | - |
| HSV(B) | 164.44º | 0.19% | 0.55% | - |
| XYZ | 20.42 | 23.96 | 25.74 | - |
| YUV | 131.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 133 | 0.19 | 0 | 0.05 | 0.45 | 164.44 | 0.11 | 0.5 |
| Hex | 71 | 8C | 85 | 13 | 0 | 5 | 2D | A4 | B | 32 |
| Octal | 161 | 214 | 205 | 23 | 0 | 5 | 55 | 244 | 13 | 62 |
| Binary | 1110001 | 10001100 | 10000101 | 10011 | 0 | 101 | 101101 | 10100100 | 1011 | 110010 |
Color Harmonies of #718C85
Complementary color
Monochromatic Colors of #718C85
Black with #718C85
Text Example
Text Example
White with #718C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718C85; }
p { color: rgb(113,140,133); }
H1.HeaderClassName
{
color: #718C85;
}
.AnyTagClassName
{
color: #718C85;
}
</style>
background-color css
<style>
a { background-color: #718C85; }
a { background-color: rgb(113,140,133); }
div.DivClassName
{
background-color: #718C85;
}
.BgClassName
{
background-color: #718C85;
}
</style>
border-color css
<style>
span { border-color: #718C85; }
span { border-color: rgb(113,140,133); }
td.TdClassName
{
border-color: #718C85;
}
.TagClassName
{
border-color: #718C85;
}
</style>