COLOR #786E8E

HEX: #786E8E
RGB: (120,110,142)

Color info

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

RGB color model

#786E8E color RGB value is (120,110,142).

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

RGB channels and saturation

R 120 of 255 = 47%
G 110 of 255 = 43%
B 142 of 255 = 56%

120
110
142

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

Portions of RGB colors in percentages

R + G + B =
120 + 110 + 142 = 372 (100%)
R 120 of 372 ~ 32.26%
G 110 of 372 ~ 29.57%
B 142 of 372 ~ 38.17%

%32.26
%29.57
%38.17

CMYK color model

#786E8E color CMYK value is (15,23,0,44).

  • cyan value is 15.49%
  • magenta value is 22.54%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(15,23,0,44)
C15M23Y0K44 
(15%,23%,0%,44%)
(0.15/0.23/0.00/0.44)	

CMYK percentages

%15.49
%22.54
%0
%44.31

Codes

Color #786E8E in popluar color models

786E8E
RGB120110142
HSL259°12.70%49.41%
HSB/HSV259°22.54%55.69%
CMYK15.49%22.54%0.00%
44.31%

Color #786E8E in popluar number systems.

HEX786E8E
Decimal120110142
Binary1111000110111010001110
Octal170156216

Shades and tints

Shades of #786E8E

#786E8E
(120,110,142)
#6E6482
(110,100,130)
#645A76
(100,90,118)
#5A506A
(90,80,106)
#50465E
(80,70,94)
#463C52
(70,60,82)
#3C3246
(60,50,70)
#32283A
(50,40,58)
#281E2E
(40,30,46)
#1E1422
(30,20,34)
#140A16
(20,10,22)
#000000
(0,0,0)

Tints of #786E8E

#786E8E
(120,110,142)
#847B98
(132,123,152)
#9088A2
(144,136,162)
#9C95AC
(156,149,172)
#A8A2B6
(168,162,182)
#B4AFC0
(180,175,192)
#C0BCCA
(192,188,202)
#CCC9D4
(204,201,212)
#D8D6DE
(216,214,222)
#E4E3E8
(228,227,232)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786E8E; }

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

This text font color is #786E8E.


Background Color

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

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

This div background color is #786E8E.


Border color

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

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

This div border color is #786E8E.


Opacity

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

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

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

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

This text has shadow with #786E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786E8E on black background.


Color preview on white background

This text has color #786E8E on white background.



Black color preview on #786E8E background

This text has black color on #786E8E background.


White color preview on #786E8E background

This text has white color on #786E8E background.