Shades of Gumbo #738883
Tints of Gumbo #738883
RGB
CMYK
RGB Variations
Color information
#738883 (or 0x738883) is known color: Gumbo. HEX triplet: 73, 88 and 83. RGB value is (115,136,131). Sum of RGB (Red+Green+Blue) = 115+136+131=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 136 - color contains mainly: green. Hex color #738883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738883 is #8C777C. Grayscale: #818181. Windows color (decimal): -9205629 or 8620147. OLE color: 8620147.
HSL color Cylindrical-coordinate representation of color #738883: hue angle of 165.71º 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 #738883 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 136 | 131 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.47 |
| HSL | 165.71º | 0.08% | 0.49% | - |
| HSV(B) | 165.71º | 0.15% | 0.53% | - |
| XYZ | 19.97 | 22.89 | 24.84 | - |
| YUV | 129.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 136 | 131 | 0.15 | 0 | 0.04 | 0.47 | 165.71 | 0.08 | 0.49 |
| Hex | 73 | 88 | 83 | F | 0 | 4 | 2F | A6 | 8 | 31 |
| Octal | 163 | 210 | 203 | 17 | 0 | 4 | 57 | 246 | 10 | 61 |
| Binary | 1110011 | 10001000 | 10000011 | 1111 | 0 | 100 | 101111 | 10100110 | 1000 | 110001 |
Color Harmonies of #738883
Complementary color
Monochromatic Colors of #738883
Black with #738883
Text Example
Text Example
White with #738883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738883; }
p { color: rgb(115,136,131); }
H1.HeaderClassName
{
color: #738883;
}
.AnyTagClassName
{
color: #738883;
}
</style>
background-color css
<style>
a { background-color: #738883; }
a { background-color: rgb(115,136,131); }
div.DivClassName
{
background-color: #738883;
}
.BgClassName
{
background-color: #738883;
}
</style>
border-color css
<style>
span { border-color: #738883; }
span { border-color: rgb(115,136,131); }
td.TdClassName
{
border-color: #738883;
}
.TagClassName
{
border-color: #738883;
}
</style>