#73778F

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

Shades of Storm Grey #73778F

Tints of Storm Grey #73778F

Color information

#73778F (or 0x73778F) is unknown color: approx Storm Grey. HEX triplet: 73, 77 and 8F. RGB value is (115,119,143). Sum of RGB (Red+Green+Blue) = 115+119+143=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 143 - color contains mainly: blue. Hex color #73778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73778F is #8C8870. Grayscale: #787878. Windows color (decimal): -9209969 or 9402227. OLE color: 9402227.

HSL color Cylindrical-coordinate representation of color #73778F: hue angle of 231.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73778F is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115119143-
CMYK0.200.1700.44
HSL231.43º11.11%50.59%-
HSV(B)231.43º19.58%56.08%-
XYZ18.6218.8228.64-
YUV120.54140.67124.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=30.50%
G=31.56%
B=37.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151191430.200.1700.44231.4311.1150.59
Hex73778F141102Ce7b33
Octal16316721724210543471363
Binary111001111101111000111110100100010101100111001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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