#76787C

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

Shades of Storm Grey #76787C

Tints of Storm Grey #76787C

Color information

#76787C (or 0x76787C) is unknown color: approx Storm Grey. HEX triplet: 76, 78 and 7C. RGB value is (118,120,124). Sum of RGB (Red+Green+Blue) = 118+120+124=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 124 - color contains mainly: blue. Hex color #76787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76787C is #898783. Grayscale: #777777. Windows color (decimal): -9013124 or 8157302. OLE color: 8157302.

HSL color Cylindrical-coordinate representation of color #76787C: hue angle of 220º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #76787C is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB118120124-
CMYK0.050.0300.51
HSL220º2.48%47.45%-
HSV(B)220º4.84%48.63%-
XYZ17.8318.7421.75-
YUV119.86130.34126.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.60%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=32.60%
G=33.15%
B=34.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181201240.050.0300.512202.4847.45
Hex76787C53033dc22f
Octal16617017453063334257
Binary1110110111100011111001011101100111101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,120,124); }

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

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

 a { background-color: rgb(118,120,124); }

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

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

 span { border-color: rgb(118,120,124); }

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