Html Css Color HEX #70748F Storm Grey

📋 copy color: '#70748F'

red 112 ◦ green 116 ◦ blue 143

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

Shades of Storm Grey #70748F

Tints of Storm Grey #70748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.54%

R = 30.19%
G = 31.27%
B = 38.54%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70748F (or 0x70748F) is known color: Storm Grey. HEX triplet: 70, 74 and 8F. RGB value is (112,116,143). Sum of RGB (Red+Green+Blue) = 112+116+143=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: blue. Hex color #70748F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70748F is #8F8B70. Grayscale: #757575. Windows color (decimal): -9407345 or 9401456. OLE color: 9401456.

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

Color convert

RGB 112 116 143 -
CMYK 0.22 0.19 0 0.44
HSL 232.26º 0.12% 0.5% -
HSV(B) 232.26º 0.22% 0.56% -
XYZ 17.89 17.92 28.5 -
YUV 117.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 112 116 143 0.22 0.19 0 0.44 232.26 0.12 0.5
Hex 70 74 8F 16 13 0 2C E8 C 32
Octal 160 164 217 26 23 0 54 350 14 62
Binary 1110000 1110100 10001111 10110 10011 0 101100 11101000 1100 110010

Color Harmonies of #70748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70748F

Black with #70748F

Text Example


Text Example

White with #70748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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