#747996

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

Shades of Storm Grey #747996

Tints of Storm Grey #747996

Color information

#747996 (or 0x747996) is unknown color: approx Storm Grey. HEX triplet: 74, 79 and 96. RGB value is (116,121,150). Sum of RGB (Red+Green+Blue) = 116+121+150=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #747996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747996 is #8B8669. Grayscale: #7A7A7A. Windows color (decimal): -9143914 or 9861492. OLE color: 9861492.

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

Color convert

RGB116121150-
CMYK0.230.1900.41
HSL231.18º13.93%52.16%-
HSV(B)231.18º22.67%58.82%-
XYZ19.5419.5931.61-
YUV122.81143.34123.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=29.97%
G=31.27%
B=38.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161211500.230.1900.41231.1813.9352.16
Hex7479961713029e7e34
Octal16417122627230513471664
Binary111010011110011001011010111100110101001111001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747996; }

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

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

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

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

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

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

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

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