Shades of Gumbo #709389
Tints of Gumbo #709389
RGB
CMYK
RGB Variations
Color information
#709389 (or 0x709389) is known color: Gumbo. HEX triplet: 70, 93 and 89. RGB value is (112,147,137). Sum of RGB (Red+Green+Blue) = 112+147+137=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #709389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709389 is #8F6C76. Grayscale: #878787. Windows color (decimal): -9399415 or 9016176. OLE color: 9016176.
HSL color Cylindrical-coordinate representation of color #709389: hue angle of 162.86º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709389 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 147 | 137 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.42 |
| HSL | 162.86º | 0.14% | 0.51% | - |
| HSV(B) | 162.86º | 0.24% | 0.58% | - |
| XYZ | 21.63 | 26.12 | 27.57 | - |
| YUV | 135.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 147 | 137 | 0.24 | 0 | 0.07 | 0.42 | 162.86 | 0.14 | 0.51 |
| Hex | 70 | 93 | 89 | 18 | 0 | 7 | 2A | A3 | E | 33 |
| Octal | 160 | 223 | 211 | 30 | 0 | 7 | 52 | 243 | 16 | 63 |
| Binary | 1110000 | 10010011 | 10001001 | 11000 | 0 | 111 | 101010 | 10100011 | 1110 | 110011 |
Color Harmonies of #709389
Complementary color
Monochromatic Colors of #709389
Black with #709389
Text Example
Text Example
White with #709389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709389; }
p { color: rgb(112,147,137); }
H1.HeaderClassName
{
color: #709389;
}
.AnyTagClassName
{
color: #709389;
}
</style>
background-color css
<style>
a { background-color: #709389; }
a { background-color: rgb(112,147,137); }
div.DivClassName
{
background-color: #709389;
}
.BgClassName
{
background-color: #709389;
}
</style>
border-color css
<style>
span { border-color: #709389; }
span { border-color: rgb(112,147,137); }
td.TdClassName
{
border-color: #709389;
}
.TagClassName
{
border-color: #709389;
}
</style>