#78798D

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

Shades of Storm Grey #78798D

Tints of Storm Grey #78798D

Color information

#78798D (or 0x78798D) is unknown color: approx Storm Grey. HEX triplet: 78, 79 and 8D. RGB value is (120,121,141). Sum of RGB (Red+Green+Blue) = 120+121+141=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 141 - color contains mainly: blue. Hex color #78798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78798D is #878672. Grayscale: #7A7A7A. Windows color (decimal): -8881779 or 9271672. OLE color: 9271672.

HSL color Cylindrical-coordinate representation of color #78798D: hue angle of 237.14º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78798D is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120121141-
CMYK0.150.1400.45
HSL237.14º8.43%51.18%-
HSV(B)237.14º14.89%55.29%-
XYZ19.3919.5927.96-
YUV122.98138.17125.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.41%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 141 (55.47% from 255) = 36.91%
R=31.41%
G=31.68%
B=36.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201211410.150.1400.45237.148.4351.18
Hex78798DFE02Ded833
Octal17017121517160553551063
Binary1111000111100110001101111111100101101111011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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