#787C86

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

Shades of Storm Grey #787C86

Tints of Storm Grey #787C86

Color information

#787C86 (or 0x787C86) is unknown color: approx Storm Grey. HEX triplet: 78, 7C and 86. RGB value is (120,124,134). Sum of RGB (Red+Green+Blue) = 120+124+134=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 134 - color contains mainly: blue. Hex color #787C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787C86 is #878379. Grayscale: #7B7B7B. Windows color (decimal): -8881018 or 8813688. OLE color: 8813688.

HSL color Cylindrical-coordinate representation of color #787C86: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #787C86 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB120124134-
CMYK0.100.0700.47
HSL222.86º5.51%49.8%-
HSV(B)222.86º10.45%52.55%-
XYZ19.2620.1325.42-
YUV123.94133.67125.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 134 (52.73% from 255) = 35.45%
R=31.75%
G=32.80%
B=35.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201241340.100.0700.47222.865.5149.8
Hex787C86A702Fdf632
Octal170174206127057337662
Binary11110001111100100001101010111010111111011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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