Shades of Gumbo #758B88
Tints of Gumbo #758B88
RGB
CMYK
RGB Variations
Color information
#758B88 (or 0x758B88) is known color: Gumbo. HEX triplet: 75, 8B and 88. RGB value is (117,139,136). Sum of RGB (Red+Green+Blue) = 117+139+136=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 139 - color contains mainly: green. Hex color #758B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B88 is #8A7477. Grayscale: #848484. Windows color (decimal): -9073784 or 8948597. OLE color: 8948597.
HSL color Cylindrical-coordinate representation of color #758B88: hue angle of 171.82º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758B88 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 136 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.45 |
| HSL | 171.82º | 0.09% | 0.5% | - |
| HSV(B) | 171.82º | 0.16% | 0.55% | - |
| XYZ | 21.01 | 24.02 | 26.82 | - |
| YUV | 132.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 136 | 0.16 | 0 | 0.02 | 0.45 | 171.82 | 0.09 | 0.5 |
| Hex | 75 | 8B | 88 | 10 | 0 | 2 | 2D | AC | 9 | 32 |
| Octal | 165 | 213 | 210 | 20 | 0 | 2 | 55 | 254 | 11 | 62 |
| Binary | 1110101 | 10001011 | 10001000 | 10000 | 0 | 10 | 101101 | 10101100 | 1001 | 110010 |
Color Harmonies of #758B88
Complementary color
Monochromatic Colors of #758B88
Black with #758B88
Text Example
Text Example
White with #758B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B88; }
p { color: rgb(117,139,136); }
H1.HeaderClassName
{
color: #758B88;
}
.AnyTagClassName
{
color: #758B88;
}
</style>
background-color css
<style>
a { background-color: #758B88; }
a { background-color: rgb(117,139,136); }
div.DivClassName
{
background-color: #758B88;
}
.BgClassName
{
background-color: #758B88;
}
</style>
border-color css
<style>
span { border-color: #758B88; }
span { border-color: rgb(117,139,136); }
td.TdClassName
{
border-color: #758B88;
}
.TagClassName
{
border-color: #758B88;
}
</style>