Html Css Color HEX #707993 Storm Grey

📋 copy color: '#707993'

red 112 ◦ green 121 ◦ blue 147

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

Shades of Storm Grey #707993

Tints of Storm Grey #707993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.84%

 BLUE value IS 147 (57.81% from 255) = 38.68%

R = 29.47%
G = 31.84%
B = 38.68%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707993 (or 0x707993) is known color: Storm Grey. HEX triplet: 70, 79 and 93. RGB value is (112,121,147). Sum of RGB (Red+Green+Blue) = 112+121+147=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #707993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707993 is #8F866C. Grayscale: #797979. Windows color (decimal): -9406061 or 9664880. OLE color: 9664880.

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

Color convert

RGB 112 121 147 -
CMYK 0.24 0.18 0 0.42
HSL 224.57º 0.14% 0.51% -
HSV(B) 224.57º 0.24% 0.58% -
XYZ 18.79 19.23 30.32 -
YUV 121.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 112 121 147 0.24 0.18 0 0.42 224.57 0.14 0.51
Hex 70 79 93 18 12 0 2A E1 E 33
Octal 160 171 223 30 22 0 52 341 16 63
Binary 1110000 1111001 10010011 11000 10010 0 101010 11100001 1110 110011

Color Harmonies of #707993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707993

Black with #707993

Text Example


Text Example

White with #707993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707993; }

 p { color: rgb(112,121,147); }

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

background-color css

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

 a { background-color: rgb(112,121,147); }

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

border-color css

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

 span { border-color: rgb(112,121,147); }

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