Shades of Gumbo #709088
Tints of Gumbo #709088
RGB
CMYK
RGB Variations
Color information
#709088 (or 0x709088) is known color: Gumbo. HEX triplet: 70, 90 and 88. RGB value is (112,144,136). Sum of RGB (Red+Green+Blue) = 112+144+136=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #709088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709088 is #8F6F77. Grayscale: #858585. Windows color (decimal): -9400184 or 8949872. OLE color: 8949872.
HSL color Cylindrical-coordinate representation of color #709088: hue angle of 165º 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 #709088 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 144 | 136 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.44 |
| HSL | 165º | 0.13% | 0.5% | - |
| HSV(B) | 165º | 0.22% | 0.56% | - |
| XYZ | 21.1 | 25.17 | 27.04 | - |
| YUV | 133.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 136 | 0.22 | 0 | 0.06 | 0.44 | 165 | 0.13 | 0.5 |
| Hex | 70 | 90 | 88 | 16 | 0 | 6 | 2C | A5 | D | 32 |
| Octal | 160 | 220 | 210 | 26 | 0 | 6 | 54 | 245 | 15 | 62 |
| Binary | 1110000 | 10010000 | 10001000 | 10110 | 0 | 110 | 101100 | 10100101 | 1101 | 110010 |
Color Harmonies of #709088
Complementary color
Monochromatic Colors of #709088
Black with #709088
Text Example
Text Example
White with #709088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709088; }
p { color: rgb(112,144,136); }
H1.HeaderClassName
{
color: #709088;
}
.AnyTagClassName
{
color: #709088;
}
</style>
background-color css
<style>
a { background-color: #709088; }
a { background-color: rgb(112,144,136); }
div.DivClassName
{
background-color: #709088;
}
.BgClassName
{
background-color: #709088;
}
</style>
border-color css
<style>
span { border-color: #709088; }
span { border-color: rgb(112,144,136); }
td.TdClassName
{
border-color: #709088;
}
.TagClassName
{
border-color: #709088;
}
</style>