Shades of Gumbo #758984
Tints of Gumbo #758984
RGB
CMYK
RGB Variations
Color information
#758984 (or 0x758984) is known color: Gumbo. HEX triplet: 75, 89 and 84. RGB value is (117,137,132). Sum of RGB (Red+Green+Blue) = 117+137+132=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 137 - color contains mainly: green. Hex color #758984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758984 is #8A767B. Grayscale: #828282. Windows color (decimal): -9074300 or 8685941. OLE color: 8685941.
HSL color Cylindrical-coordinate representation of color #758984: hue angle of 165º 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 #758984 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 132 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.46 |
| HSL | 165º | 0.08% | 0.5% | - |
| HSV(B) | 165º | 0.15% | 0.54% | - |
| XYZ | 20.45 | 23.34 | 25.26 | - |
| YUV | 130.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 132 | 0.15 | 0 | 0.04 | 0.46 | 165 | 0.08 | 0.5 |
| Hex | 75 | 89 | 84 | F | 0 | 4 | 2E | A5 | 8 | 32 |
| Octal | 165 | 211 | 204 | 17 | 0 | 4 | 56 | 245 | 10 | 62 |
| Binary | 1110101 | 10001001 | 10000100 | 1111 | 0 | 100 | 101110 | 10100101 | 1000 | 110010 |
Color Harmonies of #758984
Complementary color
Monochromatic Colors of #758984
Black with #758984
Text Example
Text Example
White with #758984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758984; }
p { color: rgb(117,137,132); }
H1.HeaderClassName
{
color: #758984;
}
.AnyTagClassName
{
color: #758984;
}
</style>
background-color css
<style>
a { background-color: #758984; }
a { background-color: rgb(117,137,132); }
div.DivClassName
{
background-color: #758984;
}
.BgClassName
{
background-color: #758984;
}
</style>
border-color css
<style>
span { border-color: #758984; }
span { border-color: rgb(117,137,132); }
td.TdClassName
{
border-color: #758984;
}
.TagClassName
{
border-color: #758984;
}
</style>