Shades of Gumbo #738D8A
Tints of Gumbo #738D8A
RGB
CMYK
RGB Variations
Color information
#738D8A (or 0x738D8A) is known color: Gumbo. HEX triplet: 73, 8D and 8A. RGB value is (115,141,138). Sum of RGB (Red+Green+Blue) = 115+141+138=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 141 - color contains mainly: green. Hex color #738D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738D8A is #8C7275. Grayscale: #848484. Windows color (decimal): -9204342 or 9080179. OLE color: 9080179.
HSL color Cylindrical-coordinate representation of color #738D8A: hue angle of 173.08º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #738D8A is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 141 | 138 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.45 |
| HSL | 173.08º | 0.1% | 0.5% | - |
| HSV(B) | 173.08º | 0.18% | 0.55% | - |
| XYZ | 21.18 | 24.53 | 27.66 | - |
| YUV | 132.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 138 | 0.18 | 0 | 0.02 | 0.45 | 173.08 | 0.1 | 0.5 |
| Hex | 73 | 8D | 8A | 12 | 0 | 2 | 2D | AD | A | 32 |
| Octal | 163 | 215 | 212 | 22 | 0 | 2 | 55 | 255 | 12 | 62 |
| Binary | 1110011 | 10001101 | 10001010 | 10010 | 0 | 10 | 101101 | 10101101 | 1010 | 110010 |
Color Harmonies of #738D8A
Complementary color
Monochromatic Colors of #738D8A
Black with #738D8A
Text Example
Text Example
White with #738D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738D8A; }
p { color: rgb(115,141,138); }
H1.HeaderClassName
{
color: #738D8A;
}
.AnyTagClassName
{
color: #738D8A;
}
</style>
background-color css
<style>
a { background-color: #738D8A; }
a { background-color: rgb(115,141,138); }
div.DivClassName
{
background-color: #738D8A;
}
.BgClassName
{
background-color: #738D8A;
}
</style>
border-color css
<style>
span { border-color: #738D8A; }
span { border-color: rgb(115,141,138); }
td.TdClassName
{
border-color: #738D8A;
}
.TagClassName
{
border-color: #738D8A;
}
</style>