#74757A

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

Shades of Storm Grey #74757A

Tints of Storm Grey #74757A

Color information

#74757A (or 0x74757A) is unknown color: approx Storm Grey. HEX triplet: 74, 75 and 7A. RGB value is (116,117,122). Sum of RGB (Red+Green+Blue) = 116+117+122=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 122 - color contains mainly: blue. Hex color #74757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74757A is #8B8A85. Grayscale: #757575. Windows color (decimal): -9144966 or 8025460. OLE color: 8025460.

HSL color Cylindrical-coordinate representation of color #74757A: hue angle of 230º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #74757A is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB116117122-
CMYK0.050.0400.52
HSL230º2.52%46.67%-
HSV(B)230º4.92%47.84%-
XYZ17.0817.8420.96-
YUV117.27130.67127.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=32.68%
G=32.96%
B=34.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1161171220.050.0400.522302.5246.67
Hex74757A54034e632f
Octal16416517254064346357
Binary11101001110101111101010110001101001110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74757A; }

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

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

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

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

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

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

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

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