Shades of Gumbo #728F88
Tints of Gumbo #728F88
RGB
CMYK
RGB Variations
Color information
#728F88 (or 0x728F88) is known color: Gumbo. HEX triplet: 72, 8F and 88. RGB value is (114,143,136). Sum of RGB (Red+Green+Blue) = 114+143+136=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 143 - color contains mainly: green. Hex color #728F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728F88 is #8D7077. Grayscale: #858585. Windows color (decimal): -9269368 or 8949618. OLE color: 8949618.
HSL color Cylindrical-coordinate representation of color #728F88: hue angle of 165.52º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #728F88 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 143 | 136 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.44 |
| HSL | 165.52º | 0.11% | 0.5% | - |
| HSV(B) | 165.52º | 0.2% | 0.56% | - |
| XYZ | 21.21 | 25 | 27 | - |
| YUV | 133.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 136 | 0.20 | 0 | 0.05 | 0.44 | 165.52 | 0.11 | 0.5 |
| Hex | 72 | 8F | 88 | 14 | 0 | 5 | 2C | A6 | B | 32 |
| Octal | 162 | 217 | 210 | 24 | 0 | 5 | 54 | 246 | 13 | 62 |
| Binary | 1110010 | 10001111 | 10001000 | 10100 | 0 | 101 | 101100 | 10100110 | 1011 | 110010 |
Color Harmonies of #728F88
Complementary color
Monochromatic Colors of #728F88
Black with #728F88
Text Example
Text Example
White with #728F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728F88; }
p { color: rgb(114,143,136); }
H1.HeaderClassName
{
color: #728F88;
}
.AnyTagClassName
{
color: #728F88;
}
</style>
background-color css
<style>
a { background-color: #728F88; }
a { background-color: rgb(114,143,136); }
div.DivClassName
{
background-color: #728F88;
}
.BgClassName
{
background-color: #728F88;
}
</style>
border-color css
<style>
span { border-color: #728F88; }
span { border-color: rgb(114,143,136); }
td.TdClassName
{
border-color: #728F88;
}
.TagClassName
{
border-color: #728F88;
}
</style>