Shades of Storm Grey #707681
Tints of Storm Grey #707681
RGB
CMYK
RGB Variations
Color information
#707681 (or 0x707681) is known color: Storm Grey. HEX triplet: 70, 76 and 81. RGB value is (112,118,129). Sum of RGB (Red+Green+Blue) = 112+118+129=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 129 - color contains mainly: blue. Hex color #707681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707681 is #8F897E. Grayscale: #757575. Windows color (decimal): -9406847 or 8484464. OLE color: 8484464.
HSL color Cylindrical-coordinate representation of color #707681: hue angle of 218.82º 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 #707681 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 118 | 129 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.49 |
| HSL | 218.82º | 0.07% | 0.47% | - |
| HSV(B) | 218.82º | 0.13% | 0.51% | - |
| XYZ | 17.12 | 17.99 | 23.34 | - |
| YUV | 117.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 129 | 0.13 | 0.09 | 0 | 0.49 | 218.82 | 0.07 | 0.47 |
| Hex | 70 | 76 | 81 | D | 9 | 0 | 31 | DB | 7 | 2F |
| Octal | 160 | 166 | 201 | 15 | 11 | 0 | 61 | 333 | 7 | 57 |
| Binary | 1110000 | 1110110 | 10000001 | 1101 | 1001 | 0 | 110001 | 11011011 | 111 | 101111 |
Color Harmonies of #707681
Complementary color
Monochromatic Colors of #707681
Black with #707681
Text Example
Text Example
White with #707681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707681; }
p { color: rgb(112,118,129); }
H1.HeaderClassName
{
color: #707681;
}
.AnyTagClassName
{
color: #707681;
}
</style>
background-color css
<style>
a { background-color: #707681; }
a { background-color: rgb(112,118,129); }
div.DivClassName
{
background-color: #707681;
}
.BgClassName
{
background-color: #707681;
}
</style>
border-color css
<style>
span { border-color: #707681; }
span { border-color: rgb(112,118,129); }
td.TdClassName
{
border-color: #707681;
}
.TagClassName
{
border-color: #707681;
}
</style>