#77787D

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

Shades of Storm Grey #77787D

Tints of Storm Grey #77787D

Color information

#77787D (or 0x77787D) is unknown color: approx Storm Grey. HEX triplet: 77, 78 and 7D. RGB value is (119,120,125). Sum of RGB (Red+Green+Blue) = 119+120+125=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 125 - color contains mainly: blue. Hex color #77787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77787D is #888782. Grayscale: #787878. Windows color (decimal): -8947587 or 8222839. OLE color: 8222839.

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

Color convert

RGB119120125-
CMYK0.050.0400.51
HSL230º2.46%47.84%-
HSV(B)230º4.8%49.02%-
XYZ18.0318.8422.09-
YUV120.27130.67127.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.69%
GREEN value IS 120 (47.27% from 255) = 32.97%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=32.69%
G=32.97%
B=34.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191201250.050.0400.512302.4647.84
Hex77787D54033e6230
Octal16717017554063346260
Binary11101111111000111110110110001100111110011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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