Shades of Gumbo #708B88
Tints of Gumbo #708B88
RGB
CMYK
RGB Variations
Color information
#708B88 (or 0x708B88) is known color: Gumbo. HEX triplet: 70, 8B and 88. RGB value is (112,139,136). Sum of RGB (Red+Green+Blue) = 112+139+136=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 139 - color contains mainly: green. Hex color #708B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B88 is #8F7477. Grayscale: #828282. Windows color (decimal): -9401464 or 8948592. OLE color: 8948592.
HSL color Cylindrical-coordinate representation of color #708B88: hue angle of 173.33º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #708B88 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 136 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.45 |
| HSL | 173.33º | 0.11% | 0.49% | - |
| HSV(B) | 173.33º | 0.19% | 0.55% | - |
| XYZ | 20.36 | 23.69 | 26.79 | - |
| YUV | 130.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 136 | 0.19 | 0 | 0.02 | 0.45 | 173.33 | 0.11 | 0.49 |
| Hex | 70 | 8B | 88 | 13 | 0 | 2 | 2D | AD | B | 31 |
| Octal | 160 | 213 | 210 | 23 | 0 | 2 | 55 | 255 | 13 | 61 |
| Binary | 1110000 | 10001011 | 10001000 | 10011 | 0 | 10 | 101101 | 10101101 | 1011 | 110001 |
Color Harmonies of #708B88
Complementary color
Monochromatic Colors of #708B88
Black with #708B88
Text Example
Text Example
White with #708B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B88; }
p { color: rgb(112,139,136); }
H1.HeaderClassName
{
color: #708B88;
}
.AnyTagClassName
{
color: #708B88;
}
</style>
background-color css
<style>
a { background-color: #708B88; }
a { background-color: rgb(112,139,136); }
div.DivClassName
{
background-color: #708B88;
}
.BgClassName
{
background-color: #708B88;
}
</style>
border-color css
<style>
span { border-color: #708B88; }
span { border-color: rgb(112,139,136); }
td.TdClassName
{
border-color: #708B88;
}
.TagClassName
{
border-color: #708B88;
}
</style>