Shades of Gumbo #72968F
Tints of Gumbo #72968F
RGB
CMYK
RGB Variations
Color information
#72968F (or 0x72968F) is known color: Gumbo. HEX triplet: 72, 96 and 8F. RGB value is (114,150,143). Sum of RGB (Red+Green+Blue) = 114+150+143=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 150 - color contains mainly: green. Hex color #72968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72968F is #8D6970. Grayscale: #8A8A8A. Windows color (decimal): -9267569 or 9410162. OLE color: 9410162.
HSL color Cylindrical-coordinate representation of color #72968F: hue angle of 168.33º 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 #72968F is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 143 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.41 |
| HSL | 168.33º | 0.15% | 0.52% | - |
| HSV(B) | 168.33º | 0.24% | 0.59% | - |
| XYZ | 22.8 | 27.37 | 30.07 | - |
| YUV | 138.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 143 | 0.24 | 0 | 0.05 | 0.41 | 168.33 | 0.15 | 0.52 |
| Hex | 72 | 96 | 8F | 18 | 0 | 5 | 29 | A8 | F | 34 |
| Octal | 162 | 226 | 217 | 30 | 0 | 5 | 51 | 250 | 17 | 64 |
| Binary | 1110010 | 10010110 | 10001111 | 11000 | 0 | 101 | 101001 | 10101000 | 1111 | 110100 |
Color Harmonies of #72968F
Complementary color
Monochromatic Colors of #72968F
Black with #72968F
Text Example
Text Example
White with #72968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72968F; }
p { color: rgb(114,150,143); }
H1.HeaderClassName
{
color: #72968F;
}
.AnyTagClassName
{
color: #72968F;
}
</style>
background-color css
<style>
a { background-color: #72968F; }
a { background-color: rgb(114,150,143); }
div.DivClassName
{
background-color: #72968F;
}
.BgClassName
{
background-color: #72968F;
}
</style>
border-color css
<style>
span { border-color: #72968F; }
span { border-color: rgb(114,150,143); }
td.TdClassName
{
border-color: #72968F;
}
.TagClassName
{
border-color: #72968F;
}
</style>