Shades of Gumbo #708D84
Tints of Gumbo #708D84
RGB
CMYK
RGB Variations
Color information
#708D84 (or 0x708D84) is known color: Gumbo. HEX triplet: 70, 8D and 84. RGB value is (112,141,132). Sum of RGB (Red+Green+Blue) = 112+141+132=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 141 - color contains mainly: green. Hex color #708D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708D84 is #8F727B. Grayscale: #838383. Windows color (decimal): -9400956 or 8686960. OLE color: 8686960.
HSL color Cylindrical-coordinate representation of color #708D84: hue angle of 161.38º 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 #708D84 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 132 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.45 |
| HSL | 161.38º | 0.11% | 0.5% | - |
| HSV(B) | 161.38º | 0.21% | 0.55% | - |
| XYZ | 20.37 | 24.16 | 25.42 | - |
| YUV | 131.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 132 | 0.21 | 0 | 0.06 | 0.45 | 161.38 | 0.11 | 0.5 |
| Hex | 70 | 8D | 84 | 15 | 0 | 6 | 2D | A1 | B | 32 |
| Octal | 160 | 215 | 204 | 25 | 0 | 6 | 55 | 241 | 13 | 62 |
| Binary | 1110000 | 10001101 | 10000100 | 10101 | 0 | 110 | 101101 | 10100001 | 1011 | 110010 |
Color Harmonies of #708D84
Complementary color
Monochromatic Colors of #708D84
Black with #708D84
Text Example
Text Example
White with #708D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D84; }
p { color: rgb(112,141,132); }
H1.HeaderClassName
{
color: #708D84;
}
.AnyTagClassName
{
color: #708D84;
}
</style>
background-color css
<style>
a { background-color: #708D84; }
a { background-color: rgb(112,141,132); }
div.DivClassName
{
background-color: #708D84;
}
.BgClassName
{
background-color: #708D84;
}
</style>
border-color css
<style>
span { border-color: #708D84; }
span { border-color: rgb(112,141,132); }
td.TdClassName
{
border-color: #708D84;
}
.TagClassName
{
border-color: #708D84;
}
</style>