#747579

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

Shades of Storm Grey #747579

Tints of Storm Grey #747579

Color information

#747579 (or 0x747579) is unknown color: approx Storm Grey. HEX triplet: 74, 75 and 79. RGB value is (116,117,121). Sum of RGB (Red+Green+Blue) = 116+117+121=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 121 - color contains mainly: blue. Hex color #747579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747579 is #8B8A86. Grayscale: #757575. Windows color (decimal): -9144967 or 7959924. OLE color: 7959924.

HSL color Cylindrical-coordinate representation of color #747579: hue angle of 228º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #747579 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB116117121-
CMYK0.040.0300.53
HSL228º2.11%46.47%-
HSV(B)228º4.13%47.45%-
XYZ17.0117.8220.63-
YUV117.16130.17127.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.77%
GREEN value IS 117 (46.09% from 255) = 33.05%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=32.77%
G=33.05%
B=34.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161171210.040.0300.532282.1146.47
Hex74757943035e422e
Octal16416517143065344256
Binary1110100111010111110011001101101011110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747579; }

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

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

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

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

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

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

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

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