#787C8E

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

Shades of Storm Grey #787C8E

Tints of Storm Grey #787C8E

Color information

#787C8E (or 0x787C8E) is unknown color: approx Storm Grey. HEX triplet: 78, 7C and 8E. RGB value is (120,124,142). Sum of RGB (Red+Green+Blue) = 120+124+142=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 142 - color contains mainly: blue. Hex color #787C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787C8E is #878371. Grayscale: #7C7C7C. Windows color (decimal): -8881010 or 9337976. OLE color: 9337976.

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

Color convert

RGB120124142-
CMYK0.150.1300.44
HSL229.09º8.87%51.37%-
HSV(B)229.09º15.49%55.69%-
XYZ19.8420.3628.48-
YUV124.86137.67124.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 142 (55.86% from 255) = 36.79%
R=31.09%
G=32.12%
B=36.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201241420.150.1300.44229.098.8751.37
Hex787C8EFD02Ce5933
Octal17017421617150543451163
Binary1111000111110010001110111111010101100111001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787C8E; }

 p { color: rgb(120,124,142); }

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

<style>
 a { background-color: #787C8E; }

 a { background-color: rgb(120,124,142); }

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

<style>
 span { border-color: #787C8E; }

 span { border-color: rgb(120,124,142); }

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