Html Css Color HEX #70737E Storm Grey

📋 copy color: '#70737E'

red 112 ◦ green 115 ◦ blue 126

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

Shades of Storm Grey #70737E

Tints of Storm Grey #70737E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.58%

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 31.73%
G = 32.58%
B = 35.69%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70737E (or 0x70737E) is known color: Storm Grey. HEX triplet: 70, 73 and 7E. RGB value is (112,115,126). Sum of RGB (Red+Green+Blue) = 112+115+126=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 126 - color contains mainly: blue. Hex color #70737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70737E is #8F8C81. Grayscale: #737373. Windows color (decimal): -9407618 or 8287088. OLE color: 8287088.

HSL color Cylindrical-coordinate representation of color #70737E: hue angle of 227.14º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #70737E is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 115 126 -
CMYK 0.11 0.09 0 0.51
HSL 227.14º 0.06% 0.47% -
HSV(B) 227.14º 0.11% 0.49% -
XYZ 16.58 17.21 22.19 -
YUV 115.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 112 115 126 0.11 0.09 0 0.51 227.14 0.06 0.47
Hex 70 73 7E B 9 0 33 E3 6 2F
Octal 160 163 176 13 11 0 63 343 6 57
Binary 1110000 1110011 1111110 1011 1001 0 110011 11100011 110 101111

Color Harmonies of #70737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70737E

Black with #70737E

Text Example


Text Example

White with #70737E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,115,126); }

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

background-color css

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

 a { background-color: rgb(112,115,126); }

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

border-color css

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

 span { border-color: rgb(112,115,126); }

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