#717386

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

Shades of Storm Grey #717386

Tints of Storm Grey #717386

Color information

#717386 (or 0x717386) is unknown color: approx Storm Grey. HEX triplet: 71, 73 and 86. RGB value is (113,115,134). Sum of RGB (Red+Green+Blue) = 113+115+134=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 134 - color contains mainly: blue. Hex color #717386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717386 is #8E8C79. Grayscale: #747474. Windows color (decimal): -9342074 or 8811377. OLE color: 8811377.

HSL color Cylindrical-coordinate representation of color #717386: hue angle of 234.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #717386 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113115134-
CMYK0.160.1400.47
HSL234.29º8.5%48.43%-
HSV(B)234.29º15.67%52.55%-
XYZ17.2417.4925.02-
YUV116.57137.84125.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.22%
GREEN value IS 115 (45.31% from 255) = 31.77%
BLUE value IS 134 (52.73% from 255) = 37.02%
R=31.22%
G=31.77%
B=37.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131151340.160.1400.47234.298.548.43
Hex71738610E02Fea930
Octal16116320620160573521160
Binary11100011110011100001101000011100101111111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717386; }

 p { color: rgb(113,115,134); }

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

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

 a { background-color: rgb(113,115,134); }

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

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

 span { border-color: rgb(113,115,134); }

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