#78798F

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

Shades of Storm Grey #78798F

Tints of Storm Grey #78798F

Color information

#78798F (or 0x78798F) is unknown color: approx Storm Grey. HEX triplet: 78, 79 and 8F. RGB value is (120,121,143). Sum of RGB (Red+Green+Blue) = 120+121+143=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 143 - color contains mainly: blue. Hex color #78798F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78798F is #878670. Grayscale: #7B7B7B. Windows color (decimal): -8881777 or 9402744. OLE color: 9402744.

HSL color Cylindrical-coordinate representation of color #78798F: hue angle of 237.39º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #78798F is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB120121143-
CMYK0.160.1500.44
HSL237.39º9.31%51.57%-
HSV(B)237.39º16.08%56.08%-
XYZ19.5419.6528.75-
YUV123.21139.17125.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.25%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 143 (56.25% from 255) = 37.24%
R=31.25%
G=31.51%
B=37.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201211430.160.1500.44237.399.3151.57
Hex78798F10F02Ced934
Octal17017121720170543551164
Binary11110001111001100011111000011110101100111011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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