Shades of Gumbo #728986
Tints of Gumbo #728986
RGB
CMYK
RGB Variations
Color information
#728986 (or 0x728986) is known color: Gumbo. HEX triplet: 72, 89 and 86. RGB value is (114,137,134). Sum of RGB (Red+Green+Blue) = 114+137+134=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 137 - color contains mainly: green. Hex color #728986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728986 is #8D7679. Grayscale: #818181. Windows color (decimal): -9270906 or 8817010. OLE color: 8817010.
HSL color Cylindrical-coordinate representation of color #728986: hue angle of 172.17º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728986 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 137 | 134 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.46 |
| HSL | 172.17º | 0.09% | 0.49% | - |
| HSV(B) | 172.17º | 0.17% | 0.54% | - |
| XYZ | 20.19 | 23.19 | 25.97 | - |
| YUV | 129.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 134 | 0.17 | 0 | 0.02 | 0.46 | 172.17 | 0.09 | 0.49 |
| Hex | 72 | 89 | 86 | 11 | 0 | 2 | 2E | AC | 9 | 31 |
| Octal | 162 | 211 | 206 | 21 | 0 | 2 | 56 | 254 | 11 | 61 |
| Binary | 1110010 | 10001001 | 10000110 | 10001 | 0 | 10 | 101110 | 10101100 | 1001 | 110001 |
Color Harmonies of #728986
Complementary color
Monochromatic Colors of #728986
Black with #728986
Text Example
Text Example
White with #728986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728986; }
p { color: rgb(114,137,134); }
H1.HeaderClassName
{
color: #728986;
}
.AnyTagClassName
{
color: #728986;
}
</style>
background-color css
<style>
a { background-color: #728986; }
a { background-color: rgb(114,137,134); }
div.DivClassName
{
background-color: #728986;
}
.BgClassName
{
background-color: #728986;
}
</style>
border-color css
<style>
span { border-color: #728986; }
span { border-color: rgb(114,137,134); }
td.TdClassName
{
border-color: #728986;
}
.TagClassName
{
border-color: #728986;
}
</style>