Shades of Gumbo #75908A
Tints of Gumbo #75908A
RGB
CMYK
RGB Variations
Color information
#75908A (or 0x75908A) is known color: Gumbo. HEX triplet: 75, 90 and 8A. RGB value is (117,144,138). Sum of RGB (Red+Green+Blue) = 117+144+138=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 144 - color contains mainly: green. Hex color #75908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75908A is #8A6F75. Grayscale: #878787. Windows color (decimal): -9072502 or 9080949. OLE color: 9080949.
HSL color Cylindrical-coordinate representation of color #75908A: hue angle of 166.67º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75908A is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 144 | 138 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.44 |
| HSL | 166.67º | 0.11% | 0.51% | - |
| HSV(B) | 166.67º | 0.19% | 0.56% | - |
| XYZ | 21.9 | 25.56 | 27.82 | - |
| YUV | 135.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 144 | 138 | 0.19 | 0 | 0.04 | 0.44 | 166.67 | 0.11 | 0.51 |
| Hex | 75 | 90 | 8A | 13 | 0 | 4 | 2C | A7 | B | 33 |
| Octal | 165 | 220 | 212 | 23 | 0 | 4 | 54 | 247 | 13 | 63 |
| Binary | 1110101 | 10010000 | 10001010 | 10011 | 0 | 100 | 101100 | 10100111 | 1011 | 110011 |
Color Harmonies of #75908A
Complementary color
Monochromatic Colors of #75908A
Black with #75908A
Text Example
Text Example
White with #75908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75908A; }
p { color: rgb(117,144,138); }
H1.HeaderClassName
{
color: #75908A;
}
.AnyTagClassName
{
color: #75908A;
}
</style>
background-color css
<style>
a { background-color: #75908A; }
a { background-color: rgb(117,144,138); }
div.DivClassName
{
background-color: #75908A;
}
.BgClassName
{
background-color: #75908A;
}
</style>
border-color css
<style>
span { border-color: #75908A; }
span { border-color: rgb(117,144,138); }
td.TdClassName
{
border-color: #75908A;
}
.TagClassName
{
border-color: #75908A;
}
</style>