#787F8D

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

Shades of Storm Grey #787F8D

Tints of Storm Grey #787F8D

Color information

#787F8D (or 0x787F8D) is unknown color: approx Storm Grey. HEX triplet: 78, 7F and 8D. RGB value is (120,127,141). Sum of RGB (Red+Green+Blue) = 120+127+141=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #787F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787F8D is #878072. Grayscale: #7E7E7E. Windows color (decimal): -8880243 or 9273208. OLE color: 9273208.

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

Color convert

RGB120127141-
CMYK0.150.1000.45
HSL220º8.43%51.18%-
HSV(B)220º14.89%55.29%-
XYZ20.1421.0928.21-
YUV126.5136.18123.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=30.93%
G=32.73%
B=36.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201271410.150.1000.452208.4351.18
Hex787F8DFA02Ddc833
Octal17017721517120553341063
Binary1111000111111110001101111110100101101110111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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