Shades of Gumbo #738983
Tints of Gumbo #738983
RGB
CMYK
RGB Variations
Color information
#738983 (or 0x738983) is known color: Gumbo. HEX triplet: 73, 89 and 83. RGB value is (115,137,131). Sum of RGB (Red+Green+Blue) = 115+137+131=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 137 - color contains mainly: green. Hex color #738983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738983 is #8C767C. Grayscale: #818181. Windows color (decimal): -9205373 or 8620403. OLE color: 8620403.
HSL color Cylindrical-coordinate representation of color #738983: hue angle of 163.64º 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 #738983 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 137 | 131 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.46 |
| HSL | 163.64º | 0.09% | 0.49% | - |
| HSV(B) | 163.64º | 0.16% | 0.54% | - |
| XYZ | 20.11 | 23.17 | 24.89 | - |
| YUV | 129.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 137 | 131 | 0.16 | 0 | 0.04 | 0.46 | 163.64 | 0.09 | 0.49 |
| Hex | 73 | 89 | 83 | 10 | 0 | 4 | 2E | A4 | 9 | 31 |
| Octal | 163 | 211 | 203 | 20 | 0 | 4 | 56 | 244 | 11 | 61 |
| Binary | 1110011 | 10001001 | 10000011 | 10000 | 0 | 100 | 101110 | 10100100 | 1001 | 110001 |
Color Harmonies of #738983
Complementary color
Monochromatic Colors of #738983
Black with #738983
Text Example
Text Example
White with #738983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738983; }
p { color: rgb(115,137,131); }
H1.HeaderClassName
{
color: #738983;
}
.AnyTagClassName
{
color: #738983;
}
</style>
background-color css
<style>
a { background-color: #738983; }
a { background-color: rgb(115,137,131); }
div.DivClassName
{
background-color: #738983;
}
.BgClassName
{
background-color: #738983;
}
</style>
border-color css
<style>
span { border-color: #738983; }
span { border-color: rgb(115,137,131); }
td.TdClassName
{
border-color: #738983;
}
.TagClassName
{
border-color: #738983;
}
</style>