Html Css Color HEX #707175 Storm Grey

📋 copy color: '#707175'

red 112 ◦ green 113 ◦ blue 117

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

Shades of Storm Grey #707175

Tints of Storm Grey #707175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 32.75%
G = 33.04%
B = 34.21%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#707175 (or 0x707175) is known color: Storm Grey. HEX triplet: 70, 71 and 75. RGB value is (112,113,117). Sum of RGB (Red+Green+Blue) = 112+113+117=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 117 - color contains mainly: blue. Hex color #707175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707175 is #8F8E8A. Grayscale: #717171. Windows color (decimal): -9408139 or 7696752. OLE color: 7696752.

HSL color Cylindrical-coordinate representation of color #707175: hue angle of 228º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #707175 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 113 117 -
CMYK 0.04 0.03 0 0.54
HSL 228º 0.02% 0.45% -
HSV(B) 228º 0.04% 0.46% -
XYZ 15.8 16.54 19.19 -
YUV 113.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 112 113 117 0.04 0.03 0 0.54 228 0.02 0.45
Hex 70 71 75 4 3 0 36 E4 2 2D
Octal 160 161 165 4 3 0 66 344 2 55
Binary 1110000 1110001 1110101 100 11 0 110110 11100100 10 101101

Color Harmonies of #707175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707175

Black with #707175

Text Example


Text Example

White with #707175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707175; }

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

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

background-color css

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

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

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

border-color css

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

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

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