Shades of Gumbo #739088
Tints of Gumbo #739088
RGB
CMYK
RGB Variations
Color information
#739088 (or 0x739088) is known color: Gumbo. HEX triplet: 73, 90 and 88. RGB value is (115,144,136). Sum of RGB (Red+Green+Blue) = 115+144+136=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #739088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739088 is #8C6F77. Grayscale: #868686. Windows color (decimal): -9203576 or 8949875. OLE color: 8949875.
HSL color Cylindrical-coordinate representation of color #739088: hue angle of 163.45º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #739088 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 144 | 136 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.44 |
| HSL | 163.45º | 0.12% | 0.51% | - |
| HSV(B) | 163.45º | 0.2% | 0.56% | - |
| XYZ | 21.49 | 25.37 | 27.06 | - |
| YUV | 134.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 144 | 136 | 0.20 | 0 | 0.06 | 0.44 | 163.45 | 0.12 | 0.51 |
| Hex | 73 | 90 | 88 | 14 | 0 | 6 | 2C | A3 | C | 33 |
| Octal | 163 | 220 | 210 | 24 | 0 | 6 | 54 | 243 | 14 | 63 |
| Binary | 1110011 | 10010000 | 10001000 | 10100 | 0 | 110 | 101100 | 10100011 | 1100 | 110011 |
Color Harmonies of #739088
Complementary color
Monochromatic Colors of #739088
Black with #739088
Text Example
Text Example
White with #739088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739088; }
p { color: rgb(115,144,136); }
H1.HeaderClassName
{
color: #739088;
}
.AnyTagClassName
{
color: #739088;
}
</style>
background-color css
<style>
a { background-color: #739088; }
a { background-color: rgb(115,144,136); }
div.DivClassName
{
background-color: #739088;
}
.BgClassName
{
background-color: #739088;
}
</style>
border-color css
<style>
span { border-color: #739088; }
span { border-color: rgb(115,144,136); }
td.TdClassName
{
border-color: #739088;
}
.TagClassName
{
border-color: #739088;
}
</style>