#747578

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

Shades of Storm Grey #747578

Tints of Storm Grey #747578

Color information

#747578 (or 0x747578) is unknown color: approx Storm Grey. HEX triplet: 74, 75 and 78. RGB value is (116,117,120). Sum of RGB (Red+Green+Blue) = 116+117+120=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 120 - color contains mainly: blue. Hex color #747578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747578 is #8B8A87. Grayscale: #757575. Windows color (decimal): -9144968 or 7894388. OLE color: 7894388.

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

Color convert

RGB116117120-
CMYK0.030.0200.53
HSL225º1.69%46.27%-
HSV(B)225º3.33%47.06%-
XYZ16.9517.7920.31-
YUV117.04129.67127.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.86%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=32.86%
G=33.14%
B=33.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161171200.030.0200.532251.6946.27
Hex74757832035e122e
Octal16416517032065341256
Binary111010011101011111000111001101011110000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747578; }

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

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

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

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

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

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

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

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