Html Css Color HEX #707890 Storm Grey

📋 copy color: '#707890'

red 112 ◦ green 120 ◦ blue 144

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

Shades of Storm Grey #707890

Tints of Storm Grey #707890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.91%

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

R = 29.79%
G = 31.91%
B = 38.3%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#707890 (or 0x707890) is known color: Storm Grey. HEX triplet: 70, 78 and 90. RGB value is (112,120,144). Sum of RGB (Red+Green+Blue) = 112+120+144=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #707890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707890 is #8F876F. Grayscale: #787878. Windows color (decimal): -9406320 or 9468016. OLE color: 9468016.

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

Color convert

RGB 112 120 144 -
CMYK 0.22 0.17 0 0.44
HSL 225º 0.13% 0.5% -
HSV(B) 225º 0.22% 0.56% -
XYZ 18.43 18.89 29.06 -
YUV 120.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 112 120 144 0.22 0.17 0 0.44 225 0.13 0.5
Hex 70 78 90 16 11 0 2C E1 D 32
Octal 160 170 220 26 21 0 54 341 15 62
Binary 1110000 1111000 10010000 10110 10001 0 101100 11100001 1101 110010

Color Harmonies of #707890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707890

Black with #707890

Text Example


Text Example

White with #707890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707890; }

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

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

background-color css

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

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

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

border-color css

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

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

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