#717582

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

Shades of Storm Grey #717582

Tints of Storm Grey #717582

Color information

#717582 (or 0x717582) is unknown color: approx Storm Grey. HEX triplet: 71, 75 and 82. RGB value is (113,117,130). Sum of RGB (Red+Green+Blue) = 113+117+130=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 130 - color contains mainly: blue. Hex color #717582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717582 is #8E8A7D. Grayscale: #757575. Windows color (decimal): -9341566 or 8549745. OLE color: 8549745.

HSL color Cylindrical-coordinate representation of color #717582: hue angle of 225.88º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #717582 is Cyan = 0.13, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB113117130-
CMYK0.130.100.49
HSL225.88º7%47.65%-
HSV(B)225.88º13.08%50.98%-
XYZ17.217.8423.66-
YUV117.29135.17124.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=31.39%
G=32.5%
B=36.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131171300.130.100.49225.88747.65
Hex717582DA031e2730
Octal1611652021512061342760
Binary111000111101011000001011011010011000111100010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717582; }

 p { color: rgb(113,117,130); }

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

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

 a { background-color: rgb(113,117,130); }

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

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

 span { border-color: rgb(113,117,130); }

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