Shades of Gumbo #71938B
Tints of Gumbo #71938B
RGB
CMYK
RGB Variations
Color information
#71938B (or 0x71938B) is known color: Gumbo. HEX triplet: 71, 93 and 8B. RGB value is (113,147,139). Sum of RGB (Red+Green+Blue) = 113+147+139=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #71938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71938B is #8E6C74. Grayscale: #878787. Windows color (decimal): -9333877 or 9147249. OLE color: 9147249.
HSL color Cylindrical-coordinate representation of color #71938B: hue angle of 165.88º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71938B is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 147 | 139 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.42 |
| HSL | 165.88º | 0.14% | 0.51% | - |
| HSV(B) | 165.88º | 0.23% | 0.58% | - |
| XYZ | 21.9 | 26.24 | 28.34 | - |
| YUV | 135.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 147 | 139 | 0.23 | 0 | 0.05 | 0.42 | 165.88 | 0.14 | 0.51 |
| Hex | 71 | 93 | 8B | 17 | 0 | 5 | 2A | A6 | E | 33 |
| Octal | 161 | 223 | 213 | 27 | 0 | 5 | 52 | 246 | 16 | 63 |
| Binary | 1110001 | 10010011 | 10001011 | 10111 | 0 | 101 | 101010 | 10100110 | 1110 | 110011 |
Color Harmonies of #71938B
Complementary color
Monochromatic Colors of #71938B
Black with #71938B
Text Example
Text Example
White with #71938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71938B; }
p { color: rgb(113,147,139); }
H1.HeaderClassName
{
color: #71938B;
}
.AnyTagClassName
{
color: #71938B;
}
</style>
background-color css
<style>
a { background-color: #71938B; }
a { background-color: rgb(113,147,139); }
div.DivClassName
{
background-color: #71938B;
}
.BgClassName
{
background-color: #71938B;
}
</style>
border-color css
<style>
span { border-color: #71938B; }
span { border-color: rgb(113,147,139); }
td.TdClassName
{
border-color: #71938B;
}
.TagClassName
{
border-color: #71938B;
}
</style>