Shades of Gumbo #728B87
Tints of Gumbo #728B87
RGB
CMYK
RGB Variations
Color information
#728B87 (or 0x728B87) is known color: Gumbo. HEX triplet: 72, 8B and 87. RGB value is (114,139,135). Sum of RGB (Red+Green+Blue) = 114+139+135=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 139 - color contains mainly: green. Hex color #728B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728B87 is #8D7478. Grayscale: #838383. Windows color (decimal): -9270393 or 8883058. OLE color: 8883058.
HSL color Cylindrical-coordinate representation of color #728B87: hue angle of 170.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #728B87 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 139 | 135 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.45 |
| HSL | 170.4º | 0.1% | 0.5% | - |
| HSV(B) | 170.4º | 0.18% | 0.55% | - |
| XYZ | 20.55 | 23.79 | 26.43 | - |
| YUV | 131.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 135 | 0.18 | 0 | 0.03 | 0.45 | 170.4 | 0.1 | 0.5 |
| Hex | 72 | 8B | 87 | 12 | 0 | 3 | 2D | AA | A | 32 |
| Octal | 162 | 213 | 207 | 22 | 0 | 3 | 55 | 252 | 12 | 62 |
| Binary | 1110010 | 10001011 | 10000111 | 10010 | 0 | 11 | 101101 | 10101010 | 1010 | 110010 |
Color Harmonies of #728B87
Complementary color
Monochromatic Colors of #728B87
Black with #728B87
Text Example
Text Example
White with #728B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B87; }
p { color: rgb(114,139,135); }
H1.HeaderClassName
{
color: #728B87;
}
.AnyTagClassName
{
color: #728B87;
}
</style>
background-color css
<style>
a { background-color: #728B87; }
a { background-color: rgb(114,139,135); }
div.DivClassName
{
background-color: #728B87;
}
.BgClassName
{
background-color: #728B87;
}
</style>
border-color css
<style>
span { border-color: #728B87; }
span { border-color: rgb(114,139,135); }
td.TdClassName
{
border-color: #728B87;
}
.TagClassName
{
border-color: #728B87;
}
</style>