Shades of Gumbo #748783
Tints of Gumbo #748783
RGB
CMYK
RGB Variations
Color information
#748783 (or 0x748783) is known color: Gumbo. HEX triplet: 74, 87 and 83. RGB value is (116,135,131). Sum of RGB (Red+Green+Blue) = 116+135+131=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 135 - color contains mainly: green. Hex color #748783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748783 is #8B787C. Grayscale: #808080. Windows color (decimal): -9140349 or 8619892. OLE color: 8619892.
HSL color Cylindrical-coordinate representation of color #748783: hue angle of 167.37º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #748783 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 131 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.47 |
| HSL | 167.37º | 0.08% | 0.49% | - |
| HSV(B) | 167.37º | 0.14% | 0.53% | - |
| XYZ | 19.96 | 22.68 | 24.8 | - |
| YUV | 128.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 131 | 0.14 | 0 | 0.03 | 0.47 | 167.37 | 0.08 | 0.49 |
| Hex | 74 | 87 | 83 | E | 0 | 3 | 2F | A7 | 8 | 31 |
| Octal | 164 | 207 | 203 | 16 | 0 | 3 | 57 | 247 | 10 | 61 |
| Binary | 1110100 | 10000111 | 10000011 | 1110 | 0 | 11 | 101111 | 10100111 | 1000 | 110001 |
Color Harmonies of #748783
Complementary color
Monochromatic Colors of #748783
Black with #748783
Text Example
Text Example
White with #748783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748783; }
p { color: rgb(116,135,131); }
H1.HeaderClassName
{
color: #748783;
}
.AnyTagClassName
{
color: #748783;
}
</style>
background-color css
<style>
a { background-color: #748783; }
a { background-color: rgb(116,135,131); }
div.DivClassName
{
background-color: #748783;
}
.BgClassName
{
background-color: #748783;
}
</style>
border-color css
<style>
span { border-color: #748783; }
span { border-color: rgb(116,135,131); }
td.TdClassName
{
border-color: #748783;
}
.TagClassName
{
border-color: #748783;
}
</style>