Shades of Gumbo #758B85
Tints of Gumbo #758B85
RGB
CMYK
RGB Variations
Color information
#758B85 (or 0x758B85) is known color: Gumbo. HEX triplet: 75, 8B and 85. RGB value is (117,139,133). Sum of RGB (Red+Green+Blue) = 117+139+133=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 139 - color contains mainly: green. Hex color #758B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B85 is #8A747A. Grayscale: #838383. Windows color (decimal): -9073787 or 8751989. OLE color: 8751989.
HSL color Cylindrical-coordinate representation of color #758B85: hue angle of 163.64º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758B85 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 133 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.45 |
| HSL | 163.64º | 0.09% | 0.5% | - |
| HSV(B) | 163.64º | 0.16% | 0.55% | - |
| XYZ | 20.8 | 23.94 | 25.71 | - |
| YUV | 131.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 133 | 0.16 | 0 | 0.04 | 0.45 | 163.64 | 0.09 | 0.5 |
| Hex | 75 | 8B | 85 | 10 | 0 | 4 | 2D | A4 | 9 | 32 |
| Octal | 165 | 213 | 205 | 20 | 0 | 4 | 55 | 244 | 11 | 62 |
| Binary | 1110101 | 10001011 | 10000101 | 10000 | 0 | 100 | 101101 | 10100100 | 1001 | 110010 |
Color Harmonies of #758B85
Complementary color
Monochromatic Colors of #758B85
Black with #758B85
Text Example
Text Example
White with #758B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B85; }
p { color: rgb(117,139,133); }
H1.HeaderClassName
{
color: #758B85;
}
.AnyTagClassName
{
color: #758B85;
}
</style>
background-color css
<style>
a { background-color: #758B85; }
a { background-color: rgb(117,139,133); }
div.DivClassName
{
background-color: #758B85;
}
.BgClassName
{
background-color: #758B85;
}
</style>
border-color css
<style>
span { border-color: #758B85; }
span { border-color: rgb(117,139,133); }
td.TdClassName
{
border-color: #758B85;
}
.TagClassName
{
border-color: #758B85;
}
</style>