Shades of Storm Grey #707784
Tints of Storm Grey #707784
RGB
CMYK
RGB Variations
Color information
#707784 (or 0x707784) is known color: Storm Grey. HEX triplet: 70, 77 and 84. RGB value is (112,119,132). Sum of RGB (Red+Green+Blue) = 112+119+132=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #707784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707784 is #8F887B. Grayscale: #767676. Windows color (decimal): -9406588 or 8681328. OLE color: 8681328.
HSL color Cylindrical-coordinate representation of color #707784: hue angle of 219º 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 #707784 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 119 | 132 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.48 |
| HSL | 219º | 0.08% | 0.48% | - |
| HSV(B) | 219º | 0.15% | 0.52% | - |
| XYZ | 17.44 | 18.3 | 24.44 | - |
| YUV | 118.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 132 | 0.15 | 0.10 | 0 | 0.48 | 219 | 0.08 | 0.48 |
| Hex | 70 | 77 | 84 | F | A | 0 | 30 | DB | 8 | 30 |
| Octal | 160 | 167 | 204 | 17 | 12 | 0 | 60 | 333 | 10 | 60 |
| Binary | 1110000 | 1110111 | 10000100 | 1111 | 1010 | 0 | 110000 | 11011011 | 1000 | 110000 |
Color Harmonies of #707784
Complementary color
Monochromatic Colors of #707784
Black with #707784
Text Example
Text Example
White with #707784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707784; }
p { color: rgb(112,119,132); }
H1.HeaderClassName
{
color: #707784;
}
.AnyTagClassName
{
color: #707784;
}
</style>
background-color css
<style>
a { background-color: #707784; }
a { background-color: rgb(112,119,132); }
div.DivClassName
{
background-color: #707784;
}
.BgClassName
{
background-color: #707784;
}
</style>
border-color css
<style>
span { border-color: #707784; }
span { border-color: rgb(112,119,132); }
td.TdClassName
{
border-color: #707784;
}
.TagClassName
{
border-color: #707784;
}
</style>