Html Css Color HEX #70778E Storm Grey

📋 copy color: '#70778E'

red 112 ◦ green 119 ◦ blue 142

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

Shades of Storm Grey #70778E

Tints of Storm Grey #70778E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.9%

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

R = 30.03%
G = 31.9%
B = 38.07%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70778E (or 0x70778E) is known color: Storm Grey. HEX triplet: 70, 77 and 8E. RGB value is (112,119,142). Sum of RGB (Red+Green+Blue) = 112+119+142=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 142 - color contains mainly: blue. Hex color #70778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70778E is #8F8871. Grayscale: #777777. Windows color (decimal): -9406578 or 9336688. OLE color: 9336688.

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

Color convert

RGB 112 119 142 -
CMYK 0.21 0.16 0 0.44
HSL 226º 0.12% 0.5% -
HSV(B) 226º 0.21% 0.56% -
XYZ 18.16 18.59 28.22 -
YUV 119.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 112 119 142 0.21 0.16 0 0.44 226 0.12 0.5
Hex 70 77 8E 15 10 0 2C E2 C 32
Octal 160 167 216 25 20 0 54 342 14 62
Binary 1110000 1110111 10001110 10101 10000 0 101100 11100010 1100 110010

Color Harmonies of #70778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70778E

Black with #70778E

Text Example


Text Example

White with #70778E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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