#717986

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

Shades of Storm Grey #717986

Tints of Storm Grey #717986

Color information

#717986 (or 0x717986) is unknown color: approx Storm Grey. HEX triplet: 71, 79 and 86. RGB value is (113,121,134). Sum of RGB (Red+Green+Blue) = 113+121+134=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 134 - color contains mainly: blue. Hex color #717986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717986 is #8E8679. Grayscale: #787878. Windows color (decimal): -9340538 or 8812913. OLE color: 8812913.

HSL color Cylindrical-coordinate representation of color #717986: hue angle of 217.14º 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 #717986 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113121134-
CMYK0.160.1000.47
HSL217.14º8.5%48.43%-
HSV(B)217.14º15.67%52.55%-
XYZ17.9518.9125.26-
YUV120.09135.85122.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.71%
GREEN value IS 121 (47.66% from 255) = 32.88%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=30.71%
G=32.88%
B=36.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131211340.160.1000.47217.148.548.43
Hex71798610A02Fd9930
Octal16117120620120573311160
Binary11100011111001100001101000010100101111110110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717986; }

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

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

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

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

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

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

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

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