#717685

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

Shades of Storm Grey #717685

Tints of Storm Grey #717685

Color information

#717685 (or 0x717685) is unknown color: approx Storm Grey. HEX triplet: 71, 76 and 85. RGB value is (113,118,133). Sum of RGB (Red+Green+Blue) = 113+118+133=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #717685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717685 is #8E897A. Grayscale: #767676. Windows color (decimal): -9341307 or 8746609. OLE color: 8746609.

HSL color Cylindrical-coordinate representation of color #717685: hue angle of 225º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717685 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB113118133-
CMYK0.150.1100.48
HSL225º8.13%48.24%-
HSV(B)225º15.04%52.16%-
XYZ17.5218.1624.77-
YUV118.22136.34124.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 133 (52.34% from 255) = 36.54%
R=31.04%
G=32.42%
B=36.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131181330.150.1100.482258.1348.24
Hex717685FB030e1830
Octal16116620517130603411060
Binary1110001111011010000101111110110110000111000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717685; }

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

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

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

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

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

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

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

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