Shades of Gumbo #758885
Tints of Gumbo #758885
RGB
CMYK
RGB Variations
Color information
#758885 (or 0x758885) is known color: Gumbo. HEX triplet: 75, 88 and 85. RGB value is (117,136,133). Sum of RGB (Red+Green+Blue) = 117+136+133=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 136 - color contains mainly: green. Hex color #758885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758885 is #8A777A. Grayscale: #818181. Windows color (decimal): -9074555 or 8751221. OLE color: 8751221.
HSL color Cylindrical-coordinate representation of color #758885: hue angle of 170.53º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #758885 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 133 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.47 |
| HSL | 170.53º | 0.08% | 0.5% | - |
| HSV(B) | 170.53º | 0.14% | 0.53% | - |
| XYZ | 20.37 | 23.08 | 25.57 | - |
| YUV | 129.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 133 | 0.14 | 0 | 0.02 | 0.47 | 170.53 | 0.08 | 0.5 |
| Hex | 75 | 88 | 85 | E | 0 | 2 | 2F | AB | 8 | 32 |
| Octal | 165 | 210 | 205 | 16 | 0 | 2 | 57 | 253 | 10 | 62 |
| Binary | 1110101 | 10001000 | 10000101 | 1110 | 0 | 10 | 101111 | 10101011 | 1000 | 110010 |
Color Harmonies of #758885
Complementary color
Monochromatic Colors of #758885
Black with #758885
Text Example
Text Example
White with #758885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758885; }
p { color: rgb(117,136,133); }
H1.HeaderClassName
{
color: #758885;
}
.AnyTagClassName
{
color: #758885;
}
</style>
background-color css
<style>
a { background-color: #758885; }
a { background-color: rgb(117,136,133); }
div.DivClassName
{
background-color: #758885;
}
.BgClassName
{
background-color: #758885;
}
</style>
border-color css
<style>
span { border-color: #758885; }
span { border-color: rgb(117,136,133); }
td.TdClassName
{
border-color: #758885;
}
.TagClassName
{
border-color: #758885;
}
</style>