Shades of Gumbo #718784
Tints of Gumbo #718784
RGB
CMYK
RGB Variations
Color information
#718784 (or 0x718784) is known color: Gumbo. HEX triplet: 71, 87 and 84. RGB value is (113,135,132). Sum of RGB (Red+Green+Blue) = 113+135+132=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 135 - color contains mainly: green. Hex color #718784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718784 is #8E787B. Grayscale: #808080. Windows color (decimal): -9336956 or 8685425. OLE color: 8685425.
HSL color Cylindrical-coordinate representation of color #718784: hue angle of 171.82º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #718784 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 135 | 132 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.47 |
| HSL | 171.82º | 0.09% | 0.49% | - |
| HSV(B) | 171.82º | 0.16% | 0.53% | - |
| XYZ | 19.64 | 22.5 | 25.14 | - |
| YUV | 128.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 135 | 132 | 0.16 | 0 | 0.02 | 0.47 | 171.82 | 0.09 | 0.49 |
| Hex | 71 | 87 | 84 | 10 | 0 | 2 | 2F | AC | 9 | 31 |
| Octal | 161 | 207 | 204 | 20 | 0 | 2 | 57 | 254 | 11 | 61 |
| Binary | 1110001 | 10000111 | 10000100 | 10000 | 0 | 10 | 101111 | 10101100 | 1001 | 110001 |
Color Harmonies of #718784
Complementary color
Monochromatic Colors of #718784
Black with #718784
Text Example
Text Example
White with #718784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718784; }
p { color: rgb(113,135,132); }
H1.HeaderClassName
{
color: #718784;
}
.AnyTagClassName
{
color: #718784;
}
</style>
background-color css
<style>
a { background-color: #718784; }
a { background-color: rgb(113,135,132); }
div.DivClassName
{
background-color: #718784;
}
.BgClassName
{
background-color: #718784;
}
</style>
border-color css
<style>
span { border-color: #718784; }
span { border-color: rgb(113,135,132); }
td.TdClassName
{
border-color: #718784;
}
.TagClassName
{
border-color: #718784;
}
</style>