Html Css Color HEX #70757F Storm Grey

📋 copy color: '#70757F'

red 112 ◦ green 117 ◦ blue 127

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

Shades of Storm Grey #70757F

Tints of Storm Grey #70757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.87%

 BLUE value IS 127 (50% from 255) = 35.67%

R = 31.46%
G = 32.87%
B = 35.67%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70757F (or 0x70757F) is known color: Storm Grey. HEX triplet: 70, 75 and 7F. RGB value is (112,117,127). Sum of RGB (Red+Green+Blue) = 112+117+127=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 127 - color contains mainly: blue. Hex color #70757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70757F is #8F8A80. Grayscale: #747474. Windows color (decimal): -9407105 or 8353136. OLE color: 8353136.

HSL color Cylindrical-coordinate representation of color #70757F: hue angle of 220º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #70757F is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 117 127 -
CMYK 0.12 0.08 0 0.50
HSL 220º 0.06% 0.47% -
HSV(B) 220º 0.12% 0.5% -
XYZ 16.87 17.7 22.61 -
YUV 116.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 112 117 127 0.12 0.08 0 0.50 220 0.06 0.47
Hex 70 75 7F C 8 0 32 DC 6 2F
Octal 160 165 177 14 10 0 62 334 6 57
Binary 1110000 1110101 1111111 1100 1000 0 110010 11011100 110 101111

Color Harmonies of #70757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70757F

Black with #70757F

Text Example


Text Example

White with #70757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70757F; }

 p { color: rgb(112,117,127); }

 H1.HeaderClassName
 {
   color: #70757F;
 }
 .AnyTagClassName
 {
   color: #70757F;
 }
</style>

background-color css

<style>
 a { background-color: #70757F; }

 a { background-color: rgb(112,117,127); }

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

border-color css

<style>
 span { border-color: #70757F; }

 span { border-color: rgb(112,117,127); }

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