Shades of Gumbo #718481
Tints of Gumbo #718481
RGB
CMYK
RGB Variations
Color information
#718481 (or 0x718481) is known color: Gumbo. HEX triplet: 71, 84 and 81. RGB value is (113,132,129). Sum of RGB (Red+Green+Blue) = 113+132+129=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 132 - color contains mainly: green. Hex color #718481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718481 is #8E7B7E. Grayscale: #7D7D7D. Windows color (decimal): -9337727 or 8488049. OLE color: 8488049.
HSL color Cylindrical-coordinate representation of color #718481: hue angle of 170.53º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #718481 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 132 | 129 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.48 |
| HSL | 170.53º | 0.08% | 0.48% | - |
| HSV(B) | 170.53º | 0.14% | 0.52% | - |
| XYZ | 19.02 | 21.6 | 23.94 | - |
| YUV | 125.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 129 | 0.14 | 0 | 0.02 | 0.48 | 170.53 | 0.08 | 0.48 |
| Hex | 71 | 84 | 81 | E | 0 | 2 | 30 | AB | 8 | 30 |
| Octal | 161 | 204 | 201 | 16 | 0 | 2 | 60 | 253 | 10 | 60 |
| Binary | 1110001 | 10000100 | 10000001 | 1110 | 0 | 10 | 110000 | 10101011 | 1000 | 110000 |
Color Harmonies of #718481
Complementary color
Monochromatic Colors of #718481
Black with #718481
Text Example
Text Example
White with #718481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718481; }
p { color: rgb(113,132,129); }
H1.HeaderClassName
{
color: #718481;
}
.AnyTagClassName
{
color: #718481;
}
</style>
background-color css
<style>
a { background-color: #718481; }
a { background-color: rgb(113,132,129); }
div.DivClassName
{
background-color: #718481;
}
.BgClassName
{
background-color: #718481;
}
</style>
border-color css
<style>
span { border-color: #718481; }
span { border-color: rgb(113,132,129); }
td.TdClassName
{
border-color: #718481;
}
.TagClassName
{
border-color: #718481;
}
</style>