Html Css Color HEX #70798E Storm Grey

📋 copy color: '#70798E'

red 112 ◦ green 121 ◦ blue 142

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

Shades of Storm Grey #70798E

Tints of Storm Grey #70798E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.27%

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

R = 29.87%
G = 32.27%
B = 37.87%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70798E (or 0x70798E) is known color: Storm Grey. HEX triplet: 70, 79 and 8E. RGB value is (112,121,142). Sum of RGB (Red+Green+Blue) = 112+121+142=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #70798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70798E is #8F8671. Grayscale: #787878. Windows color (decimal): -9406066 or 9337200. OLE color: 9337200.

HSL color Cylindrical-coordinate representation of color #70798E: hue angle of 222º 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 #70798E is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 121 142 -
CMYK 0.21 0.15 0 0.44
HSL 222º 0.12% 0.5% -
HSV(B) 222º 0.21% 0.56% -
XYZ 18.4 19.07 28.3 -
YUV 120.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 112 121 142 0.21 0.15 0 0.44 222 0.12 0.5
Hex 70 79 8E 15 F 0 2C DE C 32
Octal 160 171 216 25 17 0 54 336 14 62
Binary 1110000 1111001 10001110 10101 1111 0 101100 11011110 1100 110010

Color Harmonies of #70798E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70798E

Black with #70798E

Text Example


Text Example

White with #70798E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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