Shades of Gumbo #728F89
Tints of Gumbo #728F89
RGB
CMYK
RGB Variations
Color information
#728F89 (or 0x728F89) is known color: Gumbo. HEX triplet: 72, 8F and 89. RGB value is (114,143,137). Sum of RGB (Red+Green+Blue) = 114+143+137=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 143 - color contains mainly: green. Hex color #728F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728F89 is #8D7076. Grayscale: #858585. Windows color (decimal): -9269367 or 9015154. OLE color: 9015154.
HSL color Cylindrical-coordinate representation of color #728F89: hue angle of 167.59º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #728F89 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 143 | 137 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.44 |
| HSL | 167.59º | 0.11% | 0.5% | - |
| HSV(B) | 167.59º | 0.2% | 0.56% | - |
| XYZ | 21.28 | 25.03 | 27.38 | - |
| YUV | 133.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 137 | 0.20 | 0 | 0.04 | 0.44 | 167.59 | 0.11 | 0.5 |
| Hex | 72 | 8F | 89 | 14 | 0 | 4 | 2C | A8 | B | 32 |
| Octal | 162 | 217 | 211 | 24 | 0 | 4 | 54 | 250 | 13 | 62 |
| Binary | 1110010 | 10001111 | 10001001 | 10100 | 0 | 100 | 101100 | 10101000 | 1011 | 110010 |
Color Harmonies of #728F89
Complementary color
Monochromatic Colors of #728F89
Black with #728F89
Text Example
Text Example
White with #728F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728F89; }
p { color: rgb(114,143,137); }
H1.HeaderClassName
{
color: #728F89;
}
.AnyTagClassName
{
color: #728F89;
}
</style>
background-color css
<style>
a { background-color: #728F89; }
a { background-color: rgb(114,143,137); }
div.DivClassName
{
background-color: #728F89;
}
.BgClassName
{
background-color: #728F89;
}
</style>
border-color css
<style>
span { border-color: #728F89; }
span { border-color: rgb(114,143,137); }
td.TdClassName
{
border-color: #728F89;
}
.TagClassName
{
border-color: #728F89;
}
</style>