Shades of Gumbo #709890
Tints of Gumbo #709890
RGB
CMYK
RGB Variations
Color information
#709890 (or 0x709890) is known color: Gumbo. HEX triplet: 70, 98 and 90. RGB value is (112,152,144). Sum of RGB (Red+Green+Blue) = 112+152+144=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 152 - color contains mainly: green. Hex color #709890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709890 is #8F676F. Grayscale: #8B8B8B. Windows color (decimal): -9398128 or 9476208. OLE color: 9476208.
HSL color Cylindrical-coordinate representation of color #709890: hue angle of 168º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709890 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 144 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.40 |
| HSL | 168º | 0.16% | 0.52% | - |
| HSV(B) | 168º | 0.26% | 0.6% | - |
| XYZ | 22.94 | 27.91 | 30.56 | - |
| YUV | 139.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 144 | 0.26 | 0 | 0.05 | 0.40 | 168 | 0.16 | 0.52 |
| Hex | 70 | 98 | 90 | 1A | 0 | 5 | 28 | A8 | 10 | 34 |
| Octal | 160 | 230 | 220 | 32 | 0 | 5 | 50 | 250 | 20 | 64 |
| Binary | 1110000 | 10011000 | 10010000 | 11010 | 0 | 101 | 101000 | 10101000 | 10000 | 110100 |
Color Harmonies of #709890
Complementary color
Monochromatic Colors of #709890
Black with #709890
Text Example
Text Example
White with #709890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709890; }
p { color: rgb(112,152,144); }
H1.HeaderClassName
{
color: #709890;
}
.AnyTagClassName
{
color: #709890;
}
</style>
background-color css
<style>
a { background-color: #709890; }
a { background-color: rgb(112,152,144); }
div.DivClassName
{
background-color: #709890;
}
.BgClassName
{
background-color: #709890;
}
</style>
border-color css
<style>
span { border-color: #709890; }
span { border-color: rgb(112,152,144); }
td.TdClassName
{
border-color: #709890;
}
.TagClassName
{
border-color: #709890;
}
</style>