Shades of Gumbo #728A84
Tints of Gumbo #728A84
RGB
CMYK
RGB Variations
Color information
#728A84 (or 0x728A84) is known color: Gumbo. HEX triplet: 72, 8A and 84. RGB value is (114,138,132). Sum of RGB (Red+Green+Blue) = 114+138+132=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 138 - color contains mainly: green. Hex color #728A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728A84 is #8D757B. Grayscale: #828282. Windows color (decimal): -9270652 or 8686194. OLE color: 8686194.
HSL color Cylindrical-coordinate representation of color #728A84: hue angle of 165º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728A84 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 138 | 132 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.46 |
| HSL | 165º | 0.1% | 0.49% | - |
| HSV(B) | 165º | 0.17% | 0.54% | - |
| XYZ | 20.19 | 23.42 | 25.29 | - |
| YUV | 130.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 132 | 0.17 | 0 | 0.04 | 0.46 | 165 | 0.1 | 0.49 |
| Hex | 72 | 8A | 84 | 11 | 0 | 4 | 2E | A5 | A | 31 |
| Octal | 162 | 212 | 204 | 21 | 0 | 4 | 56 | 245 | 12 | 61 |
| Binary | 1110010 | 10001010 | 10000100 | 10001 | 0 | 100 | 101110 | 10100101 | 1010 | 110001 |
Color Harmonies of #728A84
Complementary color
Monochromatic Colors of #728A84
Black with #728A84
Text Example
Text Example
White with #728A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728A84; }
p { color: rgb(114,138,132); }
H1.HeaderClassName
{
color: #728A84;
}
.AnyTagClassName
{
color: #728A84;
}
</style>
background-color css
<style>
a { background-color: #728A84; }
a { background-color: rgb(114,138,132); }
div.DivClassName
{
background-color: #728A84;
}
.BgClassName
{
background-color: #728A84;
}
</style>
border-color css
<style>
span { border-color: #728A84; }
span { border-color: rgb(114,138,132); }
td.TdClassName
{
border-color: #728A84;
}
.TagClassName
{
border-color: #728A84;
}
</style>