Shades of Gumbo #738B87
Tints of Gumbo #738B87
RGB
CMYK
RGB Variations
Color information
#738B87 (or 0x738B87) is known color: Gumbo. HEX triplet: 73, 8B and 87. RGB value is (115,139,135). Sum of RGB (Red+Green+Blue) = 115+139+135=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 139 - color contains mainly: green. Hex color #738B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738B87 is #8C7478. Grayscale: #838383. Windows color (decimal): -9204857 or 8883059. OLE color: 8883059.
HSL color Cylindrical-coordinate representation of color #738B87: hue angle of 170º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #738B87 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 139 | 135 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.45 |
| HSL | 170º | 0.09% | 0.5% | - |
| HSV(B) | 170º | 0.17% | 0.55% | - |
| XYZ | 20.68 | 23.86 | 26.44 | - |
| YUV | 131.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 135 | 0.17 | 0 | 0.03 | 0.45 | 170 | 0.09 | 0.5 |
| Hex | 73 | 8B | 87 | 11 | 0 | 3 | 2D | AA | 9 | 32 |
| Octal | 163 | 213 | 207 | 21 | 0 | 3 | 55 | 252 | 11 | 62 |
| Binary | 1110011 | 10001011 | 10000111 | 10001 | 0 | 11 | 101101 | 10101010 | 1001 | 110010 |
Color Harmonies of #738B87
Complementary color
Monochromatic Colors of #738B87
Black with #738B87
Text Example
Text Example
White with #738B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738B87; }
p { color: rgb(115,139,135); }
H1.HeaderClassName
{
color: #738B87;
}
.AnyTagClassName
{
color: #738B87;
}
</style>
background-color css
<style>
a { background-color: #738B87; }
a { background-color: rgb(115,139,135); }
div.DivClassName
{
background-color: #738B87;
}
.BgClassName
{
background-color: #738B87;
}
</style>
border-color css
<style>
span { border-color: #738B87; }
span { border-color: rgb(115,139,135); }
td.TdClassName
{
border-color: #738B87;
}
.TagClassName
{
border-color: #738B87;
}
</style>