Shades of Gumbo #72938C
Tints of Gumbo #72938C
RGB
CMYK
RGB Variations
Color information
#72938C (or 0x72938C) is known color: Gumbo. HEX triplet: 72, 93 and 8C. RGB value is (114,147,140). Sum of RGB (Red+Green+Blue) = 114+147+140=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #72938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72938C is #8D6C73. Grayscale: #888888. Windows color (decimal): -9268340 or 9212786. OLE color: 9212786.
HSL color Cylindrical-coordinate representation of color #72938C: hue angle of 167.27º 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 #72938C is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 147 | 140 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.42 |
| HSL | 167.27º | 0.13% | 0.51% | - |
| HSV(B) | 167.27º | 0.22% | 0.58% | - |
| XYZ | 22.11 | 26.34 | 28.73 | - |
| YUV | 136.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 140 | 0.22 | 0 | 0.05 | 0.42 | 167.27 | 0.13 | 0.51 |
| Hex | 72 | 93 | 8C | 16 | 0 | 5 | 2A | A7 | D | 33 |
| Octal | 162 | 223 | 214 | 26 | 0 | 5 | 52 | 247 | 15 | 63 |
| Binary | 1110010 | 10010011 | 10001100 | 10110 | 0 | 101 | 101010 | 10100111 | 1101 | 110011 |
Color Harmonies of #72938C
Complementary color
Monochromatic Colors of #72938C
Black with #72938C
Text Example
Text Example
White with #72938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72938C; }
p { color: rgb(114,147,140); }
H1.HeaderClassName
{
color: #72938C;
}
.AnyTagClassName
{
color: #72938C;
}
</style>
background-color css
<style>
a { background-color: #72938C; }
a { background-color: rgb(114,147,140); }
div.DivClassName
{
background-color: #72938C;
}
.BgClassName
{
background-color: #72938C;
}
</style>
border-color css
<style>
span { border-color: #72938C; }
span { border-color: rgb(114,147,140); }
td.TdClassName
{
border-color: #72938C;
}
.TagClassName
{
border-color: #72938C;
}
</style>