#74757F

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

Shades of Storm Grey #74757F

Tints of Storm Grey #74757F

Color information

#74757F (or 0x74757F) is unknown color: approx Storm Grey. HEX triplet: 74, 75 and 7F. RGB value is (116,117,127). Sum of RGB (Red+Green+Blue) = 116+117+127=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 127 - color contains mainly: blue. Hex color #74757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74757F is #8B8A80. Grayscale: #757575. Windows color (decimal): -9144961 or 8353140. OLE color: 8353140.

HSL color Cylindrical-coordinate representation of color #74757F: hue angle of 234.55º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #74757F is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB116117127-
CMYK0.090.0800.50
HSL234.55º4.53%47.65%-
HSV(B)234.55º8.66%49.8%-
XYZ17.3917.9722.63-
YUV117.84133.17126.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.22%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 127 (50% from 255) = 35.28%
R=32.22%
G=32.5%
B=35.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1161171270.090.0800.50234.554.5347.65
Hex74757F98032eb530
Octal1641651771110062353560
Binary11101001110101111111110011000011001011101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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