Html Css Color HEX #70748E Storm Grey

📋 copy color: '#70748E'

red 112 ◦ green 116 ◦ blue 142

#70748E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #70748E

Tints of Storm Grey #70748E

RGB

 RED value IS 112 (44.14% from 255) = 30.27%

 GREEN value IS 116 (45.7% from 255) = 31.35%

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 30.27%
G = 31.35%
B = 38.38%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#70748E (or 0x70748E) is known color: Storm Grey. HEX triplet: 70, 74 and 8E. RGB value is (112,116,142). Sum of RGB (Red+Green+Blue) = 112+116+142=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #70748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70748E is #8F8B71. Grayscale: #757575. Windows color (decimal): -9407346 or 9335920. OLE color: 9335920.

HSL color Cylindrical-coordinate representation of color #70748E: hue angle of 232º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70748E is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 116 142 -
CMYK 0.21 0.18 0 0.44
HSL 232º 0.12% 0.5% -
HSV(B) 232º 0.21% 0.56% -
XYZ 17.81 17.89 28.11 -
YUV 117.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 112 116 142 0.21 0.18 0 0.44 232 0.12 0.5
Hex 70 74 8E 15 12 0 2C E8 C 32
Octal 160 164 216 25 22 0 54 350 14 62
Binary 1110000 1110100 10001110 10101 10010 0 101100 11101000 1100 110010

Color Harmonies of #70748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70748E

Black with #70748E

Text Example


Text Example

White with #70748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70748E; }

 p { color: rgb(112,116,142); }

 H1.HeaderClassName
 {
   color: #70748E;
 }
 .AnyTagClassName
 {
   color: #70748E;
 }
</style>

background-color css

<style>
 a { background-color: #70748E; }

 a { background-color: rgb(112,116,142); }

 div.DivClassName
 {
   background-color: #70748E;
 }
 .BgClassName
 {
   background-color: #70748E;
 }
</style>

border-color css

<style>
 span { border-color: #70748E; }

 span { border-color: rgb(112,116,142); }

 td.TdClassName
 {
   border-color: #70748E;
 }
 .TagClassName
 {
   border-color: #70748E;
 }
</style>