Shades of Gumbo #718783
Tints of Gumbo #718783
RGB
CMYK
RGB Variations
Color information
#718783 (or 0x718783) is known color: Gumbo. HEX triplet: 71, 87 and 83. RGB value is (113,135,131). Sum of RGB (Red+Green+Blue) = 113+135+131=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 135 - color contains mainly: green. Hex color #718783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718783 is #8E787C. Grayscale: #7F7F7F. Windows color (decimal): -9336957 or 8619889. OLE color: 8619889.
HSL color Cylindrical-coordinate representation of color #718783: hue angle of 169.09º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #718783 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 135 | 131 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.47 |
| HSL | 169.09º | 0.09% | 0.49% | - |
| HSV(B) | 169.09º | 0.16% | 0.53% | - |
| XYZ | 19.57 | 22.48 | 24.78 | - |
| YUV | 127.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 135 | 131 | 0.16 | 0 | 0.03 | 0.47 | 169.09 | 0.09 | 0.49 |
| Hex | 71 | 87 | 83 | 10 | 0 | 3 | 2F | A9 | 9 | 31 |
| Octal | 161 | 207 | 203 | 20 | 0 | 3 | 57 | 251 | 11 | 61 |
| Binary | 1110001 | 10000111 | 10000011 | 10000 | 0 | 11 | 101111 | 10101001 | 1001 | 110001 |
Color Harmonies of #718783
Complementary color
Monochromatic Colors of #718783
Black with #718783
Text Example
Text Example
White with #718783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718783; }
p { color: rgb(113,135,131); }
H1.HeaderClassName
{
color: #718783;
}
.AnyTagClassName
{
color: #718783;
}
</style>
background-color css
<style>
a { background-color: #718783; }
a { background-color: rgb(113,135,131); }
div.DivClassName
{
background-color: #718783;
}
.BgClassName
{
background-color: #718783;
}
</style>
border-color css
<style>
span { border-color: #718783; }
span { border-color: rgb(113,135,131); }
td.TdClassName
{
border-color: #718783;
}
.TagClassName
{
border-color: #718783;
}
</style>