Shades of Gumbo #738E87
Tints of Gumbo #738E87
RGB
CMYK
RGB Variations
Color information
#738E87 (or 0x738E87) is known color: Gumbo. HEX triplet: 73, 8E and 87. RGB value is (115,142,135). Sum of RGB (Red+Green+Blue) = 115+142+135=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 142 - color contains mainly: green. Hex color #738E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738E87 is #8C7178. Grayscale: #858585. Windows color (decimal): -9204089 or 8883827. OLE color: 8883827.
HSL color Cylindrical-coordinate representation of color #738E87: hue angle of 164.44º 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 #738E87 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 142 | 135 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.44 |
| HSL | 164.44º | 0.11% | 0.5% | - |
| HSV(B) | 164.44º | 0.19% | 0.56% | - |
| XYZ | 21.12 | 24.74 | 26.58 | - |
| YUV | 133.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 135 | 0.19 | 0 | 0.05 | 0.44 | 164.44 | 0.11 | 0.5 |
| Hex | 73 | 8E | 87 | 13 | 0 | 5 | 2C | A4 | B | 32 |
| Octal | 163 | 216 | 207 | 23 | 0 | 5 | 54 | 244 | 13 | 62 |
| Binary | 1110011 | 10001110 | 10000111 | 10011 | 0 | 101 | 101100 | 10100100 | 1011 | 110010 |
Color Harmonies of #738E87
Complementary color
Monochromatic Colors of #738E87
Black with #738E87
Text Example
Text Example
White with #738E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738E87; }
p { color: rgb(115,142,135); }
H1.HeaderClassName
{
color: #738E87;
}
.AnyTagClassName
{
color: #738E87;
}
</style>
background-color css
<style>
a { background-color: #738E87; }
a { background-color: rgb(115,142,135); }
div.DivClassName
{
background-color: #738E87;
}
.BgClassName
{
background-color: #738E87;
}
</style>
border-color css
<style>
span { border-color: #738E87; }
span { border-color: rgb(115,142,135); }
td.TdClassName
{
border-color: #738E87;
}
.TagClassName
{
border-color: #738E87;
}
</style>