COLOR #786B82

HEX: #786B82
RGB: (120,107,130)

Color info

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

RGB color model

#786B82 color RGB value is (120,107,130).

  • red value is 120;
  • green value is 107;
  • blue value is 130.
RGB:
(120,107,130)
(47%,42%,51%)

RGB channels and saturation

R 120 of 255 = 47%
G 107 of 255 = 42%
B 130 of 255 = 51%

120
107
130

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

Portions of RGB colors in percentages

R + G + B =
120 + 107 + 130 = 357 (100%)
R 120 of 357 ~ 33.61%
G 107 of 357 ~ 29.97%
B 130 of 357 ~ 36.41%

%33.61
%29.97
%36.41

CMYK color model

#786B82 color CMYK value is (8,18,0,49).

  • cyan value is 7.69%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(8,18,0,49)
C8M18Y0K49 
(8%,18%,0%,49%)
(0.08/0.18/0.00/0.49)	

CMYK percentages

%7.69
%17.69
%0
%49.02

Codes

Color #786B82 in popluar color models

786B82
RGB120107130
HSL274°9.70%46.47%
HSB/HSV274°17.69%50.98%
CMYK7.69%17.69%0.00%
49.02%

Color #786B82 in popluar number systems.

HEX786B82
Decimal120107130
Binary1111000110101110000010
Octal170153202

Shades and tints

Shades of #786B82

#786B82
(120,107,130)
#6E6277
(110,98,119)
#64596C
(100,89,108)
#5A5061
(90,80,97)
#504756
(80,71,86)
#463E4B
(70,62,75)
#3C3540
(60,53,64)
#322C35
(50,44,53)
#28232A
(40,35,42)
#1E1A1F
(30,26,31)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #786B82

#786B82
(120,107,130)
#84788D
(132,120,141)
#908598
(144,133,152)
#9C92A3
(156,146,163)
#A89FAE
(168,159,174)
#B4ACB9
(180,172,185)
#C0B9C4
(192,185,196)
#CCC6CF
(204,198,207)
#D8D3DA
(216,211,218)
#E4E0E5
(228,224,229)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786B82 color. Also use rgb(120,107,130) instead hex code.

Text Font Color

.myTextColor { color: #786B82; }

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

This text font color is #786B82.


Background Color

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

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

This div background color is #786B82.


Border color

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

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

This div border color is #786B82.


Opacity

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

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

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

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

This text has shadow with #786B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786B82 on black background.


Color preview on white background

This text has color #786B82 on white background.



Black color preview on #786B82 background

This text has black color on #786B82 background.


White color preview on #786B82 background

This text has white color on #786B82 background.