Shades of Gumbo #739890
Tints of Gumbo #739890
RGB
CMYK
RGB Variations
Color information
#739890 (or 0x739890) is known color: Gumbo. HEX triplet: 73, 98 and 90. RGB value is (115,152,144). Sum of RGB (Red+Green+Blue) = 115+152+144=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #739890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739890 is #8C676F. Grayscale: #8C8C8C. Windows color (decimal): -9201520 or 9476211. OLE color: 9476211.
HSL color Cylindrical-coordinate representation of color #739890: hue angle of 167.03º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #739890 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 152 | 144 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.40 |
| HSL | 167.03º | 0.15% | 0.52% | - |
| HSV(B) | 167.03º | 0.24% | 0.6% | - |
| XYZ | 23.33 | 28.11 | 30.58 | - |
| YUV | 140.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 152 | 144 | 0.24 | 0 | 0.05 | 0.40 | 167.03 | 0.15 | 0.52 |
| Hex | 73 | 98 | 90 | 18 | 0 | 5 | 28 | A7 | F | 34 |
| Octal | 163 | 230 | 220 | 30 | 0 | 5 | 50 | 247 | 17 | 64 |
| Binary | 1110011 | 10011000 | 10010000 | 11000 | 0 | 101 | 101000 | 10100111 | 1111 | 110100 |
Color Harmonies of #739890
Complementary color
Monochromatic Colors of #739890
Black with #739890
Text Example
Text Example
White with #739890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739890; }
p { color: rgb(115,152,144); }
H1.HeaderClassName
{
color: #739890;
}
.AnyTagClassName
{
color: #739890;
}
</style>
background-color css
<style>
a { background-color: #739890; }
a { background-color: rgb(115,152,144); }
div.DivClassName
{
background-color: #739890;
}
.BgClassName
{
background-color: #739890;
}
</style>
border-color css
<style>
span { border-color: #739890; }
span { border-color: rgb(115,152,144); }
td.TdClassName
{
border-color: #739890;
}
.TagClassName
{
border-color: #739890;
}
</style>