Shades of Gumbo #75938C
Tints of Gumbo #75938C
RGB
CMYK
RGB Variations
Color information
#75938C (or 0x75938C) is known color: Gumbo. HEX triplet: 75, 93 and 8C. RGB value is (117,147,140). Sum of RGB (Red+Green+Blue) = 117+147+140=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #75938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75938C is #8A6C73. Grayscale: #898989. Windows color (decimal): -9071732 or 9212789. OLE color: 9212789.
HSL color Cylindrical-coordinate representation of color #75938C: hue angle of 166º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75938C is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 147 | 140 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.42 |
| HSL | 166º | 0.12% | 0.52% | - |
| HSV(B) | 166º | 0.2% | 0.58% | - |
| XYZ | 22.5 | 26.54 | 28.75 | - |
| YUV | 137.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 140 | 0.20 | 0 | 0.05 | 0.42 | 166 | 0.12 | 0.52 |
| Hex | 75 | 93 | 8C | 14 | 0 | 5 | 2A | A6 | C | 34 |
| Octal | 165 | 223 | 214 | 24 | 0 | 5 | 52 | 246 | 14 | 64 |
| Binary | 1110101 | 10010011 | 10001100 | 10100 | 0 | 101 | 101010 | 10100110 | 1100 | 110100 |
Color Harmonies of #75938C
Complementary color
Monochromatic Colors of #75938C
Black with #75938C
Text Example
Text Example
White with #75938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75938C; }
p { color: rgb(117,147,140); }
H1.HeaderClassName
{
color: #75938C;
}
.AnyTagClassName
{
color: #75938C;
}
</style>
background-color css
<style>
a { background-color: #75938C; }
a { background-color: rgb(117,147,140); }
div.DivClassName
{
background-color: #75938C;
}
.BgClassName
{
background-color: #75938C;
}
</style>
border-color css
<style>
span { border-color: #75938C; }
span { border-color: rgb(117,147,140); }
td.TdClassName
{
border-color: #75938C;
}
.TagClassName
{
border-color: #75938C;
}
</style>