COLOR #786B86

HEX: #786B86
RGB: (120,107,134)

Color info

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

RGB color model

#786B86 color RGB value is (120,107,134).

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

RGB channels and saturation

R 120 of 255 = 47%
G 107 of 255 = 42%
B 134 of 255 = 53%

120
107
134

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

Portions of RGB colors in percentages

R + G + B =
120 + 107 + 134 = 361 (100%)
R 120 of 361 ~ 33.24%
G 107 of 361 ~ 29.64%
B 134 of 361 ~ 37.12%

%33.24
%29.64
%37.12

CMYK color model

#786B86 color CMYK value is (10,20,0,47).

  • cyan value is 10.45%
  • magenta value is 20.15%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(10,20,0,47)
C10M20Y0K47 
(10%,20%,0%,47%)
(0.10/0.20/0.00/0.47)	

CMYK percentages

%10.45
%20.15
%0
%47.45

Codes

Color #786B86 in popluar color models

786B86
RGB120107134
HSL269°11.20%47.25%
HSB/HSV269°20.15%52.55%
CMYK10.45%20.15%0.00%
47.45%

Color #786B86 in popluar number systems.

HEX786B86
Decimal120107134
Binary1111000110101110000110
Octal170153206

Shades and tints

Shades of #786B86

#786B86
(120,107,134)
#6E627A
(110,98,122)
#64596E
(100,89,110)
#5A5062
(90,80,98)
#504756
(80,71,86)
#463E4A
(70,62,74)
#3C353E
(60,53,62)
#322C32
(50,44,50)
#282326
(40,35,38)
#1E1A1A
(30,26,26)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #786B86

#786B86
(120,107,134)
#847891
(132,120,145)
#90859C
(144,133,156)
#9C92A7
(156,146,167)
#A89FB2
(168,159,178)
#B4ACBD
(180,172,189)
#C0B9C8
(192,185,200)
#CCC6D3
(204,198,211)
#D8D3DE
(216,211,222)
#E4E0E9
(228,224,233)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786B86; }

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

This text font color is #786B86.


Background Color

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

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

This div background color is #786B86.


Border color

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

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

This div border color is #786B86.


Opacity

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

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

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

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

This text has shadow with #786B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786B86 on black background.


Color preview on white background

This text has color #786B86 on white background.



Black color preview on #786B86 background

This text has black color on #786B86 background.


White color preview on #786B86 background

This text has white color on #786B86 background.