#73757F

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

Shades of Storm Grey #73757F

Tints of Storm Grey #73757F

Color information

#73757F (or 0x73757F) is unknown color: approx Storm Grey. HEX triplet: 73, 75 and 7F. RGB value is (115,117,127). Sum of RGB (Red+Green+Blue) = 115+117+127=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 127 - color contains mainly: blue. Hex color #73757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73757F is #8C8A80. Grayscale: #757575. Windows color (decimal): -9210497 or 8353139. OLE color: 8353139.

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

Color convert

RGB115117127-
CMYK0.090.0800.50
HSL230º4.96%47.45%-
HSV(B)230º9.45%49.8%-
XYZ17.2617.922.62-
YUV117.54133.34126.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.03%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 127 (50% from 255) = 35.38%
R=32.03%
G=32.59%
B=35.38%

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
Decimal1151171270.090.0800.502304.9647.45
Hex73757F98032e652f
Octal1631651771110062346557
Binary11100111110101111111110011000011001011100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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