Shades of Gumbo #758A88
Tints of Gumbo #758A88
RGB
CMYK
RGB Variations
Color information
#758A88 (or 0x758A88) is known color: Gumbo. HEX triplet: 75, 8A and 88. RGB value is (117,138,136). Sum of RGB (Red+Green+Blue) = 117+138+136=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 138 - color contains mainly: green. Hex color #758A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758A88 is #8A7577. Grayscale: #838383. Windows color (decimal): -9074040 or 8948341. OLE color: 8948341.
HSL color Cylindrical-coordinate representation of color #758A88: hue angle of 174.29º 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 #758A88 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 136 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.46 |
| HSL | 174.29º | 0.08% | 0.5% | - |
| HSV(B) | 174.29º | 0.15% | 0.54% | - |
| XYZ | 20.87 | 23.74 | 26.77 | - |
| YUV | 131.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 136 | 0.15 | 0 | 0.01 | 0.46 | 174.29 | 0.08 | 0.5 |
| Hex | 75 | 8A | 88 | F | 0 | 1 | 2E | AE | 8 | 32 |
| Octal | 165 | 212 | 210 | 17 | 0 | 1 | 56 | 256 | 10 | 62 |
| Binary | 1110101 | 10001010 | 10001000 | 1111 | 0 | 1 | 101110 | 10101110 | 1000 | 110010 |
Color Harmonies of #758A88
Complementary color
Monochromatic Colors of #758A88
Black with #758A88
Text Example
Text Example
White with #758A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A88; }
p { color: rgb(117,138,136); }
H1.HeaderClassName
{
color: #758A88;
}
.AnyTagClassName
{
color: #758A88;
}
</style>
background-color css
<style>
a { background-color: #758A88; }
a { background-color: rgb(117,138,136); }
div.DivClassName
{
background-color: #758A88;
}
.BgClassName
{
background-color: #758A88;
}
</style>
border-color css
<style>
span { border-color: #758A88; }
span { border-color: rgb(117,138,136); }
td.TdClassName
{
border-color: #758A88;
}
.TagClassName
{
border-color: #758A88;
}
</style>