#717792

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

Shades of Storm Grey #717792

Tints of Storm Grey #717792

Color information

#717792 (or 0x717792) is unknown color: approx Storm Grey. HEX triplet: 71, 77 and 92. RGB value is (113,119,146). Sum of RGB (Red+Green+Blue) = 113+119+146=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #717792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717792 is #8E886D. Grayscale: #787878. Windows color (decimal): -9341038 or 9598833. OLE color: 9598833.

HSL color Cylindrical-coordinate representation of color #717792: hue angle of 229.09º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #717792 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB113119146-
CMYK0.230.1800.43
HSL229.09º13.15%50.78%-
HSV(B)229.09º22.6%57.25%-
XYZ18.618.7829.84-
YUV120.28142.51122.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.89%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=29.89%
G=31.48%
B=38.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131191460.230.1800.43229.0913.1550.78
Hex717792171202Be5d33
Octal16116722227220533451563
Binary111000111101111001001010111100100101011111001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717792; }

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

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

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

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

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

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

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

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