Shades of Gumbo #71908B
Tints of Gumbo #71908B
RGB
CMYK
RGB Variations
Color information
#71908B (or 0x71908B) is known color: Gumbo. HEX triplet: 71, 90 and 8B. RGB value is (113,144,139). Sum of RGB (Red+Green+Blue) = 113+144+139=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 144 - color contains mainly: green. Hex color #71908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71908B is #8E6F74. Grayscale: #868686. Windows color (decimal): -9334645 or 9146481. OLE color: 9146481.
HSL color Cylindrical-coordinate representation of color #71908B: hue angle of 170.32º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #71908B is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 144 | 139 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.44 |
| HSL | 170.32º | 0.12% | 0.5% | - |
| HSV(B) | 170.32º | 0.22% | 0.56% | - |
| XYZ | 21.44 | 25.32 | 28.18 | - |
| YUV | 134.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 139 | 0.22 | 0 | 0.03 | 0.44 | 170.32 | 0.12 | 0.5 |
| Hex | 71 | 90 | 8B | 16 | 0 | 3 | 2C | AA | C | 32 |
| Octal | 161 | 220 | 213 | 26 | 0 | 3 | 54 | 252 | 14 | 62 |
| Binary | 1110001 | 10010000 | 10001011 | 10110 | 0 | 11 | 101100 | 10101010 | 1100 | 110010 |
Color Harmonies of #71908B
Complementary color
Monochromatic Colors of #71908B
Black with #71908B
Text Example
Text Example
White with #71908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71908B; }
p { color: rgb(113,144,139); }
H1.HeaderClassName
{
color: #71908B;
}
.AnyTagClassName
{
color: #71908B;
}
</style>
background-color css
<style>
a { background-color: #71908B; }
a { background-color: rgb(113,144,139); }
div.DivClassName
{
background-color: #71908B;
}
.BgClassName
{
background-color: #71908B;
}
</style>
border-color css
<style>
span { border-color: #71908B; }
span { border-color: rgb(113,144,139); }
td.TdClassName
{
border-color: #71908B;
}
.TagClassName
{
border-color: #71908B;
}
</style>