Shades of Gumbo #758A87
Tints of Gumbo #758A87
RGB
CMYK
RGB Variations
Color information
#758A87 (or 0x758A87) is known color: Gumbo. HEX triplet: 75, 8A and 87. RGB value is (117,138,135). Sum of RGB (Red+Green+Blue) = 117+138+135=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 138 - color contains mainly: green. Hex color #758A87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758A87 is #8A7578. Grayscale: #838383. Windows color (decimal): -9074041 or 8882805. OLE color: 8882805.
HSL color Cylindrical-coordinate representation of color #758A87: hue angle of 171.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758A87 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 135 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.46 |
| HSL | 171.43º | 0.08% | 0.5% | - |
| HSV(B) | 171.43º | 0.15% | 0.54% | - |
| XYZ | 20.8 | 23.71 | 26.4 | - |
| YUV | 131.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 135 | 0.15 | 0 | 0.02 | 0.46 | 171.43 | 0.08 | 0.5 |
| Hex | 75 | 8A | 87 | F | 0 | 2 | 2E | AB | 8 | 32 |
| Octal | 165 | 212 | 207 | 17 | 0 | 2 | 56 | 253 | 10 | 62 |
| Binary | 1110101 | 10001010 | 10000111 | 1111 | 0 | 10 | 101110 | 10101011 | 1000 | 110010 |
Color Harmonies of #758A87
Complementary color
Monochromatic Colors of #758A87
Black with #758A87
Text Example
Text Example
White with #758A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A87; }
p { color: rgb(117,138,135); }
H1.HeaderClassName
{
color: #758A87;
}
.AnyTagClassName
{
color: #758A87;
}
</style>
background-color css
<style>
a { background-color: #758A87; }
a { background-color: rgb(117,138,135); }
div.DivClassName
{
background-color: #758A87;
}
.BgClassName
{
background-color: #758A87;
}
</style>
border-color css
<style>
span { border-color: #758A87; }
span { border-color: rgb(117,138,135); }
td.TdClassName
{
border-color: #758A87;
}
.TagClassName
{
border-color: #758A87;
}
</style>