#787992

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

Shades of Storm Grey #787992

Tints of Storm Grey #787992

Color information

#787992 (or 0x787992) is unknown color: approx Storm Grey. HEX triplet: 78, 79 and 92. RGB value is (120,121,146). Sum of RGB (Red+Green+Blue) = 120+121+146=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #787992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787992 is #87866D. Grayscale: #7B7B7B. Windows color (decimal): -8881774 or 9599352. OLE color: 9599352.

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

Color convert

RGB120121146-
CMYK0.180.1700.43
HSL237.69º10.66%52.16%-
HSV(B)237.69º17.81%57.25%-
XYZ19.7719.7429.96-
YUV123.55140.67125.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.01%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=31.01%
G=31.27%
B=37.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201211460.180.1700.43237.6910.6652.16
Hex787992121102Beeb34
Octal17017122222210533561364
Binary111100011110011001001010010100010101011111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787992; }

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

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

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

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

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

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

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

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