COLOR #786D96

HEX: #786D96
RGB: (120,109,150)

Color info

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

RGB color model

#786D96 color RGB value is (120,109,150).

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

RGB channels and saturation

R 120 of 255 = 47%
G 109 of 255 = 43%
B 150 of 255 = 59%

120
109
150

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

Portions of RGB colors in percentages

R + G + B =
120 + 109 + 150 = 379 (100%)
R 120 of 379 ~ 31.66%
G 109 of 379 ~ 28.76%
B 150 of 379 ~ 39.58%

%31.66
%28.76
%39.58

CMYK color model

#786D96 color CMYK value is (20,27,0,41).

  • cyan value is 20.00%
  • magenta value is 27.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(20,27,0,41)
C20M27Y0K41 
(20%,27%,0%,41%)
(0.20/0.27/0.00/0.41)	

CMYK percentages

%20
%27.33
%0
%41.18

Codes

Color #786D96 in popluar color models

786D96
RGB120109150
HSL256°16.33%50.78%
HSB/HSV256°27.33%58.82%
CMYK20.00%27.33%0.00%
41.18%

Color #786D96 in popluar number systems.

HEX786D96
Decimal120109150
Binary1111000110110110010110
Octal170155226

Shades and tints

Shades of #786D96

#786D96
(120,109,150)
#6E6489
(110,100,137)
#645B7C
(100,91,124)
#5A526F
(90,82,111)
#504962
(80,73,98)
#464055
(70,64,85)
#3C3748
(60,55,72)
#322E3B
(50,46,59)
#28252E
(40,37,46)
#1E1C21
(30,28,33)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #786D96

#786D96
(120,109,150)
#847A9F
(132,122,159)
#9087A8
(144,135,168)
#9C94B1
(156,148,177)
#A8A1BA
(168,161,186)
#B4AEC3
(180,174,195)
#C0BBCC
(192,187,204)
#CCC8D5
(204,200,213)
#D8D5DE
(216,213,222)
#E4E2E7
(228,226,231)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786D96; }

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

This text font color is #786D96.


Background Color

.myBgColor { background-color: #786D96; }

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

This div background color is #786D96.


Border color

.myBorderColor { border: 1px solid #786D96; }

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

This div border color is #786D96.


Opacity

.myOpacity80 { color: #786D96; opacity: 0.8; }

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

Text with #786D96 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 #786D96;}

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

This text has shadow with #786D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786D96 on black background.


Color preview on white background

This text has color #786D96 on white background.



Black color preview on #786D96 background

This text has black color on #786D96 background.


White color preview on #786D96 background

This text has white color on #786D96 background.