#73757B

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

Shades of Storm Grey #73757B

Tints of Storm Grey #73757B

Color information

#73757B (or 0x73757B) is unknown color: approx Storm Grey. HEX triplet: 73, 75 and 7B. RGB value is (115,117,123). Sum of RGB (Red+Green+Blue) = 115+117+123=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 123 - color contains mainly: blue. Hex color #73757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73757B is #8C8A84. Grayscale: #757575. Windows color (decimal): -9210501 or 8090995. OLE color: 8090995.

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

Color convert

RGB115117123-
CMYK0.070.0500.52
HSL225º3.36%46.67%-
HSV(B)225º6.5%48.24%-
XYZ17.0117.821.28-
YUV117.09131.34126.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.39%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=32.39%
G=32.96%
B=34.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1151171230.070.0500.522253.3646.67
Hex73757B75034e132f
Octal16316517375064341357
Binary11100111110101111101111110101101001110000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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