Shades of Gumbo #738882
Tints of Gumbo #738882
RGB
CMYK
RGB Variations
Color information
#738882 (or 0x738882) is known color: Gumbo. HEX triplet: 73, 88 and 82. RGB value is (115,136,130). Sum of RGB (Red+Green+Blue) = 115+136+130=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 136 - color contains mainly: green. Hex color #738882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738882 is #8C777D. Grayscale: #818181. Windows color (decimal): -9205630 or 8554611. OLE color: 8554611.
HSL color Cylindrical-coordinate representation of color #738882: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #738882 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 136 | 130 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.47 |
| HSL | 162.86º | 0.08% | 0.49% | - |
| HSV(B) | 162.86º | 0.15% | 0.53% | - |
| XYZ | 19.9 | 22.86 | 24.48 | - |
| YUV | 129.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 136 | 130 | 0.15 | 0 | 0.04 | 0.47 | 162.86 | 0.08 | 0.49 |
| Hex | 73 | 88 | 82 | F | 0 | 4 | 2F | A3 | 8 | 31 |
| Octal | 163 | 210 | 202 | 17 | 0 | 4 | 57 | 243 | 10 | 61 |
| Binary | 1110011 | 10001000 | 10000010 | 1111 | 0 | 100 | 101111 | 10100011 | 1000 | 110001 |
Color Harmonies of #738882
Complementary color
Monochromatic Colors of #738882
Black with #738882
Text Example
Text Example
White with #738882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738882; }
p { color: rgb(115,136,130); }
H1.HeaderClassName
{
color: #738882;
}
.AnyTagClassName
{
color: #738882;
}
</style>
background-color css
<style>
a { background-color: #738882; }
a { background-color: rgb(115,136,130); }
div.DivClassName
{
background-color: #738882;
}
.BgClassName
{
background-color: #738882;
}
</style>
border-color css
<style>
span { border-color: #738882; }
span { border-color: rgb(115,136,130); }
td.TdClassName
{
border-color: #738882;
}
.TagClassName
{
border-color: #738882;
}
</style>