Shades of Gumbo #71928B
Tints of Gumbo #71928B
RGB
CMYK
RGB Variations
Color information
#71928B (or 0x71928B) is known color: Gumbo. HEX triplet: 71, 92 and 8B. RGB value is (113,146,139). Sum of RGB (Red+Green+Blue) = 113+146+139=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 146 - color contains mainly: green. Hex color #71928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71928B is #8E6D74. Grayscale: #878787. Windows color (decimal): -9334133 or 9146993. OLE color: 9146993.
HSL color Cylindrical-coordinate representation of color #71928B: hue angle of 167.27º 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 #71928B is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 146 | 139 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.43 |
| HSL | 167.27º | 0.13% | 0.51% | - |
| HSV(B) | 167.27º | 0.23% | 0.57% | - |
| XYZ | 21.75 | 25.93 | 28.29 | - |
| YUV | 135.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 146 | 139 | 0.23 | 0 | 0.05 | 0.43 | 167.27 | 0.13 | 0.51 |
| Hex | 71 | 92 | 8B | 17 | 0 | 5 | 2B | A7 | D | 33 |
| Octal | 161 | 222 | 213 | 27 | 0 | 5 | 53 | 247 | 15 | 63 |
| Binary | 1110001 | 10010010 | 10001011 | 10111 | 0 | 101 | 101011 | 10100111 | 1101 | 110011 |
Color Harmonies of #71928B
Complementary color
Monochromatic Colors of #71928B
Black with #71928B
Text Example
Text Example
White with #71928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71928B; }
p { color: rgb(113,146,139); }
H1.HeaderClassName
{
color: #71928B;
}
.AnyTagClassName
{
color: #71928B;
}
</style>
background-color css
<style>
a { background-color: #71928B; }
a { background-color: rgb(113,146,139); }
div.DivClassName
{
background-color: #71928B;
}
.BgClassName
{
background-color: #71928B;
}
</style>
border-color css
<style>
span { border-color: #71928B; }
span { border-color: rgb(113,146,139); }
td.TdClassName
{
border-color: #71928B;
}
.TagClassName
{
border-color: #71928B;
}
</style>