Shades of Gumbo #72968E
Tints of Gumbo #72968E
RGB
CMYK
RGB Variations
Color information
#72968E (or 0x72968E) is known color: Gumbo. HEX triplet: 72, 96 and 8E. RGB value is (114,150,142). Sum of RGB (Red+Green+Blue) = 114+150+142=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 150 - color contains mainly: green. Hex color #72968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72968E is #8D6971. Grayscale: #8A8A8A. Windows color (decimal): -9267570 or 9344626. OLE color: 9344626.
HSL color Cylindrical-coordinate representation of color #72968E: hue angle of 166.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #72968E is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 142 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.41 |
| HSL | 166.67º | 0.15% | 0.52% | - |
| HSV(B) | 166.67º | 0.24% | 0.59% | - |
| XYZ | 22.73 | 27.34 | 29.67 | - |
| YUV | 138.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 142 | 0.24 | 0 | 0.05 | 0.41 | 166.67 | 0.15 | 0.52 |
| Hex | 72 | 96 | 8E | 18 | 0 | 5 | 29 | A7 | F | 34 |
| Octal | 162 | 226 | 216 | 30 | 0 | 5 | 51 | 247 | 17 | 64 |
| Binary | 1110010 | 10010110 | 10001110 | 11000 | 0 | 101 | 101001 | 10100111 | 1111 | 110100 |
Color Harmonies of #72968E
Complementary color
Monochromatic Colors of #72968E
Black with #72968E
Text Example
Text Example
White with #72968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72968E; }
p { color: rgb(114,150,142); }
H1.HeaderClassName
{
color: #72968E;
}
.AnyTagClassName
{
color: #72968E;
}
</style>
background-color css
<style>
a { background-color: #72968E; }
a { background-color: rgb(114,150,142); }
div.DivClassName
{
background-color: #72968E;
}
.BgClassName
{
background-color: #72968E;
}
</style>
border-color css
<style>
span { border-color: #72968E; }
span { border-color: rgb(114,150,142); }
td.TdClassName
{
border-color: #72968E;
}
.TagClassName
{
border-color: #72968E;
}
</style>