Shades of Gumbo #718581
Tints of Gumbo #718581
RGB
CMYK
RGB Variations
Color information
#718581 (or 0x718581) is known color: Gumbo. HEX triplet: 71, 85 and 81. RGB value is (113,133,129). Sum of RGB (Red+Green+Blue) = 113+133+129=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #718581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718581 is #8E7A7E. Grayscale: #7E7E7E. Windows color (decimal): -9337471 or 8488305. OLE color: 8488305.
HSL color Cylindrical-coordinate representation of color #718581: hue angle of 168º 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 #718581 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 133 | 129 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.48 |
| HSL | 168º | 0.08% | 0.48% | - |
| HSV(B) | 168º | 0.15% | 0.52% | - |
| XYZ | 19.16 | 21.87 | 23.98 | - |
| YUV | 126.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 129 | 0.15 | 0 | 0.03 | 0.48 | 168 | 0.08 | 0.48 |
| Hex | 71 | 85 | 81 | F | 0 | 3 | 30 | A8 | 8 | 30 |
| Octal | 161 | 205 | 201 | 17 | 0 | 3 | 60 | 250 | 10 | 60 |
| Binary | 1110001 | 10000101 | 10000001 | 1111 | 0 | 11 | 110000 | 10101000 | 1000 | 110000 |
Color Harmonies of #718581
Complementary color
Monochromatic Colors of #718581
Black with #718581
Text Example
Text Example
White with #718581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718581; }
p { color: rgb(113,133,129); }
H1.HeaderClassName
{
color: #718581;
}
.AnyTagClassName
{
color: #718581;
}
</style>
background-color css
<style>
a { background-color: #718581; }
a { background-color: rgb(113,133,129); }
div.DivClassName
{
background-color: #718581;
}
.BgClassName
{
background-color: #718581;
}
</style>
border-color css
<style>
span { border-color: #718581; }
span { border-color: rgb(113,133,129); }
td.TdClassName
{
border-color: #718581;
}
.TagClassName
{
border-color: #718581;
}
</style>