Shades of Gumbo #708F88
Tints of Gumbo #708F88
RGB
CMYK
RGB Variations
Color information
#708F88 (or 0x708F88) is known color: Gumbo. HEX triplet: 70, 8F and 88. RGB value is (112,143,136). Sum of RGB (Red+Green+Blue) = 112+143+136=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 143 - color contains mainly: green. Hex color #708F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708F88 is #8F7077. Grayscale: #848484. Windows color (decimal): -9400440 or 8949616. OLE color: 8949616.
HSL color Cylindrical-coordinate representation of color #708F88: hue angle of 166.45º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708F88 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 143 | 136 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.44 |
| HSL | 166.45º | 0.12% | 0.5% | - |
| HSV(B) | 166.45º | 0.22% | 0.56% | - |
| XYZ | 20.95 | 24.87 | 26.99 | - |
| YUV | 132.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 136 | 0.22 | 0 | 0.05 | 0.44 | 166.45 | 0.12 | 0.5 |
| Hex | 70 | 8F | 88 | 16 | 0 | 5 | 2C | A6 | C | 32 |
| Octal | 160 | 217 | 210 | 26 | 0 | 5 | 54 | 246 | 14 | 62 |
| Binary | 1110000 | 10001111 | 10001000 | 10110 | 0 | 101 | 101100 | 10100110 | 1100 | 110010 |
Color Harmonies of #708F88
Complementary color
Monochromatic Colors of #708F88
Black with #708F88
Text Example
Text Example
White with #708F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708F88; }
p { color: rgb(112,143,136); }
H1.HeaderClassName
{
color: #708F88;
}
.AnyTagClassName
{
color: #708F88;
}
</style>
background-color css
<style>
a { background-color: #708F88; }
a { background-color: rgb(112,143,136); }
div.DivClassName
{
background-color: #708F88;
}
.BgClassName
{
background-color: #708F88;
}
</style>
border-color css
<style>
span { border-color: #708F88; }
span { border-color: rgb(112,143,136); }
td.TdClassName
{
border-color: #708F88;
}
.TagClassName
{
border-color: #708F88;
}
</style>