Shades of Gumbo #728987
Tints of Gumbo #728987
RGB
CMYK
RGB Variations
Color information
#728987 (or 0x728987) is known color: Gumbo. HEX triplet: 72, 89 and 87. RGB value is (114,137,135). Sum of RGB (Red+Green+Blue) = 114+137+135=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 137 - color contains mainly: green. Hex color #728987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728987 is #8D7678. Grayscale: #818181. Windows color (decimal): -9270905 or 8882546. OLE color: 8882546.
HSL color Cylindrical-coordinate representation of color #728987: hue angle of 174.78º 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 #728987 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 137 | 135 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.46 |
| HSL | 174.78º | 0.09% | 0.49% | - |
| HSV(B) | 174.78º | 0.17% | 0.54% | - |
| XYZ | 20.26 | 23.22 | 26.34 | - |
| YUV | 129.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 135 | 0.17 | 0 | 0.01 | 0.46 | 174.78 | 0.09 | 0.49 |
| Hex | 72 | 89 | 87 | 11 | 0 | 1 | 2E | AF | 9 | 31 |
| Octal | 162 | 211 | 207 | 21 | 0 | 1 | 56 | 257 | 11 | 61 |
| Binary | 1110010 | 10001001 | 10000111 | 10001 | 0 | 1 | 101110 | 10101111 | 1001 | 110001 |
Color Harmonies of #728987
Complementary color
Monochromatic Colors of #728987
Black with #728987
Text Example
Text Example
White with #728987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728987; }
p { color: rgb(114,137,135); }
H1.HeaderClassName
{
color: #728987;
}
.AnyTagClassName
{
color: #728987;
}
</style>
background-color css
<style>
a { background-color: #728987; }
a { background-color: rgb(114,137,135); }
div.DivClassName
{
background-color: #728987;
}
.BgClassName
{
background-color: #728987;
}
</style>
border-color css
<style>
span { border-color: #728987; }
span { border-color: rgb(114,137,135); }
td.TdClassName
{
border-color: #728987;
}
.TagClassName
{
border-color: #728987;
}
</style>