#76778C

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

Shades of Storm Grey #76778C

Tints of Storm Grey #76778C

Color information

#76778C (or 0x76778C) is unknown color: approx Storm Grey. HEX triplet: 76, 77 and 8C. RGB value is (118,119,140). Sum of RGB (Red+Green+Blue) = 118+119+140=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #76778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76778C is #898873. Grayscale: #797979. Windows color (decimal): -9013364 or 9205622. OLE color: 9205622.

HSL color Cylindrical-coordinate representation of color #76778C: hue angle of 237.27º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76778C is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118119140-
CMYK0.160.1500.45
HSL237.27º8.73%50.59%-
HSV(B)237.27º15.71%54.9%-
XYZ18.818.9427.48-
YUV121.1138.67125.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=31.30%
G=31.56%
B=37.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181191400.160.1500.45237.278.7350.59
Hex76778C10F02Ded933
Octal16616721420170553551163
Binary11101101110111100011001000011110101101111011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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