Html Css Color HEX #707387 Storm Grey

📋 copy color: '#707387'

red 112 ◦ green 115 ◦ blue 135

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

Shades of Storm Grey #707387

Tints of Storm Grey #707387

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.77%

 BLUE value IS 135 (53.13% from 255) = 37.29%

R = 30.94%
G = 31.77%
B = 37.29%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#707387 (or 0x707387) is known color: Storm Grey. HEX triplet: 70, 73 and 87. RGB value is (112,115,135). Sum of RGB (Red+Green+Blue) = 112+115+135=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #707387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707387 is #8F8C78. Grayscale: #747474. Windows color (decimal): -9407609 or 8876912. OLE color: 8876912.

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

Color convert

RGB 112 115 135 -
CMYK 0.17 0.15 0 0.47
HSL 232.17º 0.09% 0.48% -
HSV(B) 232.17º 0.17% 0.53% -
XYZ 17.19 17.46 25.39 -
YUV 116.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 112 115 135 0.17 0.15 0 0.47 232.17 0.09 0.48
Hex 70 73 87 11 F 0 2F E8 9 30
Octal 160 163 207 21 17 0 57 350 11 60
Binary 1110000 1110011 10000111 10001 1111 0 101111 11101000 1001 110000

Color Harmonies of #707387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707387

Black with #707387

Text Example


Text Example

White with #707387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707387; }

 p { color: rgb(112,115,135); }

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

background-color css

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

 a { background-color: rgb(112,115,135); }

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

border-color css

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

 span { border-color: rgb(112,115,135); }

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