#73788C

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

Shades of Storm Grey #73788C

Tints of Storm Grey #73788C

Color information

#73788C (or 0x73788C) is unknown color: approx Storm Grey. HEX triplet: 73, 78 and 8C. RGB value is (115,120,140). Sum of RGB (Red+Green+Blue) = 115+120+140=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 140 - color contains mainly: blue. Hex color #73788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73788C is #8C8773. Grayscale: #787878. Windows color (decimal): -9209716 or 9205875. OLE color: 9205875.

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

Color convert

RGB115120140-
CMYK0.180.1400.45
HSL228º9.8%50%-
HSV(B)228º17.86%54.9%-
XYZ18.5218.9727.5-
YUV120.78138.84123.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=30.67%
G=32%
B=37.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151201400.180.1400.452289.850
Hex73788C12E02De4a32
Octal16317021422160553441262
Binary11100111111000100011001001011100101101111001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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