Shades of Gumbo #70908C
Tints of Gumbo #70908C
RGB
CMYK
RGB Variations
Color information
#70908C (or 0x70908C) is known color: Gumbo. HEX triplet: 70, 90 and 8C. RGB value is (112,144,140). Sum of RGB (Red+Green+Blue) = 112+144+140=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 144 - color contains mainly: green. Hex color #70908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70908C is #8F6F73. Grayscale: #858585. Windows color (decimal): -9400180 or 9212016. OLE color: 9212016.
HSL color Cylindrical-coordinate representation of color #70908C: hue angle of 172.5º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70908C is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 144 | 140 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.44 |
| HSL | 172.5º | 0.13% | 0.5% | - |
| HSV(B) | 172.5º | 0.22% | 0.56% | - |
| XYZ | 21.39 | 25.28 | 28.56 | - |
| YUV | 133.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 140 | 0.22 | 0 | 0.03 | 0.44 | 172.5 | 0.13 | 0.5 |
| Hex | 70 | 90 | 8C | 16 | 0 | 3 | 2C | AC | D | 32 |
| Octal | 160 | 220 | 214 | 26 | 0 | 3 | 54 | 254 | 15 | 62 |
| Binary | 1110000 | 10010000 | 10001100 | 10110 | 0 | 11 | 101100 | 10101100 | 1101 | 110010 |
Color Harmonies of #70908C
Complementary color
Monochromatic Colors of #70908C
Black with #70908C
Text Example
Text Example
White with #70908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70908C; }
p { color: rgb(112,144,140); }
H1.HeaderClassName
{
color: #70908C;
}
.AnyTagClassName
{
color: #70908C;
}
</style>
background-color css
<style>
a { background-color: #70908C; }
a { background-color: rgb(112,144,140); }
div.DivClassName
{
background-color: #70908C;
}
.BgClassName
{
background-color: #70908C;
}
</style>
border-color css
<style>
span { border-color: #70908C; }
span { border-color: rgb(112,144,140); }
td.TdClassName
{
border-color: #70908C;
}
.TagClassName
{
border-color: #70908C;
}
</style>