Shades of Gumbo #758884
Tints of Gumbo #758884
RGB
CMYK
RGB Variations
Color information
#758884 (or 0x758884) is known color: Gumbo. HEX triplet: 75, 88 and 84. RGB value is (117,136,132). Sum of RGB (Red+Green+Blue) = 117+136+132=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #758884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758884 is #8A777B. Grayscale: #818181. Windows color (decimal): -9074556 or 8685685. OLE color: 8685685.
HSL color Cylindrical-coordinate representation of color #758884: hue angle of 167.37º 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 #758884 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 132 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.47 |
| HSL | 167.37º | 0.08% | 0.5% | - |
| HSV(B) | 167.37º | 0.14% | 0.53% | - |
| XYZ | 20.31 | 23.06 | 25.21 | - |
| YUV | 129.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 132 | 0.14 | 0 | 0.03 | 0.47 | 167.37 | 0.08 | 0.5 |
| Hex | 75 | 88 | 84 | E | 0 | 3 | 2F | A7 | 8 | 32 |
| Octal | 165 | 210 | 204 | 16 | 0 | 3 | 57 | 247 | 10 | 62 |
| Binary | 1110101 | 10001000 | 10000100 | 1110 | 0 | 11 | 101111 | 10100111 | 1000 | 110010 |
Color Harmonies of #758884
Complementary color
Monochromatic Colors of #758884
Black with #758884
Text Example
Text Example
White with #758884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758884; }
p { color: rgb(117,136,132); }
H1.HeaderClassName
{
color: #758884;
}
.AnyTagClassName
{
color: #758884;
}
</style>
background-color css
<style>
a { background-color: #758884; }
a { background-color: rgb(117,136,132); }
div.DivClassName
{
background-color: #758884;
}
.BgClassName
{
background-color: #758884;
}
</style>
border-color css
<style>
span { border-color: #758884; }
span { border-color: rgb(117,136,132); }
td.TdClassName
{
border-color: #758884;
}
.TagClassName
{
border-color: #758884;
}
</style>