#73748E

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

Shades of Storm Grey #73748E

Tints of Storm Grey #73748E

Color information

#73748E (or 0x73748E) is unknown color: approx Storm Grey. HEX triplet: 73, 74 and 8E. RGB value is (115,116,142). Sum of RGB (Red+Green+Blue) = 115+116+142=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 142 - color contains mainly: blue. Hex color #73748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73748E is #8C8B71. Grayscale: #767676. Windows color (decimal): -9210738 or 9335923. OLE color: 9335923.

HSL color Cylindrical-coordinate representation of color #73748E: hue angle of 237.78º 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 #73748E is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115116142-
CMYK0.190.1800.44
HSL237.78º10.67%50.39%-
HSV(B)237.78º19.01%55.69%-
XYZ18.218.0928.12-
YUV118.66141.17125.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.83%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=30.83%
G=31.10%
B=38.07%

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
Decimal1151161420.190.1800.44237.7810.6750.39
Hex73748E131202Ceeb32
Octal16316421623220543561362
Binary111001111101001000111010011100100101100111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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