Shades of Gumbo #71948E
Tints of Gumbo #71948E
RGB
CMYK
RGB Variations
Color information
#71948E (or 0x71948E) is known color: Gumbo. HEX triplet: 71, 94 and 8E. RGB value is (113,148,142). Sum of RGB (Red+Green+Blue) = 113+148+142=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #71948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71948E is #8E6B71. Grayscale: #888888. Windows color (decimal): -9333618 or 9344113. OLE color: 9344113.
HSL color Cylindrical-coordinate representation of color #71948E: hue angle of 169.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #71948E is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 148 | 142 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.42 |
| HSL | 169.71º | 0.14% | 0.51% | - |
| HSV(B) | 169.71º | 0.24% | 0.58% | - |
| XYZ | 22.28 | 26.64 | 29.56 | - |
| YUV | 136.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 148 | 142 | 0.24 | 0 | 0.04 | 0.42 | 169.71 | 0.14 | 0.51 |
| Hex | 71 | 94 | 8E | 18 | 0 | 4 | 2A | AA | E | 33 |
| Octal | 161 | 224 | 216 | 30 | 0 | 4 | 52 | 252 | 16 | 63 |
| Binary | 1110001 | 10010100 | 10001110 | 11000 | 0 | 100 | 101010 | 10101010 | 1110 | 110011 |
Color Harmonies of #71948E
Complementary color
Monochromatic Colors of #71948E
Black with #71948E
Text Example
Text Example
White with #71948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71948E; }
p { color: rgb(113,148,142); }
H1.HeaderClassName
{
color: #71948E;
}
.AnyTagClassName
{
color: #71948E;
}
</style>
background-color css
<style>
a { background-color: #71948E; }
a { background-color: rgb(113,148,142); }
div.DivClassName
{
background-color: #71948E;
}
.BgClassName
{
background-color: #71948E;
}
</style>
border-color css
<style>
span { border-color: #71948E; }
span { border-color: rgb(113,148,142); }
td.TdClassName
{
border-color: #71948E;
}
.TagClassName
{
border-color: #71948E;
}
</style>