#74758C

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

Shades of Storm Grey #74758C

Tints of Storm Grey #74758C

Color information

#74758C (or 0x74758C) is unknown color: approx Storm Grey. HEX triplet: 74, 75 and 8C. RGB value is (116,117,140). Sum of RGB (Red+Green+Blue) = 116+117+140=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #74758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74758C is #8B8A73. Grayscale: #777777. Windows color (decimal): -9144948 or 9205108. OLE color: 9205108.

HSL color Cylindrical-coordinate representation of color #74758C: hue angle of 237.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #74758C is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB116117140-
CMYK0.170.1600.45
HSL237.5º9.45%50.2%-
HSV(B)237.5º17.14%54.9%-
XYZ18.318.3327.38-
YUV119.32139.67125.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=31.10%
G=31.37%
B=37.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161171400.170.1600.45237.59.4550.2
Hex74758C111002Dee932
Octal16416521421200553561162
Binary111010011101011000110010001100000101101111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74758C; }

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

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

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

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

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

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

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

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