#787E89

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

Shades of Storm Grey #787E89

Tints of Storm Grey #787E89

Color information

#787E89 (or 0x787E89) is unknown color: approx Storm Grey. HEX triplet: 78, 7E and 89. RGB value is (120,126,137). Sum of RGB (Red+Green+Blue) = 120+126+137=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 137 - color contains mainly: blue. Hex color #787E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787E89 is #878176. Grayscale: #7D7D7D. Windows color (decimal): -8880503 or 9010808. OLE color: 9010808.

HSL color Cylindrical-coordinate representation of color #787E89: hue angle of 218.82º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #787E89 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB120126137-
CMYK0.120.0800.46
HSL218.82º6.72%50.39%-
HSV(B)218.82º12.41%53.73%-
XYZ19.7220.7226.63-
YUV125.46134.51124.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 137 (53.91% from 255) = 35.77%
R=31.33%
G=32.90%
B=35.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201261370.120.0800.46218.826.7250.39
Hex787E89C802Edb732
Octal1701762111410056333762
Binary111100011111101000100111001000010111011011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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