Shades of Gumbo #70948B
Tints of Gumbo #70948B
RGB
CMYK
RGB Variations
Color information
#70948B (or 0x70948B) is known color: Gumbo. HEX triplet: 70, 94 and 8B. RGB value is (112,148,139). Sum of RGB (Red+Green+Blue) = 112+148+139=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #70948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70948B is #8F6B74. Grayscale: #888888. Windows color (decimal): -9399157 or 9147504. OLE color: 9147504.
HSL color Cylindrical-coordinate representation of color #70948B: hue angle of 165º 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 #70948B is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 139 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.42 |
| HSL | 165º | 0.14% | 0.51% | - |
| HSV(B) | 165º | 0.24% | 0.58% | - |
| XYZ | 21.93 | 26.49 | 28.38 | - |
| YUV | 136.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 139 | 0.24 | 0 | 0.06 | 0.42 | 165 | 0.14 | 0.51 |
| Hex | 70 | 94 | 8B | 18 | 0 | 6 | 2A | A5 | E | 33 |
| Octal | 160 | 224 | 213 | 30 | 0 | 6 | 52 | 245 | 16 | 63 |
| Binary | 1110000 | 10010100 | 10001011 | 11000 | 0 | 110 | 101010 | 10100101 | 1110 | 110011 |
Color Harmonies of #70948B
Complementary color
Monochromatic Colors of #70948B
Black with #70948B
Text Example
Text Example
White with #70948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70948B; }
p { color: rgb(112,148,139); }
H1.HeaderClassName
{
color: #70948B;
}
.AnyTagClassName
{
color: #70948B;
}
</style>
background-color css
<style>
a { background-color: #70948B; }
a { background-color: rgb(112,148,139); }
div.DivClassName
{
background-color: #70948B;
}
.BgClassName
{
background-color: #70948B;
}
</style>
border-color css
<style>
span { border-color: #70948B; }
span { border-color: rgb(112,148,139); }
td.TdClassName
{
border-color: #70948B;
}
.TagClassName
{
border-color: #70948B;
}
</style>