Shades of Gumbo #708282
Tints of Gumbo #708282
RGB
CMYK
RGB Variations
Color information
#708282 (or 0x708282) is known color: Gumbo. HEX triplet: 70, 82 and 82. RGB value is (112,130,130). Sum of RGB (Red+Green+Blue) = 112+130+130=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #708282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708282 is #8F7D7D. Grayscale: #7C7C7C. Windows color (decimal): -9403774 or 8553072. OLE color: 8553072.
HSL color Cylindrical-coordinate representation of color #708282: hue angle of 180º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #708282 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 130 | - |
| CMYK | 0.14 | 0 | 0 | 0.49 |
| HSL | 180º | 0.07% | 0.47% | - |
| HSV(B) | 180º | 0.14% | 0.51% | - |
| XYZ | 18.69 | 21.02 | 24.19 | - |
| YUV | 124.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 130 | 0.14 | 0 | 0 | 0.49 | 180 | 0.07 | 0.47 |
| Hex | 70 | 82 | 82 | E | 0 | 0 | 31 | B4 | 7 | 2F |
| Octal | 160 | 202 | 202 | 16 | 0 | 0 | 61 | 264 | 7 | 57 |
| Binary | 1110000 | 10000010 | 10000010 | 1110 | 0 | 0 | 110001 | 10110100 | 111 | 101111 |
Color Harmonies of #708282
Complementary color
Monochromatic Colors of #708282
Black with #708282
Text Example
Text Example
White with #708282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708282; }
p { color: rgb(112,130,130); }
H1.HeaderClassName
{
color: #708282;
}
.AnyTagClassName
{
color: #708282;
}
</style>
background-color css
<style>
a { background-color: #708282; }
a { background-color: rgb(112,130,130); }
div.DivClassName
{
background-color: #708282;
}
.BgClassName
{
background-color: #708282;
}
</style>
border-color css
<style>
span { border-color: #708282; }
span { border-color: rgb(112,130,130); }
td.TdClassName
{
border-color: #708282;
}
.TagClassName
{
border-color: #708282;
}
</style>