Shades of Gumbo #728883
Tints of Gumbo #728883
RGB
CMYK
RGB Variations
Color information
#728883 (or 0x728883) is known color: Gumbo. HEX triplet: 72, 88 and 83. RGB value is (114,136,131). Sum of RGB (Red+Green+Blue) = 114+136+131=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 136 - color contains mainly: green. Hex color #728883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728883 is #8D777C. Grayscale: #808080. Windows color (decimal): -9271165 or 8620146. OLE color: 8620146.
HSL color Cylindrical-coordinate representation of color #728883: hue angle of 166.36º 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 #728883 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 131 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.47 |
| HSL | 166.36º | 0.09% | 0.49% | - |
| HSV(B) | 166.36º | 0.16% | 0.53% | - |
| XYZ | 19.84 | 22.82 | 24.83 | - |
| YUV | 128.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 131 | 0.16 | 0 | 0.04 | 0.47 | 166.36 | 0.09 | 0.49 |
| Hex | 72 | 88 | 83 | 10 | 0 | 4 | 2F | A6 | 9 | 31 |
| Octal | 162 | 210 | 203 | 20 | 0 | 4 | 57 | 246 | 11 | 61 |
| Binary | 1110010 | 10001000 | 10000011 | 10000 | 0 | 100 | 101111 | 10100110 | 1001 | 110001 |
Color Harmonies of #728883
Complementary color
Monochromatic Colors of #728883
Black with #728883
Text Example
Text Example
White with #728883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728883; }
p { color: rgb(114,136,131); }
H1.HeaderClassName
{
color: #728883;
}
.AnyTagClassName
{
color: #728883;
}
</style>
background-color css
<style>
a { background-color: #728883; }
a { background-color: rgb(114,136,131); }
div.DivClassName
{
background-color: #728883;
}
.BgClassName
{
background-color: #728883;
}
</style>
border-color css
<style>
span { border-color: #728883; }
span { border-color: rgb(114,136,131); }
td.TdClassName
{
border-color: #728883;
}
.TagClassName
{
border-color: #728883;
}
</style>