#73778D

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

Shades of Storm Grey #73778D

Tints of Storm Grey #73778D

Color information

#73778D (or 0x73778D) is unknown color: approx Storm Grey. HEX triplet: 73, 77 and 8D. RGB value is (115,119,141). Sum of RGB (Red+Green+Blue) = 115+119+141=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #73778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73778D is #8C8872. Grayscale: #787878. Windows color (decimal): -9209971 or 9271155. OLE color: 9271155.

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

Color convert

RGB115119141-
CMYK0.180.1600.45
HSL230.77º10.24%50.2%-
HSV(B)230.77º18.44%55.29%-
XYZ18.4718.7627.85-
YUV120.31139.67124.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 141 (55.47% from 255) = 37.6%
R=30.67%
G=31.73%
B=37.6%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151191410.180.1600.45230.7710.2450.2
Hex73778D121002De7a32
Octal16316721522200553471262
Binary111001111101111000110110010100000101101111001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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