Html Css Color HEX #707596 Storm Grey

📋 copy color: '#707596'

red 112 ◦ green 117 ◦ blue 150

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

Shades of Storm Grey #707596

Tints of Storm Grey #707596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.58%

R = 29.55%
G = 30.87%
B = 39.58%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#707596 (or 0x707596) is known color: Storm Grey. HEX triplet: 70, 75 and 96. RGB value is (112,117,150). Sum of RGB (Red+Green+Blue) = 112+117+150=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #707596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707596 is #8F8A69. Grayscale: #777777. Windows color (decimal): -9407082 or 9860464. OLE color: 9860464.

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

Color convert

RGB 112 117 150 -
CMYK 0.25 0.22 0 0.41
HSL 232.11º 0.15% 0.51% -
HSV(B) 232.11º 0.25% 0.59% -
XYZ 18.55 18.37 31.42 -
YUV 119.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 112 117 150 0.25 0.22 0 0.41 232.11 0.15 0.51
Hex 70 75 96 19 16 0 29 E8 F 33
Octal 160 165 226 31 26 0 51 350 17 63
Binary 1110000 1110101 10010110 11001 10110 0 101001 11101000 1111 110011

Color Harmonies of #707596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707596

Black with #707596

Text Example


Text Example

White with #707596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707596; }

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

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

background-color css

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

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

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

border-color css

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

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

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