#787889

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

Shades of Storm Grey #787889

Tints of Storm Grey #787889

Color information

#787889 (or 0x787889) is unknown color: approx Storm Grey. HEX triplet: 78, 78 and 89. RGB value is (120,120,137). Sum of RGB (Red+Green+Blue) = 120+120+137=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: blue. Hex color #787889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787889 is #878776. Grayscale: #797979. Windows color (decimal): -8882039 or 9009272. OLE color: 9009272.

HSL color Cylindrical-coordinate representation of color #787889: hue angle of 240º 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 #787889 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB120120137-
CMYK0.120.1200.46
HSL240º6.72%50.39%-
HSV(B)240º12.41%53.73%-
XYZ18.9819.2326.38-
YUV121.94136.5126.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=31.83%
G=31.83%
B=36.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201201370.120.1200.462406.7250.39
Hex787889CC02Ef0732
Octal1701702111414056360762
Binary111100011110001000100111001100010111011110000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787889; }

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

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

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

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

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

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

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

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