#717795

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

Shades of Storm Grey #717795

Tints of Storm Grey #717795

Color information

#717795 (or 0x717795) is unknown color: approx Storm Grey. HEX triplet: 71, 77 and 95. RGB value is (113,119,149). Sum of RGB (Red+Green+Blue) = 113+119+149=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #717795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717795 is #8E886A. Grayscale: #787878. Windows color (decimal): -9341035 or 9795441. OLE color: 9795441.

HSL color Cylindrical-coordinate representation of color #717795: hue angle of 230º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #717795 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113119149-
CMYK0.240.2000.42
HSL230º14.52%51.37%-
HSV(B)230º24.16%58.43%-
XYZ18.8318.8731.08-
YUV120.63144.01122.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=29.66%
G=31.23%
B=39.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131191490.240.2000.4223014.5251.37
Hex717795181402Ae6f33
Octal16116722530240523461763
Binary111000111101111001010111000101000101010111001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717795; }

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

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

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

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

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

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

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

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