#73758E

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

Shades of Storm Grey #73758E

Tints of Storm Grey #73758E

Color information

#73758E (or 0x73758E) is unknown color: approx Storm Grey. HEX triplet: 73, 75 and 8E. RGB value is (115,117,142). Sum of RGB (Red+Green+Blue) = 115+117+142=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #73758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73758E is #8C8A71. Grayscale: #777777. Windows color (decimal): -9210482 or 9336179. OLE color: 9336179.

HSL color Cylindrical-coordinate representation of color #73758E: hue angle of 235.56º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73758E is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115117142-
CMYK0.190.1800.44
HSL235.56º10.67%50.39%-
HSV(B)235.56º19.01%55.69%-
XYZ18.3118.3228.16-
YUV119.25140.84124.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=30.75%
G=31.28%
B=37.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151171420.190.1800.44235.5610.6750.39
Hex73758E131202Cecb32
Octal16316521623220543541362
Binary111001111101011000111010011100100101100111011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73758E; }

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

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

<style>
 a { background-color: #73758E; }

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

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

<style>
 span { border-color: #73758E; }

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

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