Shades of Gumbo #71908A
Tints of Gumbo #71908A
RGB
CMYK
RGB Variations
Color information
#71908A (or 0x71908A) is known color: Gumbo. HEX triplet: 71, 90 and 8A. RGB value is (113,144,138). Sum of RGB (Red+Green+Blue) = 113+144+138=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #71908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71908A is #8E6F75. Grayscale: #868686. Windows color (decimal): -9334646 or 9080945. OLE color: 9080945.
HSL color Cylindrical-coordinate representation of color #71908A: hue angle of 168.39º 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 #71908A is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 144 | 138 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.44 |
| HSL | 168.39º | 0.12% | 0.5% | - |
| HSV(B) | 168.39º | 0.22% | 0.56% | - |
| XYZ | 21.37 | 25.29 | 27.8 | - |
| YUV | 134.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 138 | 0.22 | 0 | 0.04 | 0.44 | 168.39 | 0.12 | 0.5 |
| Hex | 71 | 90 | 8A | 16 | 0 | 4 | 2C | A8 | C | 32 |
| Octal | 161 | 220 | 212 | 26 | 0 | 4 | 54 | 250 | 14 | 62 |
| Binary | 1110001 | 10010000 | 10001010 | 10110 | 0 | 100 | 101100 | 10101000 | 1100 | 110010 |
Color Harmonies of #71908A
Complementary color
Monochromatic Colors of #71908A
Black with #71908A
Text Example
Text Example
White with #71908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71908A; }
p { color: rgb(113,144,138); }
H1.HeaderClassName
{
color: #71908A;
}
.AnyTagClassName
{
color: #71908A;
}
</style>
background-color css
<style>
a { background-color: #71908A; }
a { background-color: rgb(113,144,138); }
div.DivClassName
{
background-color: #71908A;
}
.BgClassName
{
background-color: #71908A;
}
</style>
border-color css
<style>
span { border-color: #71908A; }
span { border-color: rgb(113,144,138); }
td.TdClassName
{
border-color: #71908A;
}
.TagClassName
{
border-color: #71908A;
}
</style>