Shades of Gumbo #738F89
Tints of Gumbo #738F89
RGB
CMYK
RGB Variations
Color information
#738F89 (or 0x738F89) is known color: Gumbo. HEX triplet: 73, 8F and 89. RGB value is (115,143,137). Sum of RGB (Red+Green+Blue) = 115+143+137=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 143 - color contains mainly: green. Hex color #738F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738F89 is #8C7076. Grayscale: #858585. Windows color (decimal): -9203831 or 9015155. OLE color: 9015155.
HSL color Cylindrical-coordinate representation of color #738F89: hue angle of 167.14º degrees, saturation: 0.11, 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 #738F89 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 137 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.44 |
| HSL | 167.14º | 0.11% | 0.51% | - |
| HSV(B) | 167.14º | 0.2% | 0.56% | - |
| XYZ | 21.41 | 25.1 | 27.38 | - |
| YUV | 133.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 137 | 0.20 | 0 | 0.04 | 0.44 | 167.14 | 0.11 | 0.51 |
| Hex | 73 | 8F | 89 | 14 | 0 | 4 | 2C | A7 | B | 33 |
| Octal | 163 | 217 | 211 | 24 | 0 | 4 | 54 | 247 | 13 | 63 |
| Binary | 1110011 | 10001111 | 10001001 | 10100 | 0 | 100 | 101100 | 10100111 | 1011 | 110011 |
Color Harmonies of #738F89
Complementary color
Monochromatic Colors of #738F89
Black with #738F89
Text Example
Text Example
White with #738F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F89; }
p { color: rgb(115,143,137); }
H1.HeaderClassName
{
color: #738F89;
}
.AnyTagClassName
{
color: #738F89;
}
</style>
background-color css
<style>
a { background-color: #738F89; }
a { background-color: rgb(115,143,137); }
div.DivClassName
{
background-color: #738F89;
}
.BgClassName
{
background-color: #738F89;
}
</style>
border-color css
<style>
span { border-color: #738F89; }
span { border-color: rgb(115,143,137); }
td.TdClassName
{
border-color: #738F89;
}
.TagClassName
{
border-color: #738F89;
}
</style>