Shades of Gumbo #72958C
Tints of Gumbo #72958C
RGB
CMYK
RGB Variations
Color information
#72958C (or 0x72958C) is known color: Gumbo. HEX triplet: 72, 95 and 8C. RGB value is (114,149,140). Sum of RGB (Red+Green+Blue) = 114+149+140=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #72958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72958C is #8D6A73. Grayscale: #898989. Windows color (decimal): -9267828 or 9213298. OLE color: 9213298.
HSL color Cylindrical-coordinate representation of color #72958C: hue angle of 164.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72958C is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 149 | 140 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.42 |
| HSL | 164.57º | 0.14% | 0.52% | - |
| HSV(B) | 164.57º | 0.23% | 0.58% | - |
| XYZ | 22.42 | 26.97 | 28.83 | - |
| YUV | 137.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 140 | 0.23 | 0 | 0.06 | 0.42 | 164.57 | 0.14 | 0.52 |
| Hex | 72 | 95 | 8C | 17 | 0 | 6 | 2A | A5 | E | 34 |
| Octal | 162 | 225 | 214 | 27 | 0 | 6 | 52 | 245 | 16 | 64 |
| Binary | 1110010 | 10010101 | 10001100 | 10111 | 0 | 110 | 101010 | 10100101 | 1110 | 110100 |
Color Harmonies of #72958C
Complementary color
Monochromatic Colors of #72958C
Black with #72958C
Text Example
Text Example
White with #72958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72958C; }
p { color: rgb(114,149,140); }
H1.HeaderClassName
{
color: #72958C;
}
.AnyTagClassName
{
color: #72958C;
}
</style>
background-color css
<style>
a { background-color: #72958C; }
a { background-color: rgb(114,149,140); }
div.DivClassName
{
background-color: #72958C;
}
.BgClassName
{
background-color: #72958C;
}
</style>
border-color css
<style>
span { border-color: #72958C; }
span { border-color: rgb(114,149,140); }
td.TdClassName
{
border-color: #72958C;
}
.TagClassName
{
border-color: #72958C;
}
</style>