Shades of Gumbo #75928D
Tints of Gumbo #75928D
RGB
CMYK
RGB Variations
Color information
#75928D (or 0x75928D) is known color: Gumbo. HEX triplet: 75, 92 and 8D. RGB value is (117,146,141). Sum of RGB (Red+Green+Blue) = 117+146+141=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 146 - color contains mainly: green. Hex color #75928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75928D is #8A6D72. Grayscale: #888888. Windows color (decimal): -9071987 or 9278069. OLE color: 9278069.
HSL color Cylindrical-coordinate representation of color #75928D: hue angle of 169.66º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75928D is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 146 | 141 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.43 |
| HSL | 169.66º | 0.12% | 0.52% | - |
| HSV(B) | 169.66º | 0.2% | 0.57% | - |
| XYZ | 22.42 | 26.26 | 29.09 | - |
| YUV | 136.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 141 | 0.20 | 0 | 0.03 | 0.43 | 169.66 | 0.12 | 0.52 |
| Hex | 75 | 92 | 8D | 14 | 0 | 3 | 2B | AA | C | 34 |
| Octal | 165 | 222 | 215 | 24 | 0 | 3 | 53 | 252 | 14 | 64 |
| Binary | 1110101 | 10010010 | 10001101 | 10100 | 0 | 11 | 101011 | 10101010 | 1100 | 110100 |
Color Harmonies of #75928D
Complementary color
Monochromatic Colors of #75928D
Black with #75928D
Text Example
Text Example
White with #75928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75928D; }
p { color: rgb(117,146,141); }
H1.HeaderClassName
{
color: #75928D;
}
.AnyTagClassName
{
color: #75928D;
}
</style>
background-color css
<style>
a { background-color: #75928D; }
a { background-color: rgb(117,146,141); }
div.DivClassName
{
background-color: #75928D;
}
.BgClassName
{
background-color: #75928D;
}
</style>
border-color css
<style>
span { border-color: #75928D; }
span { border-color: rgb(117,146,141); }
td.TdClassName
{
border-color: #75928D;
}
.TagClassName
{
border-color: #75928D;
}
</style>