Shades of Gumbo #758380
Tints of Gumbo #758380
RGB
CMYK
RGB Variations
Color information
#758380 (or 0x758380) is known color: Gumbo. HEX triplet: 75, 83 and 80. RGB value is (117,131,128). Sum of RGB (Red+Green+Blue) = 117+131+128=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 131 - color contains mainly: green. Hex color #758380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758380 is #8A7C7F. Grayscale: #7E7E7E. Windows color (decimal): -9075840 or 8422261. OLE color: 8422261.
HSL color Cylindrical-coordinate representation of color #758380: hue angle of 167.14º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #758380 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 131 | 128 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.49 |
| HSL | 167.14º | 0.06% | 0.49% | - |
| HSV(B) | 167.14º | 0.11% | 0.51% | - |
| XYZ | 19.35 | 21.57 | 23.57 | - |
| YUV | 126.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 128 | 0.11 | 0 | 0.02 | 0.49 | 167.14 | 0.06 | 0.49 |
| Hex | 75 | 83 | 80 | B | 0 | 2 | 31 | A7 | 6 | 31 |
| Octal | 165 | 203 | 200 | 13 | 0 | 2 | 61 | 247 | 6 | 61 |
| Binary | 1110101 | 10000011 | 10000000 | 1011 | 0 | 10 | 110001 | 10100111 | 110 | 110001 |
Color Harmonies of #758380
Complementary color
Monochromatic Colors of #758380
Black with #758380
Text Example
Text Example
White with #758380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758380; }
p { color: rgb(117,131,128); }
H1.HeaderClassName
{
color: #758380;
}
.AnyTagClassName
{
color: #758380;
}
</style>
background-color css
<style>
a { background-color: #758380; }
a { background-color: rgb(117,131,128); }
div.DivClassName
{
background-color: #758380;
}
.BgClassName
{
background-color: #758380;
}
</style>
border-color css
<style>
span { border-color: #758380; }
span { border-color: rgb(117,131,128); }
td.TdClassName
{
border-color: #758380;
}
.TagClassName
{
border-color: #758380;
}
</style>