#76777A

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

Shades of Storm Grey #76777A

Tints of Storm Grey #76777A

Color information

#76777A (or 0x76777A) is unknown color: approx Storm Grey. HEX triplet: 76, 77 and 7A. RGB value is (118,119,122). Sum of RGB (Red+Green+Blue) = 118+119+122=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 122 - color contains mainly: blue. Hex color #76777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76777A is #898885. Grayscale: #777777. Windows color (decimal): -9013382 or 8025974. OLE color: 8025974.

HSL color Cylindrical-coordinate representation of color #76777A: hue angle of 225º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #76777A is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB118119122-
CMYK0.030.0200.52
HSL225º1.67%47.06%-
HSV(B)225º3.28%47.84%-
XYZ17.5818.4521.05-
YUV119.04129.67127.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=32.87%
G=33.15%
B=33.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181191220.030.0200.522251.6747.06
Hex76777A32034e122f
Octal16616717232064341257
Binary111011011101111111010111001101001110000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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