#717A91

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

Shades of Storm Grey #717A91

Tints of Storm Grey #717A91

Color information

#717A91 (or 0x717A91) is unknown color: approx Storm Grey. HEX triplet: 71, 7A and 91. RGB value is (113,122,145). Sum of RGB (Red+Green+Blue) = 113+122+145=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 145 - color contains mainly: blue. Hex color #717A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717A91 is #8E856E. Grayscale: #797979. Windows color (decimal): -9340271 or 9534065. OLE color: 9534065.

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

Color convert

RGB113122145-
CMYK0.220.1600.43
HSL223.12º12.7%50.59%-
HSV(B)223.12º22.07%56.86%-
XYZ18.8819.4729.55-
YUV121.93141.02121.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.74%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 145 (57.03% from 255) = 38.16%
R=29.74%
G=32.11%
B=38.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131221450.220.1600.43223.1212.750.59
Hex717A91161002Bdfd33
Octal16117222126200533371563
Binary111000111110101001000110110100000101011110111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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