Shades of Gumbo #718584
Tints of Gumbo #718584
RGB
CMYK
RGB Variations
Color information
#718584 (or 0x718584) is known color: Gumbo. HEX triplet: 71, 85 and 84. RGB value is (113,133,132). Sum of RGB (Red+Green+Blue) = 113+133+132=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #718584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718584 is #8E7A7B. Grayscale: #7E7E7E. Windows color (decimal): -9337468 or 8684913. OLE color: 8684913.
HSL color Cylindrical-coordinate representation of color #718584: hue angle of 177º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #718584 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 133 | 132 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.48 |
| HSL | 177º | 0.08% | 0.48% | - |
| HSV(B) | 177º | 0.15% | 0.52% | - |
| XYZ | 19.36 | 21.95 | 25.05 | - |
| YUV | 126.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 132 | 0.15 | 0 | 0.01 | 0.48 | 177 | 0.08 | 0.48 |
| Hex | 71 | 85 | 84 | F | 0 | 1 | 30 | B1 | 8 | 30 |
| Octal | 161 | 205 | 204 | 17 | 0 | 1 | 60 | 261 | 10 | 60 |
| Binary | 1110001 | 10000101 | 10000100 | 1111 | 0 | 1 | 110000 | 10110001 | 1000 | 110000 |
Color Harmonies of #718584
Complementary color
Monochromatic Colors of #718584
Black with #718584
Text Example
Text Example
White with #718584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718584; }
p { color: rgb(113,133,132); }
H1.HeaderClassName
{
color: #718584;
}
.AnyTagClassName
{
color: #718584;
}
</style>
background-color css
<style>
a { background-color: #718584; }
a { background-color: rgb(113,133,132); }
div.DivClassName
{
background-color: #718584;
}
.BgClassName
{
background-color: #718584;
}
</style>
border-color css
<style>
span { border-color: #718584; }
span { border-color: rgb(113,133,132); }
td.TdClassName
{
border-color: #718584;
}
.TagClassName
{
border-color: #718584;
}
</style>