#787E8E

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

Shades of Storm Grey #787E8E

Tints of Storm Grey #787E8E

Color information

#787E8E (or 0x787E8E) is unknown color: approx Storm Grey. HEX triplet: 78, 7E and 8E. RGB value is (120,126,142). Sum of RGB (Red+Green+Blue) = 120+126+142=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 142 - color contains mainly: blue. Hex color #787E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787E8E is #878171. Grayscale: #7D7D7D. Windows color (decimal): -8880498 or 9338488. OLE color: 9338488.

HSL color Cylindrical-coordinate representation of color #787E8E: hue angle of 223.64º 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 #787E8E is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB120126142-
CMYK0.150.1100.44
HSL223.64º8.87%51.37%-
HSV(B)223.64º15.49%55.69%-
XYZ20.0920.8728.56-
YUV126.03137.01123.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=30.93%
G=32.47%
B=36.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201261420.150.1100.44223.648.8751.37
Hex787E8EFB02Ce0933
Octal17017621617130543401163
Binary1111000111111010001110111110110101100111000001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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