#717682

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

Shades of Storm Grey #717682

Tints of Storm Grey #717682

Color information

#717682 (or 0x717682) is unknown color: approx Storm Grey. HEX triplet: 71, 76 and 82. RGB value is (113,118,130). Sum of RGB (Red+Green+Blue) = 113+118+130=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 130 - color contains mainly: blue. Hex color #717682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717682 is #8E897D. Grayscale: #757575. Windows color (decimal): -9341310 or 8550001. OLE color: 8550001.

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

Color convert

RGB113118130-
CMYK0.130.0900.49
HSL222.35º7%47.65%-
HSV(B)222.35º13.08%50.98%-
XYZ17.3218.0823.7-
YUV117.87134.84124.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 118 (46.48% from 255) = 32.69%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=31.30%
G=32.69%
B=36.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131181300.130.0900.49222.35747.65
Hex717682D9031de730
Octal1611662021511061336760
Binary111000111101101000001011011001011000111011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717682; }

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

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

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

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

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

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

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

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