Html Css Color HEX #707495 Storm Grey

📋 copy color: '#707495'

red 112 ◦ green 116 ◦ blue 149

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

Shades of Storm Grey #707495

Tints of Storm Grey #707495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

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

R = 29.71%
G = 30.77%
B = 39.52%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707495 (or 0x707495) is known color: Storm Grey. HEX triplet: 70, 74 and 95. RGB value is (112,116,149). Sum of RGB (Red+Green+Blue) = 112+116+149=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #707495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707495 is #8F8B6A. Grayscale: #767676. Windows color (decimal): -9407339 or 9794672. OLE color: 9794672.

HSL color Cylindrical-coordinate representation of color #707495: hue angle of 233.51º 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 #707495 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 116 149 -
CMYK 0.25 0.22 0 0.42
HSL 233.51º 0.15% 0.51% -
HSV(B) 233.51º 0.25% 0.58% -
XYZ 18.35 18.11 30.96 -
YUV 118.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 112 116 149 0.25 0.22 0 0.42 233.51 0.15 0.51
Hex 70 74 95 19 16 0 2A EA F 33
Octal 160 164 225 31 26 0 52 352 17 63
Binary 1110000 1110100 10010101 11001 10110 0 101010 11101010 1111 110011

Color Harmonies of #707495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707495

Black with #707495

Text Example


Text Example

White with #707495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707495; }

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

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

background-color css

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

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

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

border-color css

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

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

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