Html Css Color HEX #70737C Storm Grey

📋 copy color: '#70737C'

red 112 ◦ green 115 ◦ blue 124

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

Shades of Storm Grey #70737C

Tints of Storm Grey #70737C

RGB

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

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

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

R = 31.91%
G = 32.76%
B = 35.33%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70737C (or 0x70737C) is known color: Storm Grey. HEX triplet: 70, 73 and 7C. RGB value is (112,115,124). Sum of RGB (Red+Green+Blue) = 112+115+124=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 124 - color contains mainly: blue. Hex color #70737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70737C is #8F8C83. Grayscale: #737373. Windows color (decimal): -9407620 or 8156016. OLE color: 8156016.

HSL color Cylindrical-coordinate representation of color #70737C: hue angle of 225º 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 #70737C is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 115 124 -
CMYK 0.10 0.07 0 0.51
HSL 225º 0.05% 0.46% -
HSV(B) 225º 0.1% 0.49% -
XYZ 16.45 17.16 21.51 -
YUV 115.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 112 115 124 0.10 0.07 0 0.51 225 0.05 0.46
Hex 70 73 7C A 7 0 33 E1 5 2E
Octal 160 163 174 12 7 0 63 341 5 56
Binary 1110000 1110011 1111100 1010 111 0 110011 11100001 101 101110

Color Harmonies of #70737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70737C

Black with #70737C

Text Example


Text Example

White with #70737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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