Shades of Gumbo #718A85
Tints of Gumbo #718A85
RGB
CMYK
RGB Variations
Color information
#718A85 (or 0x718A85) is known color: Gumbo. HEX triplet: 71, 8A and 85. RGB value is (113,138,133). Sum of RGB (Red+Green+Blue) = 113+138+133=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 138 - color contains mainly: green. Hex color #718A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718A85 is #8E757A. Grayscale: #818181. Windows color (decimal): -9336187 or 8751729. OLE color: 8751729.
HSL color Cylindrical-coordinate representation of color #718A85: hue angle of 168º 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 #718A85 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 133 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.46 |
| HSL | 168º | 0.1% | 0.49% | - |
| HSV(B) | 168º | 0.18% | 0.54% | - |
| XYZ | 20.13 | 23.38 | 25.64 | - |
| YUV | 129.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 133 | 0.18 | 0 | 0.04 | 0.46 | 168 | 0.1 | 0.49 |
| Hex | 71 | 8A | 85 | 12 | 0 | 4 | 2E | A8 | A | 31 |
| Octal | 161 | 212 | 205 | 22 | 0 | 4 | 56 | 250 | 12 | 61 |
| Binary | 1110001 | 10001010 | 10000101 | 10010 | 0 | 100 | 101110 | 10101000 | 1010 | 110001 |
Color Harmonies of #718A85
Complementary color
Monochromatic Colors of #718A85
Black with #718A85
Text Example
Text Example
White with #718A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A85; }
p { color: rgb(113,138,133); }
H1.HeaderClassName
{
color: #718A85;
}
.AnyTagClassName
{
color: #718A85;
}
</style>
background-color css
<style>
a { background-color: #718A85; }
a { background-color: rgb(113,138,133); }
div.DivClassName
{
background-color: #718A85;
}
.BgClassName
{
background-color: #718A85;
}
</style>
border-color css
<style>
span { border-color: #718A85; }
span { border-color: rgb(113,138,133); }
td.TdClassName
{
border-color: #718A85;
}
.TagClassName
{
border-color: #718A85;
}
</style>