Shades of Storm Grey #70738A
Tints of Storm Grey #70738A
RGB
CMYK
RGB Variations
Color information
#70738A (or 0x70738A) is known color: Storm Grey. HEX triplet: 70, 73 and 8A. RGB value is (112,115,138). Sum of RGB (Red+Green+Blue) = 112+115+138=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: blue. Hex color #70738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70738A is #8F8C75. Grayscale: #747474. Windows color (decimal): -9407606 or 9073520. OLE color: 9073520.
HSL color Cylindrical-coordinate representation of color #70738A: hue angle of 233.08º 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 #70738A is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 115 | 138 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.46 |
| HSL | 233.08º | 0.1% | 0.49% | - |
| HSV(B) | 233.08º | 0.19% | 0.54% | - |
| XYZ | 17.4 | 17.54 | 26.51 | - |
| YUV | 116.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 138 | 0.19 | 0.17 | 0 | 0.46 | 233.08 | 0.1 | 0.49 |
| Hex | 70 | 73 | 8A | 13 | 11 | 0 | 2E | E9 | A | 31 |
| Octal | 160 | 163 | 212 | 23 | 21 | 0 | 56 | 351 | 12 | 61 |
| Binary | 1110000 | 1110011 | 10001010 | 10011 | 10001 | 0 | 101110 | 11101001 | 1010 | 110001 |
Color Harmonies of #70738A
Complementary color
Monochromatic Colors of #70738A
Black with #70738A
Text Example
Text Example
White with #70738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70738A; }
p { color: rgb(112,115,138); }
H1.HeaderClassName
{
color: #70738A;
}
.AnyTagClassName
{
color: #70738A;
}
</style>
background-color css
<style>
a { background-color: #70738A; }
a { background-color: rgb(112,115,138); }
div.DivClassName
{
background-color: #70738A;
}
.BgClassName
{
background-color: #70738A;
}
</style>
border-color css
<style>
span { border-color: #70738A; }
span { border-color: rgb(112,115,138); }
td.TdClassName
{
border-color: #70738A;
}
.TagClassName
{
border-color: #70738A;
}
</style>