Shades of Storm Grey #70768A
Tints of Storm Grey #70768A
RGB
CMYK
RGB Variations
Color information
#70768A (or 0x70768A) is known color: Storm Grey. HEX triplet: 70, 76 and 8A. RGB value is (112,118,138). Sum of RGB (Red+Green+Blue) = 112+118+138=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #70768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70768A is #8F8975. Grayscale: #767676. Windows color (decimal): -9406838 or 9074288. OLE color: 9074288.
HSL color Cylindrical-coordinate representation of color #70768A: hue angle of 226.15º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70768A is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 118 | 138 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.46 |
| HSL | 226.15º | 0.1% | 0.49% | - |
| HSV(B) | 226.15º | 0.19% | 0.54% | - |
| XYZ | 17.75 | 18.24 | 26.63 | - |
| YUV | 118.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 138 | 0.19 | 0.14 | 0 | 0.46 | 226.15 | 0.1 | 0.49 |
| Hex | 70 | 76 | 8A | 13 | E | 0 | 2E | E2 | A | 31 |
| Octal | 160 | 166 | 212 | 23 | 16 | 0 | 56 | 342 | 12 | 61 |
| Binary | 1110000 | 1110110 | 10001010 | 10011 | 1110 | 0 | 101110 | 11100010 | 1010 | 110001 |
Color Harmonies of #70768A
Complementary color
Monochromatic Colors of #70768A
Black with #70768A
Text Example
Text Example
White with #70768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70768A; }
p { color: rgb(112,118,138); }
H1.HeaderClassName
{
color: #70768A;
}
.AnyTagClassName
{
color: #70768A;
}
</style>
background-color css
<style>
a { background-color: #70768A; }
a { background-color: rgb(112,118,138); }
div.DivClassName
{
background-color: #70768A;
}
.BgClassName
{
background-color: #70768A;
}
</style>
border-color css
<style>
span { border-color: #70768A; }
span { border-color: rgb(112,118,138); }
td.TdClassName
{
border-color: #70768A;
}
.TagClassName
{
border-color: #70768A;
}
</style>