#787991

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

Shades of Storm Grey #787991

Tints of Storm Grey #787991

Color information

#787991 (or 0x787991) is unknown color: approx Storm Grey. HEX triplet: 78, 79 and 91. RGB value is (120,121,145). Sum of RGB (Red+Green+Blue) = 120+121+145=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #787991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787991 is #87866E. Grayscale: #7B7B7B. Windows color (decimal): -8881775 or 9533816. OLE color: 9533816.

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

Color convert

RGB120121145-
CMYK0.170.1700.43
HSL237.6º10.2%51.96%-
HSV(B)237.6º17.24%56.86%-
XYZ19.6919.7129.55-
YUV123.44140.17125.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 145 (57.03% from 255) = 37.56%
R=31.09%
G=31.35%
B=37.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201211450.170.1700.43237.610.251.96
Hex787991111102Beea34
Octal17017122121210533561264
Binary111100011110011001000110001100010101011111011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787991; }

 p { color: rgb(120,121,145); }

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

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

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

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

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

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

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