Shades of Gumbo #75918B
Tints of Gumbo #75918B
RGB
CMYK
RGB Variations
Color information
#75918B (or 0x75918B) is known color: Gumbo. HEX triplet: 75, 91 and 8B. RGB value is (117,145,139). Sum of RGB (Red+Green+Blue) = 117+145+139=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 145 - color contains mainly: green. Hex color #75918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75918B is #8A6E74. Grayscale: #878787. Windows color (decimal): -9072245 or 9146741. OLE color: 9146741.
HSL color Cylindrical-coordinate representation of color #75918B: hue angle of 167.14º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75918B is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 145 | 139 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.43 |
| HSL | 167.14º | 0.11% | 0.51% | - |
| HSV(B) | 167.14º | 0.19% | 0.57% | - |
| XYZ | 22.12 | 25.9 | 28.26 | - |
| YUV | 135.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 139 | 0.19 | 0 | 0.04 | 0.43 | 167.14 | 0.11 | 0.51 |
| Hex | 75 | 91 | 8B | 13 | 0 | 4 | 2B | A7 | B | 33 |
| Octal | 165 | 221 | 213 | 23 | 0 | 4 | 53 | 247 | 13 | 63 |
| Binary | 1110101 | 10010001 | 10001011 | 10011 | 0 | 100 | 101011 | 10100111 | 1011 | 110011 |
Color Harmonies of #75918B
Complementary color
Monochromatic Colors of #75918B
Black with #75918B
Text Example
Text Example
White with #75918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75918B; }
p { color: rgb(117,145,139); }
H1.HeaderClassName
{
color: #75918B;
}
.AnyTagClassName
{
color: #75918B;
}
</style>
background-color css
<style>
a { background-color: #75918B; }
a { background-color: rgb(117,145,139); }
div.DivClassName
{
background-color: #75918B;
}
.BgClassName
{
background-color: #75918B;
}
</style>
border-color css
<style>
span { border-color: #75918B; }
span { border-color: rgb(117,145,139); }
td.TdClassName
{
border-color: #75918B;
}
.TagClassName
{
border-color: #75918B;
}
</style>