Shades of Gumbo #758F89
Tints of Gumbo #758F89
RGB
CMYK
RGB Variations
Color information
#758F89 (or 0x758F89) is known color: Gumbo. HEX triplet: 75, 8F and 89. RGB value is (117,143,137). Sum of RGB (Red+Green+Blue) = 117+143+137=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 143 - color contains mainly: green. Hex color #758F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F89 is #8A7076. Grayscale: #868686. Windows color (decimal): -9072759 or 9015157. OLE color: 9015157.
HSL color Cylindrical-coordinate representation of color #758F89: hue angle of 166.15º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758F89 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 137 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.44 |
| HSL | 166.15º | 0.1% | 0.51% | - |
| HSV(B) | 166.15º | 0.18% | 0.56% | - |
| XYZ | 21.67 | 25.23 | 27.4 | - |
| YUV | 134.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 137 | 0.18 | 0 | 0.04 | 0.44 | 166.15 | 0.1 | 0.51 |
| Hex | 75 | 8F | 89 | 12 | 0 | 4 | 2C | A6 | A | 33 |
| Octal | 165 | 217 | 211 | 22 | 0 | 4 | 54 | 246 | 12 | 63 |
| Binary | 1110101 | 10001111 | 10001001 | 10010 | 0 | 100 | 101100 | 10100110 | 1010 | 110011 |
Color Harmonies of #758F89
Complementary color
Monochromatic Colors of #758F89
Black with #758F89
Text Example
Text Example
White with #758F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F89; }
p { color: rgb(117,143,137); }
H1.HeaderClassName
{
color: #758F89;
}
.AnyTagClassName
{
color: #758F89;
}
</style>
background-color css
<style>
a { background-color: #758F89; }
a { background-color: rgb(117,143,137); }
div.DivClassName
{
background-color: #758F89;
}
.BgClassName
{
background-color: #758F89;
}
</style>
border-color css
<style>
span { border-color: #758F89; }
span { border-color: rgb(117,143,137); }
td.TdClassName
{
border-color: #758F89;
}
.TagClassName
{
border-color: #758F89;
}
</style>