Shades of Gumbo #728482
Tints of Gumbo #728482
RGB
CMYK
RGB Variations
Color information
#728482 (or 0x728482) is known color: Gumbo. HEX triplet: 72, 84 and 82. RGB value is (114,132,130). Sum of RGB (Red+Green+Blue) = 114+132+130=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 132 - color contains mainly: green. Hex color #728482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728482 is #8D7B7D. Grayscale: #7E7E7E. Windows color (decimal): -9272190 or 8553586. OLE color: 8553586.
HSL color Cylindrical-coordinate representation of color #728482: hue angle of 173.33º degrees, saturation: 0.07, 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 #728482 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 132 | 130 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.48 |
| HSL | 173.33º | 0.07% | 0.48% | - |
| HSV(B) | 173.33º | 0.14% | 0.52% | - |
| XYZ | 19.22 | 21.69 | 24.29 | - |
| YUV | 126.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 130 | 0.14 | 0 | 0.02 | 0.48 | 173.33 | 0.07 | 0.48 |
| Hex | 72 | 84 | 82 | E | 0 | 2 | 30 | AD | 7 | 30 |
| Octal | 162 | 204 | 202 | 16 | 0 | 2 | 60 | 255 | 7 | 60 |
| Binary | 1110010 | 10000100 | 10000010 | 1110 | 0 | 10 | 110000 | 10101101 | 111 | 110000 |
Color Harmonies of #728482
Complementary color
Monochromatic Colors of #728482
Black with #728482
Text Example
Text Example
White with #728482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728482; }
p { color: rgb(114,132,130); }
H1.HeaderClassName
{
color: #728482;
}
.AnyTagClassName
{
color: #728482;
}
</style>
background-color css
<style>
a { background-color: #728482; }
a { background-color: rgb(114,132,130); }
div.DivClassName
{
background-color: #728482;
}
.BgClassName
{
background-color: #728482;
}
</style>
border-color css
<style>
span { border-color: #728482; }
span { border-color: rgb(114,132,130); }
td.TdClassName
{
border-color: #728482;
}
.TagClassName
{
border-color: #728482;
}
</style>