#717996

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

Shades of Storm Grey #717996

Tints of Storm Grey #717996

Color information

#717996 (or 0x717996) is unknown color: approx Storm Grey. HEX triplet: 71, 79 and 96. RGB value is (113,121,150). Sum of RGB (Red+Green+Blue) = 113+121+150=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #717996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717996 is #8E8669. Grayscale: #797979. Windows color (decimal): -9340522 or 9861489. OLE color: 9861489.

HSL color Cylindrical-coordinate representation of color #717996: hue angle of 227.03º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #717996 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB113121150-
CMYK0.250.1900.41
HSL227.03º14.98%51.57%-
HSV(B)227.03º24.67%58.82%-
XYZ19.1519.3931.59-
YUV121.91143.85121.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.43%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=29.43%
G=31.51%
B=39.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131211500.250.1900.41227.0314.9851.57
Hex7179961913029e3f34
Octal16117122631230513431764
Binary111000111110011001011011001100110101001111000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717996; }

 p { color: rgb(113,121,150); }

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

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

 a { background-color: rgb(113,121,150); }

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

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

 span { border-color: rgb(113,121,150); }

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