Html Css Color HEX #707990 Storm Grey

📋 copy color: '#707990'

red 112 ◦ green 121 ◦ blue 144

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

Shades of Storm Grey #707990

Tints of Storm Grey #707990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 29.71%
G = 32.1%
B = 38.2%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#707990 (or 0x707990) is known color: Storm Grey. HEX triplet: 70, 79 and 90. RGB value is (112,121,144). Sum of RGB (Red+Green+Blue) = 112+121+144=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #707990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707990 is #8F866F. Grayscale: #787878. Windows color (decimal): -9406064 or 9468272. OLE color: 9468272.

HSL color Cylindrical-coordinate representation of color #707990: hue angle of 223.12º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #707990 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 121 144 -
CMYK 0.22 0.16 0 0.44
HSL 223.13º 0.13% 0.5% -
HSV(B) 223.13º 0.22% 0.56% -
XYZ 18.55 19.13 29.1 -
YUV 120.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 112 121 144 0.22 0.16 0 0.44 223.13 0.13 0.5
Hex 70 79 90 16 10 0 2C DF D 32
Octal 160 171 220 26 20 0 54 337 15 62
Binary 1110000 1111001 10010000 10110 10000 0 101100 11011111 1101 110010

Color Harmonies of #707990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707990

Black with #707990

Text Example


Text Example

White with #707990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707990; }

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

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

background-color css

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

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

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

border-color css

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

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

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