Shades of Gumbo #70948A
Tints of Gumbo #70948A
RGB
CMYK
RGB Variations
Color information
#70948A (or 0x70948A) is known color: Gumbo. HEX triplet: 70, 94 and 8A. RGB value is (112,148,138). Sum of RGB (Red+Green+Blue) = 112+148+138=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #70948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70948A is #8F6B75. Grayscale: #888888. Windows color (decimal): -9399158 or 9081968. OLE color: 9081968.
HSL color Cylindrical-coordinate representation of color #70948A: hue angle of 163.33º 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 #70948A is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 138 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.42 |
| HSL | 163.33º | 0.14% | 0.51% | - |
| HSV(B) | 163.33º | 0.24% | 0.58% | - |
| XYZ | 21.86 | 26.46 | 28 | - |
| YUV | 136.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 138 | 0.24 | 0 | 0.07 | 0.42 | 163.33 | 0.14 | 0.51 |
| Hex | 70 | 94 | 8A | 18 | 0 | 7 | 2A | A3 | E | 33 |
| Octal | 160 | 224 | 212 | 30 | 0 | 7 | 52 | 243 | 16 | 63 |
| Binary | 1110000 | 10010100 | 10001010 | 11000 | 0 | 111 | 101010 | 10100011 | 1110 | 110011 |
Color Harmonies of #70948A
Complementary color
Monochromatic Colors of #70948A
Black with #70948A
Text Example
Text Example
White with #70948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70948A; }
p { color: rgb(112,148,138); }
H1.HeaderClassName
{
color: #70948A;
}
.AnyTagClassName
{
color: #70948A;
}
</style>
background-color css
<style>
a { background-color: #70948A; }
a { background-color: rgb(112,148,138); }
div.DivClassName
{
background-color: #70948A;
}
.BgClassName
{
background-color: #70948A;
}
</style>
border-color css
<style>
span { border-color: #70948A; }
span { border-color: rgb(112,148,138); }
td.TdClassName
{
border-color: #70948A;
}
.TagClassName
{
border-color: #70948A;
}
</style>