Shades of Gumbo #738984
Tints of Gumbo #738984
RGB
CMYK
RGB Variations
Color information
#738984 (or 0x738984) is known color: Gumbo. HEX triplet: 73, 89 and 84. RGB value is (115,137,132). Sum of RGB (Red+Green+Blue) = 115+137+132=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 137 - color contains mainly: green. Hex color #738984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738984 is #8C767B. Grayscale: #818181. Windows color (decimal): -9205372 or 8685939. OLE color: 8685939.
HSL color Cylindrical-coordinate representation of color #738984: hue angle of 166.36º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #738984 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 137 | 132 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.46 |
| HSL | 166.36º | 0.09% | 0.49% | - |
| HSV(B) | 166.36º | 0.16% | 0.54% | - |
| XYZ | 20.18 | 23.2 | 25.24 | - |
| YUV | 129.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 137 | 132 | 0.16 | 0 | 0.04 | 0.46 | 166.36 | 0.09 | 0.49 |
| Hex | 73 | 89 | 84 | 10 | 0 | 4 | 2E | A6 | 9 | 31 |
| Octal | 163 | 211 | 204 | 20 | 0 | 4 | 56 | 246 | 11 | 61 |
| Binary | 1110011 | 10001001 | 10000100 | 10000 | 0 | 100 | 101110 | 10100110 | 1001 | 110001 |
Color Harmonies of #738984
Complementary color
Monochromatic Colors of #738984
Black with #738984
Text Example
Text Example
White with #738984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738984; }
p { color: rgb(115,137,132); }
H1.HeaderClassName
{
color: #738984;
}
.AnyTagClassName
{
color: #738984;
}
</style>
background-color css
<style>
a { background-color: #738984; }
a { background-color: rgb(115,137,132); }
div.DivClassName
{
background-color: #738984;
}
.BgClassName
{
background-color: #738984;
}
</style>
border-color css
<style>
span { border-color: #738984; }
span { border-color: rgb(115,137,132); }
td.TdClassName
{
border-color: #738984;
}
.TagClassName
{
border-color: #738984;
}
</style>