Shades of Storm Grey #707683
Tints of Storm Grey #707683
RGB
CMYK
RGB Variations
Color information
#707683 (or 0x707683) is known color: Storm Grey. HEX triplet: 70, 76 and 83. RGB value is (112,118,131). Sum of RGB (Red+Green+Blue) = 112+118+131=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 131 - color contains mainly: blue. Hex color #707683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707683 is #8F897C. Grayscale: #757575. Windows color (decimal): -9406845 or 8615536. OLE color: 8615536.
HSL color Cylindrical-coordinate representation of color #707683: hue angle of 221.05º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707683 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 118 | 131 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.49 |
| HSL | 221.05º | 0.08% | 0.48% | - |
| HSV(B) | 221.05º | 0.15% | 0.51% | - |
| XYZ | 17.26 | 18.04 | 24.05 | - |
| YUV | 117.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 131 | 0.15 | 0.10 | 0 | 0.49 | 221.05 | 0.08 | 0.48 |
| Hex | 70 | 76 | 83 | F | A | 0 | 31 | DD | 8 | 30 |
| Octal | 160 | 166 | 203 | 17 | 12 | 0 | 61 | 335 | 10 | 60 |
| Binary | 1110000 | 1110110 | 10000011 | 1111 | 1010 | 0 | 110001 | 11011101 | 1000 | 110000 |
Color Harmonies of #707683
Complementary color
Monochromatic Colors of #707683
Black with #707683
Text Example
Text Example
White with #707683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707683; }
p { color: rgb(112,118,131); }
H1.HeaderClassName
{
color: #707683;
}
.AnyTagClassName
{
color: #707683;
}
</style>
background-color css
<style>
a { background-color: #707683; }
a { background-color: rgb(112,118,131); }
div.DivClassName
{
background-color: #707683;
}
.BgClassName
{
background-color: #707683;
}
</style>
border-color css
<style>
span { border-color: #707683; }
span { border-color: rgb(112,118,131); }
td.TdClassName
{
border-color: #707683;
}
.TagClassName
{
border-color: #707683;
}
</style>