#717785

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

Shades of Storm Grey #717785

Tints of Storm Grey #717785

Color information

#717785 (or 0x717785) is unknown color: approx Storm Grey. HEX triplet: 71, 77 and 85. RGB value is (113,119,133). Sum of RGB (Red+Green+Blue) = 113+119+133=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #717785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717785 is #8E887A. Grayscale: #767676. Windows color (decimal): -9341051 or 8746865. OLE color: 8746865.

HSL color Cylindrical-coordinate representation of color #717785: hue angle of 222º 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 #717785 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB113119133-
CMYK0.150.1100.48
HSL222º8.13%48.24%-
HSV(B)222º15.04%52.16%-
XYZ17.6418.424.81-
YUV118.8136.01123.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=30.96%
G=32.60%
B=36.44%

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
Decimal1131191330.150.1100.482228.1348.24
Hex717785FB030de830
Octal16116720517130603361060
Binary1110001111011110000101111110110110000110111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717785; }

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

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

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

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

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

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

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

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