Shades of Gumbo #71958C
Tints of Gumbo #71958C
RGB
CMYK
RGB Variations
Color information
#71958C (or 0x71958C) is known color: Gumbo. HEX triplet: 71, 95 and 8C. RGB value is (113,149,140). Sum of RGB (Red+Green+Blue) = 113+149+140=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #71958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71958C is #8E6A73. Grayscale: #898989. Windows color (decimal): -9333364 or 9213297. OLE color: 9213297.
HSL color Cylindrical-coordinate representation of color #71958C: hue angle of 165º degrees, saturation: 0.15, 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 #71958C is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 149 | 140 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.42 |
| HSL | 165º | 0.15% | 0.51% | - |
| HSV(B) | 165º | 0.24% | 0.58% | - |
| XYZ | 22.29 | 26.9 | 28.83 | - |
| YUV | 137.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 149 | 140 | 0.24 | 0 | 0.06 | 0.42 | 165 | 0.15 | 0.51 |
| Hex | 71 | 95 | 8C | 18 | 0 | 6 | 2A | A5 | F | 33 |
| Octal | 161 | 225 | 214 | 30 | 0 | 6 | 52 | 245 | 17 | 63 |
| Binary | 1110001 | 10010101 | 10001100 | 11000 | 0 | 110 | 101010 | 10100101 | 1111 | 110011 |
Color Harmonies of #71958C
Complementary color
Monochromatic Colors of #71958C
Black with #71958C
Text Example
Text Example
White with #71958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71958C; }
p { color: rgb(113,149,140); }
H1.HeaderClassName
{
color: #71958C;
}
.AnyTagClassName
{
color: #71958C;
}
</style>
background-color css
<style>
a { background-color: #71958C; }
a { background-color: rgb(113,149,140); }
div.DivClassName
{
background-color: #71958C;
}
.BgClassName
{
background-color: #71958C;
}
</style>
border-color css
<style>
span { border-color: #71958C; }
span { border-color: rgb(113,149,140); }
td.TdClassName
{
border-color: #71958C;
}
.TagClassName
{
border-color: #71958C;
}
</style>