#73778C

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

Shades of Storm Grey #73778C

Tints of Storm Grey #73778C

Color information

#73778C (or 0x73778C) is unknown color: approx Storm Grey. HEX triplet: 73, 77 and 8C. RGB value is (115,119,140). Sum of RGB (Red+Green+Blue) = 115+119+140=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 140 - color contains mainly: blue. Hex color #73778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73778C is #8C8873. Grayscale: #787878. Windows color (decimal): -9209972 or 9205619. OLE color: 9205619.

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

Color convert

RGB115119140-
CMYK0.180.1500.45
HSL230.4º9.8%50%-
HSV(B)230.4º17.86%54.9%-
XYZ18.418.7327.46-
YUV120.2139.17124.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 140 (55.08% from 255) = 37.43%
R=30.75%
G=31.82%
B=37.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151191400.180.1500.45230.49.850
Hex73778C12F02De6a32
Octal16316721422170553461262
Binary11100111110111100011001001011110101101111001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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