Html Css Color HEX #70727C Storm Grey

📋 copy color: '#70727C'

red 112 ◦ green 114 ◦ blue 124

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

Shades of Storm Grey #70727C

Tints of Storm Grey #70727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

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

R = 32%
G = 32.57%
B = 35.43%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70727C (or 0x70727C) is known color: Storm Grey. HEX triplet: 70, 72 and 7C. RGB value is (112,114,124). Sum of RGB (Red+Green+Blue) = 112+114+124=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 124 - color contains mainly: blue. Hex color #70727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70727C is #8F8D83. Grayscale: #727272. Windows color (decimal): -9407876 or 8155760. OLE color: 8155760.

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

Color convert

RGB 112 114 124 -
CMYK 0.10 0.08 0 0.51
HSL 230º 0.05% 0.46% -
HSV(B) 230º 0.1% 0.49% -
XYZ 16.34 16.93 21.48 -
YUV 114.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 112 114 124 0.10 0.08 0 0.51 230 0.05 0.46
Hex 70 72 7C A 8 0 33 E6 5 2E
Octal 160 162 174 12 10 0 63 346 5 56
Binary 1110000 1110010 1111100 1010 1000 0 110011 11100110 101 101110

Color Harmonies of #70727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70727C

Black with #70727C

Text Example


Text Example

White with #70727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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