#717784

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

Shades of Storm Grey #717784

Tints of Storm Grey #717784

Color information

#717784 (or 0x717784) is unknown color: approx Storm Grey. HEX triplet: 71, 77 and 84. RGB value is (113,119,132). Sum of RGB (Red+Green+Blue) = 113+119+132=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #717784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717784 is #8E887B. Grayscale: #767676. Windows color (decimal): -9341052 or 8681329. OLE color: 8681329.

HSL color Cylindrical-coordinate representation of color #717784: hue angle of 221.05º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #717784 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB113119132-
CMYK0.140.1000.48
HSL221.05º7.76%48.04%-
HSV(B)221.05º14.39%51.76%-
XYZ17.5718.3724.45-
YUV118.69135.51123.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 119 (46.88% from 255) = 32.69%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=31.04%
G=32.69%
B=36.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131191320.140.1000.48221.057.7648.04
Hex717784EA030dd830
Octal16116720416120603351060
Binary1110001111011110000100111010100110000110111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717784; }

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

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

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

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

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

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

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

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