#747584

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

Shades of Storm Grey #747584

Tints of Storm Grey #747584

Color information

#747584 (or 0x747584) is unknown color: approx Storm Grey. HEX triplet: 74, 75 and 84. RGB value is (116,117,132). Sum of RGB (Red+Green+Blue) = 116+117+132=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #747584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747584 is #8B8A7B. Grayscale: #767676. Windows color (decimal): -9144956 or 8680820. OLE color: 8680820.

HSL color Cylindrical-coordinate representation of color #747584: hue angle of 236.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #747584 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB116117132-
CMYK0.120.1100.48
HSL236.25º6.45%48.63%-
HSV(B)236.25º12.12%51.76%-
XYZ17.7318.124.39-
YUV118.41135.67126.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.78%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=31.78%
G=32.05%
B=36.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161171320.120.1100.48236.256.4548.63
Hex747584CB030ec631
Octal1641652041413060354661
Binary111010011101011000010011001011011000011101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747584; }

 p { color: rgb(116,117,132); }

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

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

 a { background-color: rgb(116,117,132); }

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

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

 span { border-color: rgb(116,117,132); }

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