#78797B

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

Shades of Storm Grey #78797B

Tints of Storm Grey #78797B

Color information

#78797B (or 0x78797B) is unknown color: approx Storm Grey. HEX triplet: 78, 79 and 7B. RGB value is (120,121,123). Sum of RGB (Red+Green+Blue) = 120+121+123=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 123 - color contains mainly: blue. Hex color #78797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78797B is #878684. Grayscale: #787878. Windows color (decimal): -8881797 or 8092024. OLE color: 8092024.

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

Color convert

RGB120121123-
CMYK0.020.0200.52
HSL220º1.23%47.65%-
HSV(B)220º2.44%48.24%-
XYZ18.1619.121.47-
YUV120.93129.17127.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.97%
GREEN value IS 121 (47.66% from 255) = 33.24%
BLUE value IS 123 (48.44% from 255) = 33.79%
R=32.97%
G=33.24%
B=33.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1201211230.020.0200.522201.2347.65
Hex78797B22034dc130
Octal17017117322064334160
Binary11110001111001111101110100110100110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78797B; }

 p { color: rgb(120,121,123); }

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

<style>
 a { background-color: #78797B; }

 a { background-color: rgb(120,121,123); }

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

<style>
 span { border-color: #78797B; }

 span { border-color: rgb(120,121,123); }

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