Shades of Gumbo #708B84
Tints of Gumbo #708B84
RGB
CMYK
RGB Variations
Color information
#708B84 (or 0x708B84) is known color: Gumbo. HEX triplet: 70, 8B and 84. RGB value is (112,139,132). Sum of RGB (Red+Green+Blue) = 112+139+132=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 139 - color contains mainly: green. Hex color #708B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B84 is #8F747B. Grayscale: #828282. Windows color (decimal): -9401468 or 8686448. OLE color: 8686448.
HSL color Cylindrical-coordinate representation of color #708B84: hue angle of 164.44º 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 #708B84 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 132 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.45 |
| HSL | 164.44º | 0.11% | 0.49% | - |
| HSV(B) | 164.44º | 0.19% | 0.55% | - |
| XYZ | 20.08 | 23.58 | 25.32 | - |
| YUV | 130.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 132 | 0.19 | 0 | 0.05 | 0.45 | 164.44 | 0.11 | 0.49 |
| Hex | 70 | 8B | 84 | 13 | 0 | 5 | 2D | A4 | B | 31 |
| Octal | 160 | 213 | 204 | 23 | 0 | 5 | 55 | 244 | 13 | 61 |
| Binary | 1110000 | 10001011 | 10000100 | 10011 | 0 | 101 | 101101 | 10100100 | 1011 | 110001 |
Color Harmonies of #708B84
Complementary color
Monochromatic Colors of #708B84
Black with #708B84
Text Example
Text Example
White with #708B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B84; }
p { color: rgb(112,139,132); }
H1.HeaderClassName
{
color: #708B84;
}
.AnyTagClassName
{
color: #708B84;
}
</style>
background-color css
<style>
a { background-color: #708B84; }
a { background-color: rgb(112,139,132); }
div.DivClassName
{
background-color: #708B84;
}
.BgClassName
{
background-color: #708B84;
}
</style>
border-color css
<style>
span { border-color: #708B84; }
span { border-color: rgb(112,139,132); }
td.TdClassName
{
border-color: #708B84;
}
.TagClassName
{
border-color: #708B84;
}
</style>