Shades of Gumbo #708887
Tints of Gumbo #708887
RGB
CMYK
RGB Variations
Color information
#708887 (or 0x708887) is known color: Gumbo. HEX triplet: 70, 88 and 87. RGB value is (112,136,135). Sum of RGB (Red+Green+Blue) = 112+136+135=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 136 - color contains mainly: green. Hex color #708887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708887 is #8F7778. Grayscale: #808080. Windows color (decimal): -9402233 or 8882288. OLE color: 8882288.
HSL color Cylindrical-coordinate representation of color #708887: hue angle of 177.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708887 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 136 | 135 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.47 |
| HSL | 177.5º | 0.1% | 0.49% | - |
| HSV(B) | 177.5º | 0.18% | 0.53% | - |
| XYZ | 19.86 | 22.8 | 26.28 | - |
| YUV | 128.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 135 | 0.18 | 0 | 0.01 | 0.47 | 177.5 | 0.1 | 0.49 |
| Hex | 70 | 88 | 87 | 12 | 0 | 1 | 2F | B2 | A | 31 |
| Octal | 160 | 210 | 207 | 22 | 0 | 1 | 57 | 262 | 12 | 61 |
| Binary | 1110000 | 10001000 | 10000111 | 10010 | 0 | 1 | 101111 | 10110010 | 1010 | 110001 |
Color Harmonies of #708887
Complementary color
Monochromatic Colors of #708887
Black with #708887
Text Example
Text Example
White with #708887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708887; }
p { color: rgb(112,136,135); }
H1.HeaderClassName
{
color: #708887;
}
.AnyTagClassName
{
color: #708887;
}
</style>
background-color css
<style>
a { background-color: #708887; }
a { background-color: rgb(112,136,135); }
div.DivClassName
{
background-color: #708887;
}
.BgClassName
{
background-color: #708887;
}
</style>
border-color css
<style>
span { border-color: #708887; }
span { border-color: rgb(112,136,135); }
td.TdClassName
{
border-color: #708887;
}
.TagClassName
{
border-color: #708887;
}
</style>