Shades of Gumbo #70948E
Tints of Gumbo #70948E
RGB
CMYK
RGB Variations
Color information
#70948E (or 0x70948E) is known color: Gumbo. HEX triplet: 70, 94 and 8E. RGB value is (112,148,142). Sum of RGB (Red+Green+Blue) = 112+148+142=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #70948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70948E is #8F6B71. Grayscale: #888888. Windows color (decimal): -9399154 or 9344112. OLE color: 9344112.
HSL color Cylindrical-coordinate representation of color #70948E: hue angle of 170º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70948E is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 142 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.42 |
| HSL | 170º | 0.14% | 0.51% | - |
| HSV(B) | 170º | 0.24% | 0.58% | - |
| XYZ | 22.15 | 26.58 | 29.55 | - |
| YUV | 136.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 142 | 0.24 | 0 | 0.04 | 0.42 | 170 | 0.14 | 0.51 |
| Hex | 70 | 94 | 8E | 18 | 0 | 4 | 2A | AA | E | 33 |
| Octal | 160 | 224 | 216 | 30 | 0 | 4 | 52 | 252 | 16 | 63 |
| Binary | 1110000 | 10010100 | 10001110 | 11000 | 0 | 100 | 101010 | 10101010 | 1110 | 110011 |
Color Harmonies of #70948E
Complementary color
Monochromatic Colors of #70948E
Black with #70948E
Text Example
Text Example
White with #70948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70948E; }
p { color: rgb(112,148,142); }
H1.HeaderClassName
{
color: #70948E;
}
.AnyTagClassName
{
color: #70948E;
}
</style>
background-color css
<style>
a { background-color: #70948E; }
a { background-color: rgb(112,148,142); }
div.DivClassName
{
background-color: #70948E;
}
.BgClassName
{
background-color: #70948E;
}
</style>
border-color css
<style>
span { border-color: #70948E; }
span { border-color: rgb(112,148,142); }
td.TdClassName
{
border-color: #70948E;
}
.TagClassName
{
border-color: #70948E;
}
</style>