Shades of Storm Grey #70768D
Tints of Storm Grey #70768D
RGB
CMYK
RGB Variations
Color information
#70768D (or 0x70768D) is known color: Storm Grey. HEX triplet: 70, 76 and 8D. RGB value is (112,118,141). Sum of RGB (Red+Green+Blue) = 112+118+141=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #70768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70768D is #8F8972. Grayscale: #767676. Windows color (decimal): -9406835 or 9270896. OLE color: 9270896.
HSL color Cylindrical-coordinate representation of color #70768D: hue angle of 227.59º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70768D is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 118 | 141 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.45 |
| HSL | 227.59º | 0.11% | 0.5% | - |
| HSV(B) | 227.59º | 0.21% | 0.55% | - |
| XYZ | 17.97 | 18.32 | 27.79 | - |
| YUV | 118.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 141 | 0.21 | 0.16 | 0 | 0.45 | 227.59 | 0.11 | 0.5 |
| Hex | 70 | 76 | 8D | 15 | 10 | 0 | 2D | E4 | B | 32 |
| Octal | 160 | 166 | 215 | 25 | 20 | 0 | 55 | 344 | 13 | 62 |
| Binary | 1110000 | 1110110 | 10001101 | 10101 | 10000 | 0 | 101101 | 11100100 | 1011 | 110010 |
Color Harmonies of #70768D
Complementary color
Monochromatic Colors of #70768D
Black with #70768D
Text Example
Text Example
White with #70768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70768D; }
p { color: rgb(112,118,141); }
H1.HeaderClassName
{
color: #70768D;
}
.AnyTagClassName
{
color: #70768D;
}
</style>
background-color css
<style>
a { background-color: #70768D; }
a { background-color: rgb(112,118,141); }
div.DivClassName
{
background-color: #70768D;
}
.BgClassName
{
background-color: #70768D;
}
</style>
border-color css
<style>
span { border-color: #70768D; }
span { border-color: rgb(112,118,141); }
td.TdClassName
{
border-color: #70768D;
}
.TagClassName
{
border-color: #70768D;
}
</style>