#717A90

Color #717A90 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #717A90

Tints of Storm Grey #717A90

Color information

#717A90 (or 0x717A90) is unknown color: approx Storm Grey. HEX triplet: 71, 7A and 90. RGB value is (113,122,144). Sum of RGB (Red+Green+Blue) = 113+122+144=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #717A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717A90 is #8E856F. Grayscale: #797979. Windows color (decimal): -9340272 or 9468529. OLE color: 9468529.

HSL color Cylindrical-coordinate representation of color #717A90: hue angle of 222.58º degrees, saturation: 0.12, 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 #717A90 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB113122144-
CMYK0.220.1500.44
HSL222.58º12.25%50.39%-
HSV(B)222.58º21.53%56.47%-
XYZ18.819.4429.15-
YUV121.82140.52121.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=29.82%
G=32.19%
B=37.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131221440.220.1500.44222.5812.2550.39
Hex717A9016F02Cdfc32
Octal16117222026170543371462
Binary11100011111010100100001011011110101100110111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717A90; }

 p { color: rgb(113,122,144); }

 H1.HeaderClassName
 {
   color: #717A90;
 }
 .AnyTagClassName
 {
   color: #717A90;
 }
</style>
background-color css

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

 a { background-color: rgb(113,122,144); }

 div.DivClassName
 {
   background-color: #717A90;
 }
 .BgClassName
 {
   background-color: #717A90;
 }
</style>
border-color css

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

 span { border-color: rgb(113,122,144); }

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