#787F90

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

Shades of Storm Grey #787F90

Tints of Storm Grey #787F90

Color information

#787F90 (or 0x787F90) is unknown color: approx Storm Grey. HEX triplet: 78, 7F and 90. RGB value is (120,127,144). Sum of RGB (Red+Green+Blue) = 120+127+144=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #787F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787F90 is #87806F. Grayscale: #7E7E7E. Windows color (decimal): -8880240 or 9469816. OLE color: 9469816.

HSL color Cylindrical-coordinate representation of color #787F90: hue angle of 222.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #787F90 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB120127144-
CMYK0.170.1200.44
HSL222.5º9.76%51.76%-
HSV(B)222.5º16.67%56.47%-
XYZ20.3721.1929.4-
YUV126.84137.68123.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.69%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 144 (56.64% from 255) = 36.83%
R=30.69%
G=32.48%
B=36.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201271440.170.1200.44222.59.7651.76
Hex787F9011C02Cdea34
Octal17017722021140543361264
Binary11110001111111100100001000111000101100110111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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