Shades of Gumbo #718781
Tints of Gumbo #718781
RGB
CMYK
RGB Variations
Color information
#718781 (or 0x718781) is known color: Gumbo. HEX triplet: 71, 87 and 81. RGB value is (113,135,129). Sum of RGB (Red+Green+Blue) = 113+135+129=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #718781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718781 is #8E787E. Grayscale: #7F7F7F. Windows color (decimal): -9336959 or 8488817. OLE color: 8488817.
HSL color Cylindrical-coordinate representation of color #718781: hue angle of 163.64º 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 #718781 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 135 | 129 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.47 |
| HSL | 163.64º | 0.09% | 0.49% | - |
| HSV(B) | 163.64º | 0.16% | 0.53% | - |
| XYZ | 19.44 | 22.42 | 24.07 | - |
| YUV | 127.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 135 | 129 | 0.16 | 0 | 0.04 | 0.47 | 163.64 | 0.09 | 0.49 |
| Hex | 71 | 87 | 81 | 10 | 0 | 4 | 2F | A4 | 9 | 31 |
| Octal | 161 | 207 | 201 | 20 | 0 | 4 | 57 | 244 | 11 | 61 |
| Binary | 1110001 | 10000111 | 10000001 | 10000 | 0 | 100 | 101111 | 10100100 | 1001 | 110001 |
Color Harmonies of #718781
Complementary color
Monochromatic Colors of #718781
Black with #718781
Text Example
Text Example
White with #718781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718781; }
p { color: rgb(113,135,129); }
H1.HeaderClassName
{
color: #718781;
}
.AnyTagClassName
{
color: #718781;
}
</style>
background-color css
<style>
a { background-color: #718781; }
a { background-color: rgb(113,135,129); }
div.DivClassName
{
background-color: #718781;
}
.BgClassName
{
background-color: #718781;
}
</style>
border-color css
<style>
span { border-color: #718781; }
span { border-color: rgb(113,135,129); }
td.TdClassName
{
border-color: #718781;
}
.TagClassName
{
border-color: #718781;
}
</style>