Shades of Gumbo #758783
Tints of Gumbo #758783
RGB
CMYK
RGB Variations
Color information
#758783 (or 0x758783) is known color: Gumbo. HEX triplet: 75, 87 and 83. RGB value is (117,135,131). Sum of RGB (Red+Green+Blue) = 117+135+131=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 135 - color contains mainly: green. Hex color #758783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758783 is #8A787C. Grayscale: #818181. Windows color (decimal): -9074813 or 8619893. OLE color: 8619893.
HSL color Cylindrical-coordinate representation of color #758783: hue angle of 166.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #758783 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 131 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.47 |
| HSL | 166.67º | 0.07% | 0.49% | - |
| HSV(B) | 166.67º | 0.13% | 0.53% | - |
| XYZ | 20.1 | 22.75 | 24.8 | - |
| YUV | 129.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 131 | 0.13 | 0 | 0.03 | 0.47 | 166.67 | 0.07 | 0.49 |
| Hex | 75 | 87 | 83 | D | 0 | 3 | 2F | A7 | 7 | 31 |
| Octal | 165 | 207 | 203 | 15 | 0 | 3 | 57 | 247 | 7 | 61 |
| Binary | 1110101 | 10000111 | 10000011 | 1101 | 0 | 11 | 101111 | 10100111 | 111 | 110001 |
Color Harmonies of #758783
Complementary color
Monochromatic Colors of #758783
Black with #758783
Text Example
Text Example
White with #758783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758783; }
p { color: rgb(117,135,131); }
H1.HeaderClassName
{
color: #758783;
}
.AnyTagClassName
{
color: #758783;
}
</style>
background-color css
<style>
a { background-color: #758783; }
a { background-color: rgb(117,135,131); }
div.DivClassName
{
background-color: #758783;
}
.BgClassName
{
background-color: #758783;
}
</style>
border-color css
<style>
span { border-color: #758783; }
span { border-color: rgb(117,135,131); }
td.TdClassName
{
border-color: #758783;
}
.TagClassName
{
border-color: #758783;
}
</style>