Shades of Storm Grey #70768B
Tints of Storm Grey #70768B
RGB
CMYK
RGB Variations
Color information
#70768B (or 0x70768B) is known color: Storm Grey. HEX triplet: 70, 76 and 8B. RGB value is (112,118,139). Sum of RGB (Red+Green+Blue) = 112+118+139=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #70768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70768B is #8F8974. Grayscale: #767676. Windows color (decimal): -9406837 or 9139824. OLE color: 9139824.
HSL color Cylindrical-coordinate representation of color #70768B: hue angle of 226.67º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70768B is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 118 | 139 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.45 |
| HSL | 226.67º | 0.11% | 0.49% | - |
| HSV(B) | 226.67º | 0.19% | 0.55% | - |
| XYZ | 17.82 | 18.27 | 27.01 | - |
| YUV | 118.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 139 | 0.19 | 0.15 | 0 | 0.45 | 226.67 | 0.11 | 0.49 |
| Hex | 70 | 76 | 8B | 13 | F | 0 | 2D | E3 | B | 31 |
| Octal | 160 | 166 | 213 | 23 | 17 | 0 | 55 | 343 | 13 | 61 |
| Binary | 1110000 | 1110110 | 10001011 | 10011 | 1111 | 0 | 101101 | 11100011 | 1011 | 110001 |
Color Harmonies of #70768B
Complementary color
Monochromatic Colors of #70768B
Black with #70768B
Text Example
Text Example
White with #70768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70768B; }
p { color: rgb(112,118,139); }
H1.HeaderClassName
{
color: #70768B;
}
.AnyTagClassName
{
color: #70768B;
}
</style>
background-color css
<style>
a { background-color: #70768B; }
a { background-color: rgb(112,118,139); }
div.DivClassName
{
background-color: #70768B;
}
.BgClassName
{
background-color: #70768B;
}
</style>
border-color css
<style>
span { border-color: #70768B; }
span { border-color: rgb(112,118,139); }
td.TdClassName
{
border-color: #70768B;
}
.TagClassName
{
border-color: #70768B;
}
</style>