Shades of Storm Grey #707384
Tints of Storm Grey #707384
RGB
CMYK
RGB Variations
Color information
#707384 (or 0x707384) is known color: Storm Grey. HEX triplet: 70, 73 and 84. RGB value is (112,115,132). Sum of RGB (Red+Green+Blue) = 112+115+132=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #707384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707384 is #8F8C7B. Grayscale: #737373. Windows color (decimal): -9407612 or 8680304. OLE color: 8680304.
HSL color Cylindrical-coordinate representation of color #707384: hue angle of 231º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707384 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 115 | 132 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.48 |
| HSL | 231º | 0.08% | 0.48% | - |
| HSV(B) | 231º | 0.15% | 0.52% | - |
| XYZ | 16.98 | 17.37 | 24.29 | - |
| YUV | 116.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 132 | 0.15 | 0.13 | 0 | 0.48 | 231 | 0.08 | 0.48 |
| Hex | 70 | 73 | 84 | F | D | 0 | 30 | E7 | 8 | 30 |
| Octal | 160 | 163 | 204 | 17 | 15 | 0 | 60 | 347 | 10 | 60 |
| Binary | 1110000 | 1110011 | 10000100 | 1111 | 1101 | 0 | 110000 | 11100111 | 1000 | 110000 |
Color Harmonies of #707384
Complementary color
Monochromatic Colors of #707384
Black with #707384
Text Example
Text Example
White with #707384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707384; }
p { color: rgb(112,115,132); }
H1.HeaderClassName
{
color: #707384;
}
.AnyTagClassName
{
color: #707384;
}
</style>
background-color css
<style>
a { background-color: #707384; }
a { background-color: rgb(112,115,132); }
div.DivClassName
{
background-color: #707384;
}
.BgClassName
{
background-color: #707384;
}
</style>
border-color css
<style>
span { border-color: #707384; }
span { border-color: rgb(112,115,132); }
td.TdClassName
{
border-color: #707384;
}
.TagClassName
{
border-color: #707384;
}
</style>