Html Css Color HEX #70788E Storm Grey

📋 copy color: '#70788E'

red 112 ◦ green 120 ◦ blue 142

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

Shades of Storm Grey #70788E

Tints of Storm Grey #70788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.09%

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

R = 29.95%
G = 32.09%
B = 37.97%

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

#70788E (or 0x70788E) is known color: Storm Grey. HEX triplet: 70, 78 and 8E. RGB value is (112,120,142). Sum of RGB (Red+Green+Blue) = 112+120+142=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #70788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70788E is #8F8771. Grayscale: #787878. Windows color (decimal): -9406322 or 9336944. OLE color: 9336944.

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

Color convert

RGB 112 120 142 -
CMYK 0.21 0.15 0 0.44
HSL 224º 0.12% 0.5% -
HSV(B) 224º 0.21% 0.56% -
XYZ 18.28 18.83 28.26 -
YUV 120.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 112 120 142 0.21 0.15 0 0.44 224 0.12 0.5
Hex 70 78 8E 15 F 0 2C E0 C 32
Octal 160 170 216 25 17 0 54 340 14 62
Binary 1110000 1111000 10001110 10101 1111 0 101100 11100000 1100 110010

Color Harmonies of #70788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70788E

Black with #70788E

Text Example


Text Example

White with #70788E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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