Html Css Color HEX #707595 Storm Grey

📋 copy color: '#707595'

red 112 ◦ green 117 ◦ blue 149

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

Shades of Storm Grey #707595

Tints of Storm Grey #707595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.42%

R = 29.63%
G = 30.95%
B = 39.42%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707595 (or 0x707595) is known color: Storm Grey. HEX triplet: 70, 75 and 95. RGB value is (112,117,149). Sum of RGB (Red+Green+Blue) = 112+117+149=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #707595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707595 is #8F8A6A. Grayscale: #777777. Windows color (decimal): -9407083 or 9794928. OLE color: 9794928.

HSL color Cylindrical-coordinate representation of color #707595: hue angle of 231.89º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707595 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 117 149 -
CMYK 0.25 0.21 0 0.42
HSL 231.89º 0.15% 0.51% -
HSV(B) 231.89º 0.25% 0.58% -
XYZ 18.47 18.34 31 -
YUV 119.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 112 117 149 0.25 0.21 0 0.42 231.89 0.15 0.51
Hex 70 75 95 19 15 0 2A E8 F 33
Octal 160 165 225 31 25 0 52 350 17 63
Binary 1110000 1110101 10010101 11001 10101 0 101010 11101000 1111 110011

Color Harmonies of #707595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707595

Black with #707595

Text Example


Text Example

White with #707595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707595; }

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

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

background-color css

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

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

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

border-color css

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

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

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