#747992

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

Shades of Storm Grey #747992

Tints of Storm Grey #747992

Color information

#747992 (or 0x747992) is unknown color: approx Storm Grey. HEX triplet: 74, 79 and 92. RGB value is (116,121,146). Sum of RGB (Red+Green+Blue) = 116+121+146=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 146 - color contains mainly: blue. Hex color #747992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747992 is #8B866D. Grayscale: #7A7A7A. Windows color (decimal): -9143918 or 9599348. OLE color: 9599348.

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

Color convert

RGB116121146-
CMYK0.210.1700.43
HSL230º12.1%51.37%-
HSV(B)230º20.55%57.25%-
XYZ19.2319.4629.94-
YUV122.36141.34123.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.29%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=30.29%
G=31.59%
B=38.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161211460.210.1700.4323012.151.37
Hex747992151102Be6c33
Octal16417122225210533461463
Binary111010011110011001001010101100010101011111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747992; }

 p { color: rgb(116,121,146); }

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

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

 a { background-color: rgb(116,121,146); }

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

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

 span { border-color: rgb(116,121,146); }

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