Html Css Color HEX #70747C Storm Grey

📋 copy color: '#70747C'

red 112 ◦ green 116 ◦ blue 124

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

Shades of Storm Grey #70747C

Tints of Storm Grey #70747C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 31.82%
G = 32.95%
B = 35.23%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70747C (or 0x70747C) is known color: Storm Grey. HEX triplet: 70, 74 and 7C. RGB value is (112,116,124). Sum of RGB (Red+Green+Blue) = 112+116+124=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 124 - color contains mainly: blue. Hex color #70747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70747C is #8F8B83. Grayscale: #737373. Windows color (decimal): -9407364 or 8156272. OLE color: 8156272.

HSL color Cylindrical-coordinate representation of color #70747C: hue angle of 220º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #70747C is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 116 124 -
CMYK 0.10 0.06 0 0.51
HSL 220º 0.05% 0.46% -
HSV(B) 220º 0.1% 0.49% -
XYZ 16.57 17.39 21.55 -
YUV 115.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 112 116 124 0.10 0.06 0 0.51 220 0.05 0.46
Hex 70 74 7C A 6 0 33 DC 5 2E
Octal 160 164 174 12 6 0 63 334 5 56
Binary 1110000 1110100 1111100 1010 110 0 110011 11011100 101 101110

Color Harmonies of #70747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70747C

Black with #70747C

Text Example


Text Example

White with #70747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70747C; }

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

 H1.HeaderClassName
 {
   color: #70747C;
 }
 .AnyTagClassName
 {
   color: #70747C;
 }
</style>

background-color css

<style>
 a { background-color: #70747C; }

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

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

border-color css

<style>
 span { border-color: #70747C; }

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

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