#73748C

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

Shades of Storm Grey #73748C

Tints of Storm Grey #73748C

Color information

#73748C (or 0x73748C) is unknown color: approx Storm Grey. HEX triplet: 73, 74 and 8C. RGB value is (115,116,140). Sum of RGB (Red+Green+Blue) = 115+116+140=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #73748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73748C is #8C8B73. Grayscale: #767676. Windows color (decimal): -9210740 or 9204851. OLE color: 9204851.

HSL color Cylindrical-coordinate representation of color #73748C: hue angle of 237.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73748C is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB115116140-
CMYK0.180.1700.45
HSL237.6º9.8%50%-
HSV(B)237.6º17.86%54.9%-
XYZ18.0518.0327.34-
YUV118.44140.17125.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=31.00%
G=31.27%
B=37.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151161400.180.1700.45237.69.850
Hex73748C121102Deea32
Octal16316421422210553561262
Binary111001111101001000110010010100010101101111011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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