#717382

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

Shades of Storm Grey #717382

Tints of Storm Grey #717382

Color information

#717382 (or 0x717382) is unknown color: approx Storm Grey. HEX triplet: 71, 73 and 82. RGB value is (113,115,130). Sum of RGB (Red+Green+Blue) = 113+115+130=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #717382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717382 is #8E8C7D. Grayscale: #747474. Windows color (decimal): -9342078 or 8549233. OLE color: 8549233.

HSL color Cylindrical-coordinate representation of color #717382: hue angle of 232.94º 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 #717382 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB113115130-
CMYK0.130.1200.49
HSL232.94º7%47.65%-
HSV(B)232.94º13.08%50.98%-
XYZ16.9717.3823.58-
YUV116.11135.84125.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 115 (45.31% from 255) = 32.12%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=31.56%
G=32.12%
B=36.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131151300.130.1200.49232.94747.65
Hex717382DC031e9730
Octal1611632021514061351760
Binary111000111100111000001011011100011000111101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717382; }

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

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

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

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

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

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

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

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