Shades of Gumbo #708E86
Tints of Gumbo #708E86
RGB
CMYK
RGB Variations
Color information
#708E86 (or 0x708E86) is known color: Gumbo. HEX triplet: 70, 8E and 86. RGB value is (112,142,134). Sum of RGB (Red+Green+Blue) = 112+142+134=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 142 - color contains mainly: green. Hex color #708E86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E86 is #8F7179. Grayscale: #848484. Windows color (decimal): -9400698 or 8818288. OLE color: 8818288.
HSL color Cylindrical-coordinate representation of color #708E86: hue angle of 164º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708E86 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 134 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.44 |
| HSL | 164º | 0.12% | 0.5% | - |
| HSV(B) | 164º | 0.21% | 0.56% | - |
| XYZ | 20.66 | 24.51 | 26.2 | - |
| YUV | 132.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 134 | 0.21 | 0 | 0.06 | 0.44 | 164 | 0.12 | 0.5 |
| Hex | 70 | 8E | 86 | 15 | 0 | 6 | 2C | A4 | C | 32 |
| Octal | 160 | 216 | 206 | 25 | 0 | 6 | 54 | 244 | 14 | 62 |
| Binary | 1110000 | 10001110 | 10000110 | 10101 | 0 | 110 | 101100 | 10100100 | 1100 | 110010 |
Color Harmonies of #708E86
Complementary color
Monochromatic Colors of #708E86
Black with #708E86
Text Example
Text Example
White with #708E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E86; }
p { color: rgb(112,142,134); }
H1.HeaderClassName
{
color: #708E86;
}
.AnyTagClassName
{
color: #708E86;
}
</style>
background-color css
<style>
a { background-color: #708E86; }
a { background-color: rgb(112,142,134); }
div.DivClassName
{
background-color: #708E86;
}
.BgClassName
{
background-color: #708E86;
}
</style>
border-color css
<style>
span { border-color: #708E86; }
span { border-color: rgb(112,142,134); }
td.TdClassName
{
border-color: #708E86;
}
.TagClassName
{
border-color: #708E86;
}
</style>