Shades of Gumbo #758F8B
Tints of Gumbo #758F8B
RGB
CMYK
RGB Variations
Color information
#758F8B (or 0x758F8B) is known color: Gumbo. HEX triplet: 75, 8F and 8B. RGB value is (117,143,139). Sum of RGB (Red+Green+Blue) = 117+143+139=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 143 - color contains mainly: green. Hex color #758F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F8B is #8A7074. Grayscale: #868686. Windows color (decimal): -9072757 or 9146229. OLE color: 9146229.
HSL color Cylindrical-coordinate representation of color #758F8B: hue angle of 170.77º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758F8B is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 139 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.44 |
| HSL | 170.77º | 0.1% | 0.51% | - |
| HSV(B) | 170.77º | 0.18% | 0.56% | - |
| XYZ | 21.82 | 25.29 | 28.16 | - |
| YUV | 134.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 139 | 0.18 | 0 | 0.03 | 0.44 | 170.77 | 0.1 | 0.51 |
| Hex | 75 | 8F | 8B | 12 | 0 | 3 | 2C | AB | A | 33 |
| Octal | 165 | 217 | 213 | 22 | 0 | 3 | 54 | 253 | 12 | 63 |
| Binary | 1110101 | 10001111 | 10001011 | 10010 | 0 | 11 | 101100 | 10101011 | 1010 | 110011 |
Color Harmonies of #758F8B
Complementary color
Monochromatic Colors of #758F8B
Black with #758F8B
Text Example
Text Example
White with #758F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F8B; }
p { color: rgb(117,143,139); }
H1.HeaderClassName
{
color: #758F8B;
}
.AnyTagClassName
{
color: #758F8B;
}
</style>
background-color css
<style>
a { background-color: #758F8B; }
a { background-color: rgb(117,143,139); }
div.DivClassName
{
background-color: #758F8B;
}
.BgClassName
{
background-color: #758F8B;
}
</style>
border-color css
<style>
span { border-color: #758F8B; }
span { border-color: rgb(117,143,139); }
td.TdClassName
{
border-color: #758F8B;
}
.TagClassName
{
border-color: #758F8B;
}
</style>