#73757C

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

Shades of Storm Grey #73757C

Tints of Storm Grey #73757C

Color information

#73757C (or 0x73757C) is unknown color: approx Storm Grey. HEX triplet: 73, 75 and 7C. RGB value is (115,117,124). Sum of RGB (Red+Green+Blue) = 115+117+124=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 124 - color contains mainly: blue. Hex color #73757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73757C is #8C8A83. Grayscale: #757575. Windows color (decimal): -9210500 or 8156531. OLE color: 8156531.

HSL color Cylindrical-coordinate representation of color #73757C: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #73757C is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB115117124-
CMYK0.070.0600.51
HSL226.67º3.77%46.86%-
HSV(B)226.67º7.26%48.63%-
XYZ17.0717.8221.61-
YUV117.2131.84126.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=32.30%
G=32.87%
B=34.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1151171240.070.0600.51226.673.7746.86
Hex73757C76033e342f
Octal16316517476063343457
Binary111001111101011111100111110011001111100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,117,124); }

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

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

 a { background-color: rgb(115,117,124); }

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

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

 span { border-color: rgb(115,117,124); }

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