Shades of Gumbo #709086
Tints of Gumbo #709086
RGB
CMYK
RGB Variations
Color information
#709086 (or 0x709086) is known color: Gumbo. HEX triplet: 70, 90 and 86. RGB value is (112,144,134). Sum of RGB (Red+Green+Blue) = 112+144+134=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 144 - color contains mainly: green. Hex color #709086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709086 is #8F6F79. Grayscale: #858585. Windows color (decimal): -9400186 or 8818800. OLE color: 8818800.
HSL color Cylindrical-coordinate representation of color #709086: hue angle of 161.25º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #709086 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 144 | 134 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.44 |
| HSL | 161.25º | 0.13% | 0.5% | - |
| HSV(B) | 161.25º | 0.22% | 0.56% | - |
| XYZ | 20.96 | 25.11 | 26.3 | - |
| YUV | 133.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 134 | 0.22 | 0 | 0.07 | 0.44 | 161.25 | 0.13 | 0.5 |
| Hex | 70 | 90 | 86 | 16 | 0 | 7 | 2C | A1 | D | 32 |
| Octal | 160 | 220 | 206 | 26 | 0 | 7 | 54 | 241 | 15 | 62 |
| Binary | 1110000 | 10010000 | 10000110 | 10110 | 0 | 111 | 101100 | 10100001 | 1101 | 110010 |
Color Harmonies of #709086
Complementary color
Monochromatic Colors of #709086
Black with #709086
Text Example
Text Example
White with #709086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709086; }
p { color: rgb(112,144,134); }
H1.HeaderClassName
{
color: #709086;
}
.AnyTagClassName
{
color: #709086;
}
</style>
background-color css
<style>
a { background-color: #709086; }
a { background-color: rgb(112,144,134); }
div.DivClassName
{
background-color: #709086;
}
.BgClassName
{
background-color: #709086;
}
</style>
border-color css
<style>
span { border-color: #709086; }
span { border-color: rgb(112,144,134); }
td.TdClassName
{
border-color: #709086;
}
.TagClassName
{
border-color: #709086;
}
</style>