Shades of Gumbo #718982
Tints of Gumbo #718982
RGB
CMYK
RGB Variations
Color information
#718982 (or 0x718982) is known color: Gumbo. HEX triplet: 71, 89 and 82. RGB value is (113,137,130). Sum of RGB (Red+Green+Blue) = 113+137+130=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 137 - color contains mainly: green. Hex color #718982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718982 is #8E767D. Grayscale: #818181. Windows color (decimal): -9336446 or 8554865. OLE color: 8554865.
HSL color Cylindrical-coordinate representation of color #718982: hue angle of 162.5º 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 #718982 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 130 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.46 |
| HSL | 162.5º | 0.1% | 0.49% | - |
| HSV(B) | 162.5º | 0.18% | 0.54% | - |
| XYZ | 19.78 | 23.01 | 24.52 | - |
| YUV | 129.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 130 | 0.18 | 0 | 0.05 | 0.46 | 162.5 | 0.1 | 0.49 |
| Hex | 71 | 89 | 82 | 12 | 0 | 5 | 2E | A2 | A | 31 |
| Octal | 161 | 211 | 202 | 22 | 0 | 5 | 56 | 242 | 12 | 61 |
| Binary | 1110001 | 10001001 | 10000010 | 10010 | 0 | 101 | 101110 | 10100010 | 1010 | 110001 |
Color Harmonies of #718982
Complementary color
Monochromatic Colors of #718982
Black with #718982
Text Example
Text Example
White with #718982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718982; }
p { color: rgb(113,137,130); }
H1.HeaderClassName
{
color: #718982;
}
.AnyTagClassName
{
color: #718982;
}
</style>
background-color css
<style>
a { background-color: #718982; }
a { background-color: rgb(113,137,130); }
div.DivClassName
{
background-color: #718982;
}
.BgClassName
{
background-color: #718982;
}
</style>
border-color css
<style>
span { border-color: #718982; }
span { border-color: rgb(113,137,130); }
td.TdClassName
{
border-color: #718982;
}
.TagClassName
{
border-color: #718982;
}
</style>