Shades of Gumbo #738E88
Tints of Gumbo #738E88
RGB
CMYK
RGB Variations
Color information
#738E88 (or 0x738E88) is known color: Gumbo. HEX triplet: 73, 8E and 88. RGB value is (115,142,136). Sum of RGB (Red+Green+Blue) = 115+142+136=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 142 - color contains mainly: green. Hex color #738E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738E88 is #8C7177. Grayscale: #858585. Windows color (decimal): -9204088 or 8949363. OLE color: 8949363.
HSL color Cylindrical-coordinate representation of color #738E88: hue angle of 166.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #738E88 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 142 | 136 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.44 |
| HSL | 166.67º | 0.11% | 0.5% | - |
| HSV(B) | 166.67º | 0.19% | 0.56% | - |
| XYZ | 21.19 | 24.77 | 26.96 | - |
| YUV | 133.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 136 | 0.19 | 0 | 0.04 | 0.44 | 166.67 | 0.11 | 0.5 |
| Hex | 73 | 8E | 88 | 13 | 0 | 4 | 2C | A7 | B | 32 |
| Octal | 163 | 216 | 210 | 23 | 0 | 4 | 54 | 247 | 13 | 62 |
| Binary | 1110011 | 10001110 | 10001000 | 10011 | 0 | 100 | 101100 | 10100111 | 1011 | 110010 |
Color Harmonies of #738E88
Complementary color
Monochromatic Colors of #738E88
Black with #738E88
Text Example
Text Example
White with #738E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738E88; }
p { color: rgb(115,142,136); }
H1.HeaderClassName
{
color: #738E88;
}
.AnyTagClassName
{
color: #738E88;
}
</style>
background-color css
<style>
a { background-color: #738E88; }
a { background-color: rgb(115,142,136); }
div.DivClassName
{
background-color: #738E88;
}
.BgClassName
{
background-color: #738E88;
}
</style>
border-color css
<style>
span { border-color: #738E88; }
span { border-color: rgb(115,142,136); }
td.TdClassName
{
border-color: #738E88;
}
.TagClassName
{
border-color: #738E88;
}
</style>