Shades of Gumbo #738A86
Tints of Gumbo #738A86
RGB
CMYK
RGB Variations
Color information
#738A86 (or 0x738A86) is known color: Gumbo. HEX triplet: 73, 8A and 86. RGB value is (115,138,134). Sum of RGB (Red+Green+Blue) = 115+138+134=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 138 - color contains mainly: green. Hex color #738A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A86 is #8C7579. Grayscale: #828282. Windows color (decimal): -9205114 or 8817267. OLE color: 8817267.
HSL color Cylindrical-coordinate representation of color #738A86: hue angle of 169.57º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #738A86 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 138 | 134 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.46 |
| HSL | 169.57º | 0.09% | 0.5% | - |
| HSV(B) | 169.57º | 0.17% | 0.54% | - |
| XYZ | 20.46 | 23.54 | 26.02 | - |
| YUV | 130.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 134 | 0.17 | 0 | 0.03 | 0.46 | 169.57 | 0.09 | 0.5 |
| Hex | 73 | 8A | 86 | 11 | 0 | 3 | 2E | AA | 9 | 32 |
| Octal | 163 | 212 | 206 | 21 | 0 | 3 | 56 | 252 | 11 | 62 |
| Binary | 1110011 | 10001010 | 10000110 | 10001 | 0 | 11 | 101110 | 10101010 | 1001 | 110010 |
Color Harmonies of #738A86
Complementary color
Monochromatic Colors of #738A86
Black with #738A86
Text Example
Text Example
White with #738A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A86; }
p { color: rgb(115,138,134); }
H1.HeaderClassName
{
color: #738A86;
}
.AnyTagClassName
{
color: #738A86;
}
</style>
background-color css
<style>
a { background-color: #738A86; }
a { background-color: rgb(115,138,134); }
div.DivClassName
{
background-color: #738A86;
}
.BgClassName
{
background-color: #738A86;
}
</style>
border-color css
<style>
span { border-color: #738A86; }
span { border-color: rgb(115,138,134); }
td.TdClassName
{
border-color: #738A86;
}
.TagClassName
{
border-color: #738A86;
}
</style>