Shades of Gumbo #708281
Tints of Gumbo #708281
RGB
CMYK
RGB Variations
Color information
#708281 (or 0x708281) is known color: Gumbo. HEX triplet: 70, 82 and 81. RGB value is (112,130,129). Sum of RGB (Red+Green+Blue) = 112+130+129=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 130 - color contains mainly: green. Hex color #708281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708281 is #8F7D7E. Grayscale: #7C7C7C. Windows color (decimal): -9403775 or 8487536. OLE color: 8487536.
HSL color Cylindrical-coordinate representation of color #708281: hue angle of 176.67º 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 #708281 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 129 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.49 |
| HSL | 176.67º | 0.07% | 0.47% | - |
| HSV(B) | 176.67º | 0.14% | 0.51% | - |
| XYZ | 18.63 | 20.99 | 23.84 | - |
| YUV | 124.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 129 | 0.14 | 0 | 0.01 | 0.49 | 176.67 | 0.07 | 0.47 |
| Hex | 70 | 82 | 81 | E | 0 | 1 | 31 | B1 | 7 | 2F |
| Octal | 160 | 202 | 201 | 16 | 0 | 1 | 61 | 261 | 7 | 57 |
| Binary | 1110000 | 10000010 | 10000001 | 1110 | 0 | 1 | 110001 | 10110001 | 111 | 101111 |
Color Harmonies of #708281
Complementary color
Monochromatic Colors of #708281
Black with #708281
Text Example
Text Example
White with #708281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708281; }
p { color: rgb(112,130,129); }
H1.HeaderClassName
{
color: #708281;
}
.AnyTagClassName
{
color: #708281;
}
</style>
background-color css
<style>
a { background-color: #708281; }
a { background-color: rgb(112,130,129); }
div.DivClassName
{
background-color: #708281;
}
.BgClassName
{
background-color: #708281;
}
</style>
border-color css
<style>
span { border-color: #708281; }
span { border-color: rgb(112,130,129); }
td.TdClassName
{
border-color: #708281;
}
.TagClassName
{
border-color: #708281;
}
</style>