Shades of Gumbo #758784
Tints of Gumbo #758784
RGB
CMYK
RGB Variations
Color information
#758784 (or 0x758784) is known color: Gumbo. HEX triplet: 75, 87 and 84. RGB value is (117,135,132). Sum of RGB (Red+Green+Blue) = 117+135+132=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #758784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758784 is #8A787B. Grayscale: #818181. Windows color (decimal): -9074812 or 8685429. OLE color: 8685429.
HSL color Cylindrical-coordinate representation of color #758784: hue angle of 170º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #758784 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 132 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.47 |
| HSL | 170º | 0.07% | 0.49% | - |
| HSV(B) | 170º | 0.13% | 0.53% | - |
| XYZ | 20.16 | 22.78 | 25.16 | - |
| YUV | 129.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 132 | 0.13 | 0 | 0.02 | 0.47 | 170 | 0.07 | 0.49 |
| Hex | 75 | 87 | 84 | D | 0 | 2 | 2F | AA | 7 | 31 |
| Octal | 165 | 207 | 204 | 15 | 0 | 2 | 57 | 252 | 7 | 61 |
| Binary | 1110101 | 10000111 | 10000100 | 1101 | 0 | 10 | 101111 | 10101010 | 111 | 110001 |
Color Harmonies of #758784
Complementary color
Monochromatic Colors of #758784
Black with #758784
Text Example
Text Example
White with #758784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758784; }
p { color: rgb(117,135,132); }
H1.HeaderClassName
{
color: #758784;
}
.AnyTagClassName
{
color: #758784;
}
</style>
background-color css
<style>
a { background-color: #758784; }
a { background-color: rgb(117,135,132); }
div.DivClassName
{
background-color: #758784;
}
.BgClassName
{
background-color: #758784;
}
</style>
border-color css
<style>
span { border-color: #758784; }
span { border-color: rgb(117,135,132); }
td.TdClassName
{
border-color: #758784;
}
.TagClassName
{
border-color: #758784;
}
</style>