Shades of Gumbo #718583
Tints of Gumbo #718583
RGB
CMYK
RGB Variations
Color information
#718583 (or 0x718583) is known color: Gumbo. HEX triplet: 71, 85 and 83. RGB value is (113,133,131). Sum of RGB (Red+Green+Blue) = 113+133+131=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #718583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718583 is #8E7A7C. Grayscale: #7E7E7E. Windows color (decimal): -9337469 or 8619377. OLE color: 8619377.
HSL color Cylindrical-coordinate representation of color #718583: hue angle of 174º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #718583 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 133 | 131 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.48 |
| HSL | 174º | 0.08% | 0.48% | - |
| HSV(B) | 174º | 0.15% | 0.52% | - |
| XYZ | 19.29 | 21.92 | 24.69 | - |
| YUV | 126.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 131 | 0.15 | 0 | 0.02 | 0.48 | 174 | 0.08 | 0.48 |
| Hex | 71 | 85 | 83 | F | 0 | 2 | 30 | AE | 8 | 30 |
| Octal | 161 | 205 | 203 | 17 | 0 | 2 | 60 | 256 | 10 | 60 |
| Binary | 1110001 | 10000101 | 10000011 | 1111 | 0 | 10 | 110000 | 10101110 | 1000 | 110000 |
Color Harmonies of #718583
Complementary color
Monochromatic Colors of #718583
Black with #718583
Text Example
Text Example
White with #718583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718583; }
p { color: rgb(113,133,131); }
H1.HeaderClassName
{
color: #718583;
}
.AnyTagClassName
{
color: #718583;
}
</style>
background-color css
<style>
a { background-color: #718583; }
a { background-color: rgb(113,133,131); }
div.DivClassName
{
background-color: #718583;
}
.BgClassName
{
background-color: #718583;
}
</style>
border-color css
<style>
span { border-color: #718583; }
span { border-color: rgb(113,133,131); }
td.TdClassName
{
border-color: #718583;
}
.TagClassName
{
border-color: #718583;
}
</style>