Shades of Gumbo #728581
Tints of Gumbo #728581
RGB
CMYK
RGB Variations
Color information
#728581 (or 0x728581) is known color: Gumbo. HEX triplet: 72, 85 and 81. RGB value is (114,133,129). Sum of RGB (Red+Green+Blue) = 114+133+129=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 133 - color contains mainly: green. Hex color #728581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728581 is #8D7A7E. Grayscale: #7E7E7E. Windows color (decimal): -9271935 or 8488306. OLE color: 8488306.
HSL color Cylindrical-coordinate representation of color #728581: hue angle of 167.37º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #728581 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 133 | 129 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.48 |
| HSL | 167.37º | 0.08% | 0.48% | - |
| HSV(B) | 167.37º | 0.14% | 0.52% | - |
| XYZ | 19.29 | 21.94 | 23.99 | - |
| YUV | 126.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 129 | 0.14 | 0 | 0.03 | 0.48 | 167.37 | 0.08 | 0.48 |
| Hex | 72 | 85 | 81 | E | 0 | 3 | 30 | A7 | 8 | 30 |
| Octal | 162 | 205 | 201 | 16 | 0 | 3 | 60 | 247 | 10 | 60 |
| Binary | 1110010 | 10000101 | 10000001 | 1110 | 0 | 11 | 110000 | 10100111 | 1000 | 110000 |
Color Harmonies of #728581
Complementary color
Monochromatic Colors of #728581
Black with #728581
Text Example
Text Example
White with #728581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728581; }
p { color: rgb(114,133,129); }
H1.HeaderClassName
{
color: #728581;
}
.AnyTagClassName
{
color: #728581;
}
</style>
background-color css
<style>
a { background-color: #728581; }
a { background-color: rgb(114,133,129); }
div.DivClassName
{
background-color: #728581;
}
.BgClassName
{
background-color: #728581;
}
</style>
border-color css
<style>
span { border-color: #728581; }
span { border-color: rgb(114,133,129); }
td.TdClassName
{
border-color: #728581;
}
.TagClassName
{
border-color: #728581;
}
</style>