#76777D

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

Shades of Storm Grey #76777D

Tints of Storm Grey #76777D

Color information

#76777D (or 0x76777D) is unknown color: approx Storm Grey. HEX triplet: 76, 77 and 7D. RGB value is (118,119,125). Sum of RGB (Red+Green+Blue) = 118+119+125=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 125 - color contains mainly: blue. Hex color #76777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76777D is #898882. Grayscale: #777777. Windows color (decimal): -9013379 or 8222582. OLE color: 8222582.

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

Color convert

RGB118119125-
CMYK0.060.0500.51
HSL231.43º2.88%47.65%-
HSV(B)231.43º5.6%49.02%-
XYZ17.7718.5322.04-
YUV119.38131.17127.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.60%
GREEN value IS 119 (46.88% from 255) = 32.87%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=32.60%
G=32.87%
B=34.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181191250.060.0500.51231.432.8847.65
Hex76777D65033e7330
Octal16616717565063347360
Binary11101101110111111110111010101100111110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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