Shades of Gumbo #758883
Tints of Gumbo #758883
RGB
CMYK
RGB Variations
Color information
#758883 (or 0x758883) is known color: Gumbo. HEX triplet: 75, 88 and 83. RGB value is (117,136,131). Sum of RGB (Red+Green+Blue) = 117+136+131=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 136 - color contains mainly: green. Hex color #758883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758883 is #8A777C. Grayscale: #818181. Windows color (decimal): -9074557 or 8620149. OLE color: 8620149.
HSL color Cylindrical-coordinate representation of color #758883: hue angle of 164.21º 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 #758883 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 131 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.47 |
| HSL | 164.21º | 0.08% | 0.5% | - |
| HSV(B) | 164.21º | 0.14% | 0.53% | - |
| XYZ | 20.24 | 23.03 | 24.85 | - |
| YUV | 129.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 131 | 0.14 | 0 | 0.04 | 0.47 | 164.21 | 0.08 | 0.5 |
| Hex | 75 | 88 | 83 | E | 0 | 4 | 2F | A4 | 8 | 32 |
| Octal | 165 | 210 | 203 | 16 | 0 | 4 | 57 | 244 | 10 | 62 |
| Binary | 1110101 | 10001000 | 10000011 | 1110 | 0 | 100 | 101111 | 10100100 | 1000 | 110010 |
Color Harmonies of #758883
Complementary color
Monochromatic Colors of #758883
Black with #758883
Text Example
Text Example
White with #758883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758883; }
p { color: rgb(117,136,131); }
H1.HeaderClassName
{
color: #758883;
}
.AnyTagClassName
{
color: #758883;
}
</style>
background-color css
<style>
a { background-color: #758883; }
a { background-color: rgb(117,136,131); }
div.DivClassName
{
background-color: #758883;
}
.BgClassName
{
background-color: #758883;
}
</style>
border-color css
<style>
span { border-color: #758883; }
span { border-color: rgb(117,136,131); }
td.TdClassName
{
border-color: #758883;
}
.TagClassName
{
border-color: #758883;
}
</style>