Html Css Color HEX #70747F Storm Grey

📋 copy color: '#70747F'

red 112 ◦ green 116 ◦ blue 127

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

Shades of Storm Grey #70747F

Tints of Storm Grey #70747F

RGB

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

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

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

R = 31.55%
G = 32.68%
B = 35.77%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70747F (or 0x70747F) is known color: Storm Grey. HEX triplet: 70, 74 and 7F. RGB value is (112,116,127). Sum of RGB (Red+Green+Blue) = 112+116+127=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 127 - color contains mainly: blue. Hex color #70747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70747F is #8F8B80. Grayscale: #747474. Windows color (decimal): -9407361 or 8352880. OLE color: 8352880.

HSL color Cylindrical-coordinate representation of color #70747F: hue angle of 224º 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 #70747F is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 116 127 -
CMYK 0.12 0.09 0 0.50
HSL 224º 0.06% 0.47% -
HSV(B) 224º 0.12% 0.5% -
XYZ 16.76 17.47 22.57 -
YUV 116.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 112 116 127 0.12 0.09 0 0.50 224 0.06 0.47
Hex 70 74 7F C 9 0 32 E0 6 2F
Octal 160 164 177 14 11 0 62 340 6 57
Binary 1110000 1110100 1111111 1100 1001 0 110010 11100000 110 101111

Color Harmonies of #70747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70747F

Black with #70747F

Text Example


Text Example

White with #70747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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