Html Css Color HEX #707185 Storm Grey

📋 copy color: '#707185'

red 112 ◦ green 113 ◦ blue 133

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

Shades of Storm Grey #707185

Tints of Storm Grey #707185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 31.28%
G = 31.56%
B = 37.15%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#707185 (or 0x707185) is known color: Storm Grey. HEX triplet: 70, 71 and 85. RGB value is (112,113,133). Sum of RGB (Red+Green+Blue) = 112+113+133=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #707185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707185 is #8F8E7A. Grayscale: #727272. Windows color (decimal): -9408123 or 8745328. OLE color: 8745328.

HSL color Cylindrical-coordinate representation of color #707185: hue angle of 237.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #707185 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 113 133 -
CMYK 0.16 0.15 0 0.48
HSL 237.14º 0.09% 0.48% -
HSV(B) 237.14º 0.16% 0.52% -
XYZ 16.82 16.95 24.58 -
YUV 114.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 112 113 133 0.16 0.15 0 0.48 237.14 0.09 0.48
Hex 70 71 85 10 F 0 30 ED 9 30
Octal 160 161 205 20 17 0 60 355 11 60
Binary 1110000 1110001 10000101 10000 1111 0 110000 11101101 1001 110000

Color Harmonies of #707185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707185

Black with #707185

Text Example


Text Example

White with #707185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707185; }

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

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

background-color css

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

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

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

border-color css

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

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

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