Shades of Gumbo #708D86
Tints of Gumbo #708D86
RGB
CMYK
RGB Variations
Color information
#708D86 (or 0x708D86) is known color: Gumbo. HEX triplet: 70, 8D and 86. RGB value is (112,141,134). Sum of RGB (Red+Green+Blue) = 112+141+134=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 141 - color contains mainly: green. Hex color #708D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708D86 is #8F7279. Grayscale: #838383. Windows color (decimal): -9400954 or 8818032. OLE color: 8818032.
HSL color Cylindrical-coordinate representation of color #708D86: hue angle of 165.52º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708D86 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 134 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.45 |
| HSL | 165.52º | 0.11% | 0.5% | - |
| HSV(B) | 165.52º | 0.21% | 0.55% | - |
| XYZ | 20.51 | 24.22 | 26.15 | - |
| YUV | 131.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 134 | 0.21 | 0 | 0.05 | 0.45 | 165.52 | 0.11 | 0.5 |
| Hex | 70 | 8D | 86 | 15 | 0 | 5 | 2D | A6 | B | 32 |
| Octal | 160 | 215 | 206 | 25 | 0 | 5 | 55 | 246 | 13 | 62 |
| Binary | 1110000 | 10001101 | 10000110 | 10101 | 0 | 101 | 101101 | 10100110 | 1011 | 110010 |
Color Harmonies of #708D86
Complementary color
Monochromatic Colors of #708D86
Black with #708D86
Text Example
Text Example
White with #708D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D86; }
p { color: rgb(112,141,134); }
H1.HeaderClassName
{
color: #708D86;
}
.AnyTagClassName
{
color: #708D86;
}
</style>
background-color css
<style>
a { background-color: #708D86; }
a { background-color: rgb(112,141,134); }
div.DivClassName
{
background-color: #708D86;
}
.BgClassName
{
background-color: #708D86;
}
</style>
border-color css
<style>
span { border-color: #708D86; }
span { border-color: rgb(112,141,134); }
td.TdClassName
{
border-color: #708D86;
}
.TagClassName
{
border-color: #708D86;
}
</style>