Shades of Gumbo #708481
Tints of Gumbo #708481
RGB
CMYK
RGB Variations
Color information
#708481 (or 0x708481) is known color: Gumbo. HEX triplet: 70, 84 and 81. RGB value is (112,132,129). Sum of RGB (Red+Green+Blue) = 112+132+129=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #708481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708481 is #8F7B7E. Grayscale: #7D7D7D. Windows color (decimal): -9403263 or 8488048. OLE color: 8488048.
HSL color Cylindrical-coordinate representation of color #708481: hue angle of 171º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #708481 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 132 | 129 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.48 |
| HSL | 171º | 0.08% | 0.48% | - |
| HSV(B) | 171º | 0.15% | 0.52% | - |
| XYZ | 18.9 | 21.53 | 23.93 | - |
| YUV | 125.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 132 | 129 | 0.15 | 0 | 0.02 | 0.48 | 171 | 0.08 | 0.48 |
| Hex | 70 | 84 | 81 | F | 0 | 2 | 30 | AB | 8 | 30 |
| Octal | 160 | 204 | 201 | 17 | 0 | 2 | 60 | 253 | 10 | 60 |
| Binary | 1110000 | 10000100 | 10000001 | 1111 | 0 | 10 | 110000 | 10101011 | 1000 | 110000 |
Color Harmonies of #708481
Complementary color
Monochromatic Colors of #708481
Black with #708481
Text Example
Text Example
White with #708481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708481; }
p { color: rgb(112,132,129); }
H1.HeaderClassName
{
color: #708481;
}
.AnyTagClassName
{
color: #708481;
}
</style>
background-color css
<style>
a { background-color: #708481; }
a { background-color: rgb(112,132,129); }
div.DivClassName
{
background-color: #708481;
}
.BgClassName
{
background-color: #708481;
}
</style>
border-color css
<style>
span { border-color: #708481; }
span { border-color: rgb(112,132,129); }
td.TdClassName
{
border-color: #708481;
}
.TagClassName
{
border-color: #708481;
}
</style>