Shades of Gumbo #758A84
Tints of Gumbo #758A84
RGB
CMYK
RGB Variations
Color information
#758A84 (or 0x758A84) is known color: Gumbo. HEX triplet: 75, 8A and 84. RGB value is (117,138,132). Sum of RGB (Red+Green+Blue) = 117+138+132=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 138 - color contains mainly: green. Hex color #758A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758A84 is #8A757B. Grayscale: #838383. Windows color (decimal): -9074044 or 8686197. OLE color: 8686197.
HSL color Cylindrical-coordinate representation of color #758A84: hue angle of 162.86º 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 #758A84 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 132 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.46 |
| HSL | 162.86º | 0.08% | 0.5% | - |
| HSV(B) | 162.86º | 0.15% | 0.54% | - |
| XYZ | 20.59 | 23.62 | 25.3 | - |
| YUV | 131.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 132 | 0.15 | 0 | 0.04 | 0.46 | 162.86 | 0.08 | 0.5 |
| Hex | 75 | 8A | 84 | F | 0 | 4 | 2E | A3 | 8 | 32 |
| Octal | 165 | 212 | 204 | 17 | 0 | 4 | 56 | 243 | 10 | 62 |
| Binary | 1110101 | 10001010 | 10000100 | 1111 | 0 | 100 | 101110 | 10100011 | 1000 | 110010 |
Color Harmonies of #758A84
Complementary color
Monochromatic Colors of #758A84
Black with #758A84
Text Example
Text Example
White with #758A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A84; }
p { color: rgb(117,138,132); }
H1.HeaderClassName
{
color: #758A84;
}
.AnyTagClassName
{
color: #758A84;
}
</style>
background-color css
<style>
a { background-color: #758A84; }
a { background-color: rgb(117,138,132); }
div.DivClassName
{
background-color: #758A84;
}
.BgClassName
{
background-color: #758A84;
}
</style>
border-color css
<style>
span { border-color: #758A84; }
span { border-color: rgb(117,138,132); }
td.TdClassName
{
border-color: #758A84;
}
.TagClassName
{
border-color: #758A84;
}
</style>