#73748D

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

Shades of Storm Grey #73748D

Tints of Storm Grey #73748D

Color information

#73748D (or 0x73748D) is unknown color: approx Storm Grey. HEX triplet: 73, 74 and 8D. RGB value is (115,116,141). Sum of RGB (Red+Green+Blue) = 115+116+141=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #73748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73748D is #8C8B72. Grayscale: #767676. Windows color (decimal): -9210739 or 9270387. OLE color: 9270387.

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

Color convert

RGB115116141-
CMYK0.180.1800.45
HSL237.69º10.24%50.2%-
HSV(B)237.69º18.44%55.29%-
XYZ18.1218.0627.73-
YUV118.55140.67125.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 116 (45.70% from 255) = 31.18%
BLUE value IS 141 (55.47% from 255) = 37.90%
R=30.91%
G=31.18%
B=37.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151161410.180.1800.45237.6910.2450.2
Hex73748D121202Deea32
Octal16316421522220553561262
Binary111001111101001000110110010100100101101111011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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