COLOR #787496

HEX: #787496
RGB: (120,116,150)

Color info

#787496 contains red, green and blue colors in about the same proportion. Web safe color of #787496 is #666699 (or #669).

RGB color model

#787496 color RGB value is (120,116,150).

  • red value is 120;
  • green value is 116;
  • blue value is 150.
RGB:
(120,116,150)
(47%,45%,59%)

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 150 of 255 = 59%

120
116
150

R + G + B ~ 50%. #787496 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 150 = 386 (100%)
R 120 of 386 ~ 31.09%
G 116 of 386 ~ 30.05%
B 150 of 386 ~ 38.86%

%31.09
%30.05
%38.86

CMYK color model

#787496 color CMYK value is (20,23,0,41).

  • cyan value is 20.00%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(20,23,0,41)
C20M23Y0K41 
(20%,23%,0%,41%)
(0.20/0.23/0.00/0.41)	

CMYK percentages

%20
%22.67
%0
%41.18

Codes

Color #787496 in popluar color models

787496
RGB120116150
HSL247°13.93%52.16%
HSB/HSV247°22.67%58.82%
CMYK20.00%22.67%0.00%
41.18%

Color #787496 in popluar number systems.

HEX787496
Decimal120116150
Binary1111000111010010010110
Octal170164226

Shades and tints

Shades of #787496

#787496
(120,116,150)
#6E6A89
(110,106,137)
#64607C
(100,96,124)
#5A566F
(90,86,111)
#504C62
(80,76,98)
#464255
(70,66,85)
#3C3848
(60,56,72)
#322E3B
(50,46,59)
#28242E
(40,36,46)
#1E1A21
(30,26,33)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #787496

#787496
(120,116,150)
#84809F
(132,128,159)
#908CA8
(144,140,168)
#9C98B1
(156,152,177)
#A8A4BA
(168,164,186)
#B4B0C3
(180,176,195)
#C0BCCC
(192,188,204)
#CCC8D5
(204,200,213)
#D8D4DE
(216,212,222)
#E4E0E7
(228,224,231)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787496 color. Also use rgb(120,116,150) instead hex code.

Text Font Color

.myTextColor { color: #787496; }

<p style="color:#787496">This sample text font color is #787496.</p>

This text font color is #787496.


Background Color

.myBgColor { background-color: #787496; }

<div style="background-color:#787496">Inner text</div>

This div background color is #787496.


Border color

.myBorderColor { border: 1px solid #787496; }

<div style="border:3px solid #787496">Div</div>

This div border color is #787496.


Opacity

.myOpacity80 { color: #787496; opacity: 0.8; }

<p style="color:#787496;opacity:0.8;">80%</p>

Text with #787496 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #787496;}

<p style="text-shadow: 3px 3px 1px #787496">Text here.</p>

This text has shadow with #787496 color.

.textShadow {text-shadow: 3px 3px 1px #787496, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #787496, 5px 5px 20px red">Text here.</p>

This text has shadow with #787496 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#787496, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#787496, Direction=45, Strength=4)">Text</p>

This text has shadow with #787496 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #787496;
  -webkit-box-shadow:	1px 1px 3px 2px #787496;
  box-shadow:		1px 1px 3px 2px #787496;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #787496;
-webkit-box-shadow: 1px 1px 3px 2px #787496;
box-shadow:1px 1px 3px 2px #787496;">
Div content here</div>
This div box has shadow with color #787496.

Preview

Color preview on black background

This text has color #787496 on black background.


Color preview on white background

This text has color #787496 on white background.



Black color preview on #787496 background

This text has black color on #787496 background.


White color preview on #787496 background

This text has white color on #787496 background.