Shades of Gumbo #708D88
Tints of Gumbo #708D88
RGB
CMYK
RGB Variations
Color information
#708D88 (or 0x708D88) is known color: Gumbo. HEX triplet: 70, 8D and 88. RGB value is (112,141,136). Sum of RGB (Red+Green+Blue) = 112+141+136=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 141 - color contains mainly: green. Hex color #708D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708D88 is #8F7277. Grayscale: #838383. Windows color (decimal): -9400952 or 8949104. OLE color: 8949104.
HSL color Cylindrical-coordinate representation of color #708D88: hue angle of 169.66º 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 #708D88 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 136 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.45 |
| HSL | 169.66º | 0.11% | 0.5% | - |
| HSV(B) | 169.66º | 0.21% | 0.55% | - |
| XYZ | 20.65 | 24.27 | 26.89 | - |
| YUV | 131.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 136 | 0.21 | 0 | 0.04 | 0.45 | 169.66 | 0.11 | 0.5 |
| Hex | 70 | 8D | 88 | 15 | 0 | 4 | 2D | AA | B | 32 |
| Octal | 160 | 215 | 210 | 25 | 0 | 4 | 55 | 252 | 13 | 62 |
| Binary | 1110000 | 10001101 | 10001000 | 10101 | 0 | 100 | 101101 | 10101010 | 1011 | 110010 |
Color Harmonies of #708D88
Complementary color
Monochromatic Colors of #708D88
Black with #708D88
Text Example
Text Example
White with #708D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D88; }
p { color: rgb(112,141,136); }
H1.HeaderClassName
{
color: #708D88;
}
.AnyTagClassName
{
color: #708D88;
}
</style>
background-color css
<style>
a { background-color: #708D88; }
a { background-color: rgb(112,141,136); }
div.DivClassName
{
background-color: #708D88;
}
.BgClassName
{
background-color: #708D88;
}
</style>
border-color css
<style>
span { border-color: #708D88; }
span { border-color: rgb(112,141,136); }
td.TdClassName
{
border-color: #708D88;
}
.TagClassName
{
border-color: #708D88;
}
</style>