COLOR #786F8B

HEX: #786F8B
RGB: (120,111,139)

Color info

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

RGB color model

#786F8B color RGB value is (120,111,139).

  • red value is 120;
  • green value is 111;
  • blue value is 139.
RGB:
(120,111,139)
(47%,44%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 111 of 255 = 44%
B 139 of 255 = 55%

120
111
139

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

Portions of RGB colors in percentages

R + G + B =
120 + 111 + 139 = 370 (100%)
R 120 of 370 ~ 32.43%
G 111 of 370 ~ 30%
B 139 of 370 ~ 37.57%

%32.43
%30
%37.57

CMYK color model

#786F8B color CMYK value is (14,20,0,45).

  • cyan value is 13.67%
  • magenta value is 20.14%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(14,20,0,45)
C14M20Y0K45 
(14%,20%,0%,45%)
(0.14/0.20/0.00/0.45)	

CMYK percentages

%13.67
%20.14
%0
%45.49

Codes

Color #786F8B in popluar color models

786F8B
RGB120111139
HSL259°11.20%49.02%
HSB/HSV259°20.14%54.51%
CMYK13.67%20.14%0.00%
45.49%

Color #786F8B in popluar number systems.

HEX786F8B
Decimal120111139
Binary1111000110111110001011
Octal170157213

Shades and tints

Shades of #786F8B

#786F8B
(120,111,139)
#6E657F
(110,101,127)
#645B73
(100,91,115)
#5A5167
(90,81,103)
#50475B
(80,71,91)
#463D4F
(70,61,79)
#3C3343
(60,51,67)
#322937
(50,41,55)
#281F2B
(40,31,43)
#1E151F
(30,21,31)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #786F8B

#786F8B
(120,111,139)
#847C95
(132,124,149)
#90899F
(144,137,159)
#9C96A9
(156,150,169)
#A8A3B3
(168,163,179)
#B4B0BD
(180,176,189)
#C0BDC7
(192,189,199)
#CCCAD1
(204,202,209)
#D8D7DB
(216,215,219)
#E4E4E5
(228,228,229)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786F8B color. Also use rgb(120,111,139) instead hex code.

Text Font Color

.myTextColor { color: #786F8B; }

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

This text font color is #786F8B.


Background Color

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

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

This div background color is #786F8B.


Border color

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

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

This div border color is #786F8B.


Opacity

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

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

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

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

This text has shadow with #786F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786F8B on black background.


Color preview on white background

This text has color #786F8B on white background.



Black color preview on #786F8B background

This text has black color on #786F8B background.


White color preview on #786F8B background

This text has white color on #786F8B background.