Shades of Gumbo #71928C
Tints of Gumbo #71928C
RGB
CMYK
RGB Variations
Color information
#71928C (or 0x71928C) is known color: Gumbo. HEX triplet: 71, 92 and 8C. RGB value is (113,146,140). Sum of RGB (Red+Green+Blue) = 113+146+140=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #71928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71928C is #8E6D73. Grayscale: #878787. Windows color (decimal): -9334132 or 9212529. OLE color: 9212529.
HSL color Cylindrical-coordinate representation of color #71928C: hue angle of 169.09º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71928C is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 146 | 140 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.43 |
| HSL | 169.09º | 0.13% | 0.51% | - |
| HSV(B) | 169.09º | 0.23% | 0.57% | - |
| XYZ | 21.82 | 25.96 | 28.67 | - |
| YUV | 135.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 146 | 140 | 0.23 | 0 | 0.04 | 0.43 | 169.09 | 0.13 | 0.51 |
| Hex | 71 | 92 | 8C | 17 | 0 | 4 | 2B | A9 | D | 33 |
| Octal | 161 | 222 | 214 | 27 | 0 | 4 | 53 | 251 | 15 | 63 |
| Binary | 1110001 | 10010010 | 10001100 | 10111 | 0 | 100 | 101011 | 10101001 | 1101 | 110011 |
Color Harmonies of #71928C
Complementary color
Monochromatic Colors of #71928C
Black with #71928C
Text Example
Text Example
White with #71928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71928C; }
p { color: rgb(113,146,140); }
H1.HeaderClassName
{
color: #71928C;
}
.AnyTagClassName
{
color: #71928C;
}
</style>
background-color css
<style>
a { background-color: #71928C; }
a { background-color: rgb(113,146,140); }
div.DivClassName
{
background-color: #71928C;
}
.BgClassName
{
background-color: #71928C;
}
</style>
border-color css
<style>
span { border-color: #71928C; }
span { border-color: rgb(113,146,140); }
td.TdClassName
{
border-color: #71928C;
}
.TagClassName
{
border-color: #71928C;
}
</style>