Shades of Storm Grey #707381
Tints of Storm Grey #707381
RGB
CMYK
RGB Variations
Color information
#707381 (or 0x707381) is known color: Storm Grey. HEX triplet: 70, 73 and 81. RGB value is (112,115,129). Sum of RGB (Red+Green+Blue) = 112+115+129=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 129 - color contains mainly: blue. Hex color #707381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707381 is #8F8C7E. Grayscale: #737373. Windows color (decimal): -9407615 or 8483696. OLE color: 8483696.
HSL color Cylindrical-coordinate representation of color #707381: hue angle of 229.41º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #707381 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 115 | 129 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.49 |
| HSL | 229.41º | 0.07% | 0.47% | - |
| HSV(B) | 229.41º | 0.13% | 0.51% | - |
| XYZ | 16.78 | 17.29 | 23.22 | - |
| YUV | 115.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 129 | 0.13 | 0.11 | 0 | 0.49 | 229.41 | 0.07 | 0.47 |
| Hex | 70 | 73 | 81 | D | B | 0 | 31 | E5 | 7 | 2F |
| Octal | 160 | 163 | 201 | 15 | 13 | 0 | 61 | 345 | 7 | 57 |
| Binary | 1110000 | 1110011 | 10000001 | 1101 | 1011 | 0 | 110001 | 11100101 | 111 | 101111 |
Color Harmonies of #707381
Complementary color
Monochromatic Colors of #707381
Black with #707381
Text Example
Text Example
White with #707381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707381; }
p { color: rgb(112,115,129); }
H1.HeaderClassName
{
color: #707381;
}
.AnyTagClassName
{
color: #707381;
}
</style>
background-color css
<style>
a { background-color: #707381; }
a { background-color: rgb(112,115,129); }
div.DivClassName
{
background-color: #707381;
}
.BgClassName
{
background-color: #707381;
}
</style>
border-color css
<style>
span { border-color: #707381; }
span { border-color: rgb(112,115,129); }
td.TdClassName
{
border-color: #707381;
}
.TagClassName
{
border-color: #707381;
}
</style>