Shades of Gumbo #72938B
Tints of Gumbo #72938B
RGB
CMYK
RGB Variations
Color information
#72938B (or 0x72938B) is known color: Gumbo. HEX triplet: 72, 93 and 8B. RGB value is (114,147,139). Sum of RGB (Red+Green+Blue) = 114+147+139=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #72938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72938B is #8D6C74. Grayscale: #888888. Windows color (decimal): -9268341 or 9147250. OLE color: 9147250.
HSL color Cylindrical-coordinate representation of color #72938B: hue angle of 165.45º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72938B is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 147 | 139 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.42 |
| HSL | 165.45º | 0.13% | 0.51% | - |
| HSV(B) | 165.45º | 0.22% | 0.58% | - |
| XYZ | 22.03 | 26.31 | 28.34 | - |
| YUV | 136.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 139 | 0.22 | 0 | 0.05 | 0.42 | 165.45 | 0.13 | 0.51 |
| Hex | 72 | 93 | 8B | 16 | 0 | 5 | 2A | A5 | D | 33 |
| Octal | 162 | 223 | 213 | 26 | 0 | 5 | 52 | 245 | 15 | 63 |
| Binary | 1110010 | 10010011 | 10001011 | 10110 | 0 | 101 | 101010 | 10100101 | 1101 | 110011 |
Color Harmonies of #72938B
Complementary color
Monochromatic Colors of #72938B
Black with #72938B
Text Example
Text Example
White with #72938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72938B; }
p { color: rgb(114,147,139); }
H1.HeaderClassName
{
color: #72938B;
}
.AnyTagClassName
{
color: #72938B;
}
</style>
background-color css
<style>
a { background-color: #72938B; }
a { background-color: rgb(114,147,139); }
div.DivClassName
{
background-color: #72938B;
}
.BgClassName
{
background-color: #72938B;
}
</style>
border-color css
<style>
span { border-color: #72938B; }
span { border-color: rgb(114,147,139); }
td.TdClassName
{
border-color: #72938B;
}
.TagClassName
{
border-color: #72938B;
}
</style>