Shades of Gumbo #728881
Tints of Gumbo #728881
RGB
CMYK
RGB Variations
Color information
#728881 (or 0x728881) is known color: Gumbo. HEX triplet: 72, 88 and 81. RGB value is (114,136,129). Sum of RGB (Red+Green+Blue) = 114+136+129=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #728881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728881 is #8D777E. Grayscale: #808080. Windows color (decimal): -9271167 or 8489074. OLE color: 8489074.
HSL color Cylindrical-coordinate representation of color #728881: hue angle of 160.91º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #728881 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 129 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.47 |
| HSL | 160.91º | 0.09% | 0.49% | - |
| HSV(B) | 160.91º | 0.16% | 0.53% | - |
| XYZ | 19.71 | 22.77 | 24.13 | - |
| YUV | 128.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 129 | 0.16 | 0 | 0.05 | 0.47 | 160.91 | 0.09 | 0.49 |
| Hex | 72 | 88 | 81 | 10 | 0 | 5 | 2F | A1 | 9 | 31 |
| Octal | 162 | 210 | 201 | 20 | 0 | 5 | 57 | 241 | 11 | 61 |
| Binary | 1110010 | 10001000 | 10000001 | 10000 | 0 | 101 | 101111 | 10100001 | 1001 | 110001 |
Color Harmonies of #728881
Complementary color
Monochromatic Colors of #728881
Black with #728881
Text Example
Text Example
White with #728881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728881; }
p { color: rgb(114,136,129); }
H1.HeaderClassName
{
color: #728881;
}
.AnyTagClassName
{
color: #728881;
}
</style>
background-color css
<style>
a { background-color: #728881; }
a { background-color: rgb(114,136,129); }
div.DivClassName
{
background-color: #728881;
}
.BgClassName
{
background-color: #728881;
}
</style>
border-color css
<style>
span { border-color: #728881; }
span { border-color: rgb(114,136,129); }
td.TdClassName
{
border-color: #728881;
}
.TagClassName
{
border-color: #728881;
}
</style>