Shades of Storm Grey #70778B
Tints of Storm Grey #70778B
RGB
CMYK
RGB Variations
Color information
#70778B (or 0x70778B) is known color: Storm Grey. HEX triplet: 70, 77 and 8B. RGB value is (112,119,139). Sum of RGB (Red+Green+Blue) = 112+119+139=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #70778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70778B is #8F8874. Grayscale: #777777. Windows color (decimal): -9406581 or 9140080. OLE color: 9140080.
HSL color Cylindrical-coordinate representation of color #70778B: hue angle of 224.44º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70778B is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 119 | 139 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.45 |
| HSL | 224.44º | 0.11% | 0.49% | - |
| HSV(B) | 224.44º | 0.19% | 0.55% | - |
| XYZ | 17.94 | 18.5 | 27.05 | - |
| YUV | 119.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 139 | 0.19 | 0.14 | 0 | 0.45 | 224.44 | 0.11 | 0.49 |
| Hex | 70 | 77 | 8B | 13 | E | 0 | 2D | E0 | B | 31 |
| Octal | 160 | 167 | 213 | 23 | 16 | 0 | 55 | 340 | 13 | 61 |
| Binary | 1110000 | 1110111 | 10001011 | 10011 | 1110 | 0 | 101101 | 11100000 | 1011 | 110001 |
Color Harmonies of #70778B
Complementary color
Monochromatic Colors of #70778B
Black with #70778B
Text Example
Text Example
White with #70778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70778B; }
p { color: rgb(112,119,139); }
H1.HeaderClassName
{
color: #70778B;
}
.AnyTagClassName
{
color: #70778B;
}
</style>
background-color css
<style>
a { background-color: #70778B; }
a { background-color: rgb(112,119,139); }
div.DivClassName
{
background-color: #70778B;
}
.BgClassName
{
background-color: #70778B;
}
</style>
border-color css
<style>
span { border-color: #70778B; }
span { border-color: rgb(112,119,139); }
td.TdClassName
{
border-color: #70778B;
}
.TagClassName
{
border-color: #70778B;
}
</style>