Shades of Gumbo #708E8A
Tints of Gumbo #708E8A
RGB
CMYK
RGB Variations
Color information
#708E8A (or 0x708E8A) is known color: Gumbo. HEX triplet: 70, 8E and 8A. RGB value is (112,142,138). Sum of RGB (Red+Green+Blue) = 112+142+138=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 142 - color contains mainly: green. Hex color #708E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E8A is #8F7175. Grayscale: #848484. Windows color (decimal): -9400694 or 9080432. OLE color: 9080432.
HSL color Cylindrical-coordinate representation of color #708E8A: hue angle of 172º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708E8A is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 138 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.44 |
| HSL | 172º | 0.12% | 0.5% | - |
| HSV(B) | 172º | 0.21% | 0.56% | - |
| XYZ | 20.94 | 24.63 | 27.69 | - |
| YUV | 132.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 138 | 0.21 | 0 | 0.03 | 0.44 | 172 | 0.12 | 0.5 |
| Hex | 70 | 8E | 8A | 15 | 0 | 3 | 2C | AC | C | 32 |
| Octal | 160 | 216 | 212 | 25 | 0 | 3 | 54 | 254 | 14 | 62 |
| Binary | 1110000 | 10001110 | 10001010 | 10101 | 0 | 11 | 101100 | 10101100 | 1100 | 110010 |
Color Harmonies of #708E8A
Complementary color
Monochromatic Colors of #708E8A
Black with #708E8A
Text Example
Text Example
White with #708E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E8A; }
p { color: rgb(112,142,138); }
H1.HeaderClassName
{
color: #708E8A;
}
.AnyTagClassName
{
color: #708E8A;
}
</style>
background-color css
<style>
a { background-color: #708E8A; }
a { background-color: rgb(112,142,138); }
div.DivClassName
{
background-color: #708E8A;
}
.BgClassName
{
background-color: #708E8A;
}
</style>
border-color css
<style>
span { border-color: #708E8A; }
span { border-color: rgb(112,142,138); }
td.TdClassName
{
border-color: #708E8A;
}
.TagClassName
{
border-color: #708E8A;
}
</style>