Shades of Gumbo #708C86
Tints of Gumbo #708C86
RGB
CMYK
RGB Variations
Color information
#708C86 (or 0x708C86) is known color: Gumbo. HEX triplet: 70, 8C and 86. RGB value is (112,140,134). Sum of RGB (Red+Green+Blue) = 112+140+134=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 140 - color contains mainly: green. Hex color #708C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C86 is #8F7379. Grayscale: #828282. Windows color (decimal): -9401210 or 8817776. OLE color: 8817776.
HSL color Cylindrical-coordinate representation of color #708C86: hue angle of 167.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708C86 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 134 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.45 |
| HSL | 167.14º | 0.11% | 0.49% | - |
| HSV(B) | 167.14º | 0.2% | 0.55% | - |
| XYZ | 20.36 | 23.92 | 26.1 | - |
| YUV | 130.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 134 | 0.20 | 0 | 0.04 | 0.45 | 167.14 | 0.11 | 0.49 |
| Hex | 70 | 8C | 86 | 14 | 0 | 4 | 2D | A7 | B | 31 |
| Octal | 160 | 214 | 206 | 24 | 0 | 4 | 55 | 247 | 13 | 61 |
| Binary | 1110000 | 10001100 | 10000110 | 10100 | 0 | 100 | 101101 | 10100111 | 1011 | 110001 |
Color Harmonies of #708C86
Complementary color
Monochromatic Colors of #708C86
Black with #708C86
Text Example
Text Example
White with #708C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C86; }
p { color: rgb(112,140,134); }
H1.HeaderClassName
{
color: #708C86;
}
.AnyTagClassName
{
color: #708C86;
}
</style>
background-color css
<style>
a { background-color: #708C86; }
a { background-color: rgb(112,140,134); }
div.DivClassName
{
background-color: #708C86;
}
.BgClassName
{
background-color: #708C86;
}
</style>
border-color css
<style>
span { border-color: #708C86; }
span { border-color: rgb(112,140,134); }
td.TdClassName
{
border-color: #708C86;
}
.TagClassName
{
border-color: #708C86;
}
</style>