Shades of Gumbo #708682
Tints of Gumbo #708682
RGB
CMYK
RGB Variations
Color information
#708682 (or 0x708682) is known color: Gumbo. HEX triplet: 70, 86 and 82. RGB value is (112,134,130). Sum of RGB (Red+Green+Blue) = 112+134+130=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #708682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708682 is #8F797D. Grayscale: #7E7E7E. Windows color (decimal): -9402750 or 8554096. OLE color: 8554096.
HSL color Cylindrical-coordinate representation of color #708682: hue angle of 169.09º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708682 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 130 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.47 |
| HSL | 169.09º | 0.09% | 0.48% | - |
| HSV(B) | 169.09º | 0.16% | 0.53% | - |
| XYZ | 19.24 | 22.11 | 24.37 | - |
| YUV | 126.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 130 | 0.16 | 0 | 0.03 | 0.47 | 169.09 | 0.09 | 0.48 |
| Hex | 70 | 86 | 82 | 10 | 0 | 3 | 2F | A9 | 9 | 30 |
| Octal | 160 | 206 | 202 | 20 | 0 | 3 | 57 | 251 | 11 | 60 |
| Binary | 1110000 | 10000110 | 10000010 | 10000 | 0 | 11 | 101111 | 10101001 | 1001 | 110000 |
Color Harmonies of #708682
Complementary color
Monochromatic Colors of #708682
Black with #708682
Text Example
Text Example
White with #708682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708682; }
p { color: rgb(112,134,130); }
H1.HeaderClassName
{
color: #708682;
}
.AnyTagClassName
{
color: #708682;
}
</style>
background-color css
<style>
a { background-color: #708682; }
a { background-color: rgb(112,134,130); }
div.DivClassName
{
background-color: #708682;
}
.BgClassName
{
background-color: #708682;
}
</style>
border-color css
<style>
span { border-color: #708682; }
span { border-color: rgb(112,134,130); }
td.TdClassName
{
border-color: #708682;
}
.TagClassName
{
border-color: #708682;
}
</style>