#747890

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

Shades of Storm Grey #747890

Tints of Storm Grey #747890

Color information

#747890 (or 0x747890) is unknown color: approx Storm Grey. HEX triplet: 74, 78 and 90. RGB value is (116,120,144). Sum of RGB (Red+Green+Blue) = 116+120+144=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 144 - color contains mainly: blue. Hex color #747890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747890 is #8B876F. Grayscale: #797979. Windows color (decimal): -9144176 or 9468020. OLE color: 9468020.

HSL color Cylindrical-coordinate representation of color #747890: hue angle of 231.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #747890 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB116120144-
CMYK0.190.1700.44
HSL231.43º11.2%50.98%-
HSV(B)231.43º19.44%56.47%-
XYZ18.9519.1629.08-
YUV121.54140.67124.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.53%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=30.53%
G=31.58%
B=37.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161201440.190.1700.44231.4311.250.98
Hex747890131102Ce7b33
Octal16417022023210543471363
Binary111010011110001001000010011100010101100111001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747890; }

 p { color: rgb(116,120,144); }

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

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

 a { background-color: rgb(116,120,144); }

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

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

 span { border-color: rgb(116,120,144); }

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