#717697

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

Shades of Storm Grey #717697

Tints of Storm Grey #717697

Color information

#717697 (or 0x717697) is unknown color: approx Storm Grey. HEX triplet: 71, 76 and 97. RGB value is (113,118,151). Sum of RGB (Red+Green+Blue) = 113+118+151=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 151 - color contains mainly: blue. Hex color #717697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717697 is #8E8968. Grayscale: #787878. Windows color (decimal): -9341289 or 9926257. OLE color: 9926257.

HSL color Cylindrical-coordinate representation of color #717697: hue angle of 232.11º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #717697 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB113118151-
CMYK0.250.2200.41
HSL232.11º15.45%51.76%-
HSV(B)232.11º25.17%59.22%-
XYZ18.8718.731.89-
YUV120.27145.34122.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 151 (59.38% from 255) = 39.53%
R=29.58%
G=30.89%
B=39.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131181510.250.2200.41232.1115.4551.76
Hex7176971916029e8f34
Octal16116622731260513501764
Binary111000111101101001011111001101100101001111010001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717697; }

 p { color: rgb(113,118,151); }

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

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

 a { background-color: rgb(113,118,151); }

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

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

 span { border-color: rgb(113,118,151); }

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