COLOR #786E95

HEX: #786E95
RGB: (120,110,149)

Color info

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

RGB color model

#786E95 color RGB value is (120,110,149).

  • red value is 120;
  • green value is 110;
  • blue value is 149.
RGB:
(120,110,149)
(47%,43%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 110 of 255 = 43%
B 149 of 255 = 58%

120
110
149

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

Portions of RGB colors in percentages

R + G + B =
120 + 110 + 149 = 379 (100%)
R 120 of 379 ~ 31.66%
G 110 of 379 ~ 29.02%
B 149 of 379 ~ 39.31%

%31.66
%29.02
%39.31

CMYK color model

#786E95 color CMYK value is (19,26,0,42).

  • cyan value is 19.46%
  • magenta value is 26.17%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(19,26,0,42)
C19M26Y0K42 
(19%,26%,0%,42%)
(0.19/0.26/0.00/0.42)	

CMYK percentages

%19.46
%26.17
%0
%41.57

Codes

Color #786E95 in popluar color models

786E95
RGB120110149
HSL255°15.54%50.78%
HSB/HSV255°26.17%58.43%
CMYK19.46%26.17%0.00%
41.57%

Color #786E95 in popluar number systems.

HEX786E95
Decimal120110149
Binary1111000110111010010101
Octal170156225

Shades and tints

Shades of #786E95

#786E95
(120,110,149)
#6E6488
(110,100,136)
#645A7B
(100,90,123)
#5A506E
(90,80,110)
#504661
(80,70,97)
#463C54
(70,60,84)
#3C3247
(60,50,71)
#32283A
(50,40,58)
#281E2D
(40,30,45)
#1E1420
(30,20,32)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #786E95

#786E95
(120,110,149)
#847B9E
(132,123,158)
#9088A7
(144,136,167)
#9C95B0
(156,149,176)
#A8A2B9
(168,162,185)
#B4AFC2
(180,175,194)
#C0BCCB
(192,188,203)
#CCC9D4
(204,201,212)
#D8D6DD
(216,214,221)
#E4E3E6
(228,227,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786E95 color. Also use rgb(120,110,149) instead hex code.

Text Font Color

.myTextColor { color: #786E95; }

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

This text font color is #786E95.


Background Color

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

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

This div background color is #786E95.


Border color

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

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

This div border color is #786E95.


Opacity

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

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

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

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

This text has shadow with #786E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786E95 on black background.


Color preview on white background

This text has color #786E95 on white background.



Black color preview on #786E95 background

This text has black color on #786E95 background.


White color preview on #786E95 background

This text has white color on #786E95 background.