Shades of Storm Grey #707380
Tints of Storm Grey #707380
RGB
CMYK
RGB Variations
Color information
#707380 (or 0x707380) is known color: Storm Grey. HEX triplet: 70, 73 and 80. RGB value is (112,115,128). Sum of RGB (Red+Green+Blue) = 112+115+128=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 128 - color contains mainly: blue. Hex color #707380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707380 is #8F8C7F. Grayscale: #737373. Windows color (decimal): -9407616 or 8418160. OLE color: 8418160.
HSL color Cylindrical-coordinate representation of color #707380: hue angle of 228.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707380 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 115 | 128 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.50 |
| HSL | 228.75º | 0.07% | 0.47% | - |
| HSV(B) | 228.75º | 0.13% | 0.5% | - |
| XYZ | 16.71 | 17.26 | 22.87 | - |
| YUV | 115.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 128 | 0.12 | 0.10 | 0 | 0.50 | 228.75 | 0.07 | 0.47 |
| Hex | 70 | 73 | 80 | C | A | 0 | 32 | E5 | 7 | 2F |
| Octal | 160 | 163 | 200 | 14 | 12 | 0 | 62 | 345 | 7 | 57 |
| Binary | 1110000 | 1110011 | 10000000 | 1100 | 1010 | 0 | 110010 | 11100101 | 111 | 101111 |
Color Harmonies of #707380
Complementary color
Monochromatic Colors of #707380
Black with #707380
Text Example
Text Example
White with #707380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707380; }
p { color: rgb(112,115,128); }
H1.HeaderClassName
{
color: #707380;
}
.AnyTagClassName
{
color: #707380;
}
</style>
background-color css
<style>
a { background-color: #707380; }
a { background-color: rgb(112,115,128); }
div.DivClassName
{
background-color: #707380;
}
.BgClassName
{
background-color: #707380;
}
</style>
border-color css
<style>
span { border-color: #707380; }
span { border-color: rgb(112,115,128); }
td.TdClassName
{
border-color: #707380;
}
.TagClassName
{
border-color: #707380;
}
</style>