Shades of Gumbo #728D8A
Tints of Gumbo #728D8A
RGB
CMYK
RGB Variations
Color information
#728D8A (or 0x728D8A) is known color: Gumbo. HEX triplet: 72, 8D and 8A. RGB value is (114,141,138). Sum of RGB (Red+Green+Blue) = 114+141+138=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 141 - color contains mainly: green. Hex color #728D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728D8A is #8D7275. Grayscale: #848484. Windows color (decimal): -9269878 or 9080178. OLE color: 9080178.
HSL color Cylindrical-coordinate representation of color #728D8A: hue angle of 173.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728D8A is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 141 | 138 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.45 |
| HSL | 173.33º | 0.11% | 0.5% | - |
| HSV(B) | 173.33º | 0.19% | 0.55% | - |
| XYZ | 21.05 | 24.46 | 27.66 | - |
| YUV | 132.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 138 | 0.19 | 0 | 0.02 | 0.45 | 173.33 | 0.11 | 0.5 |
| Hex | 72 | 8D | 8A | 13 | 0 | 2 | 2D | AD | B | 32 |
| Octal | 162 | 215 | 212 | 23 | 0 | 2 | 55 | 255 | 13 | 62 |
| Binary | 1110010 | 10001101 | 10001010 | 10011 | 0 | 10 | 101101 | 10101101 | 1011 | 110010 |
Color Harmonies of #728D8A
Complementary color
Monochromatic Colors of #728D8A
Black with #728D8A
Text Example
Text Example
White with #728D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D8A; }
p { color: rgb(114,141,138); }
H1.HeaderClassName
{
color: #728D8A;
}
.AnyTagClassName
{
color: #728D8A;
}
</style>
background-color css
<style>
a { background-color: #728D8A; }
a { background-color: rgb(114,141,138); }
div.DivClassName
{
background-color: #728D8A;
}
.BgClassName
{
background-color: #728D8A;
}
</style>
border-color css
<style>
span { border-color: #728D8A; }
span { border-color: rgb(114,141,138); }
td.TdClassName
{
border-color: #728D8A;
}
.TagClassName
{
border-color: #728D8A;
}
</style>