COLOR #786E77

HEX: #786E77
RGB: (120,110,119)

Color info

#786E77 contains red, green and blue colors in about the same proportion. Web safe color of #786E77 is #666666 (or #666).

RGB color model

#786E77 color RGB value is (120,110,119).

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

RGB channels and saturation

R 120 of 255 = 47%
G 110 of 255 = 43%
B 119 of 255 = 47%

120
110
119

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

Portions of RGB colors in percentages

R + G + B =
120 + 110 + 119 = 349 (100%)
R 120 of 349 ~ 34.38%
G 110 of 349 ~ 31.52%
B 119 of 349 ~ 34.1%

%34.38
%31.52
%34.1

CMYK color model

#786E77 color CMYK value is (0,8,1,53).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 0.83%
  • key color value is 52.94%
CMYK:
(0,8,1,53)
C0M8Y1K53 
(0%,8%,1%,53%)
(0.00/0.08/0.01/0.53)	

CMYK percentages

%0
%8.33
%0.83
%52.94

Codes

Color #786E77 in popluar color models

786E77
RGB120110119
HSL306°4.35%45.10%
HSB/HSV306°8.33%47.06%
CMYK0.00%8.33%0.83%
52.94%

Color #786E77 in popluar number systems.

HEX786E77
Decimal120110119
Binary111100011011101110111
Octal170156167

Shades and tints

Shades of #786E77

#786E77
(120,110,119)
#6E646D
(110,100,109)
#645A63
(100,90,99)
#5A5059
(90,80,89)
#50464F
(80,70,79)
#463C45
(70,60,69)
#3C323B
(60,50,59)
#322831
(50,40,49)
#281E27
(40,30,39)
#1E141D
(30,20,29)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #786E77

#786E77
(120,110,119)
#847B83
(132,123,131)
#90888F
(144,136,143)
#9C959B
(156,149,155)
#A8A2A7
(168,162,167)
#B4AFB3
(180,175,179)
#C0BCBF
(192,188,191)
#CCC9CB
(204,201,203)
#D8D6D7
(216,214,215)
#E4E3E3
(228,227,227)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786E77; }

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

This text font color is #786E77.


Background Color

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

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

This div background color is #786E77.


Border color

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

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

This div border color is #786E77.


Opacity

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

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

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

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

This text has shadow with #786E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786E77 on black background.


Color preview on white background

This text has color #786E77 on white background.



Black color preview on #786E77 background

This text has black color on #786E77 background.


White color preview on #786E77 background

This text has white color on #786E77 background.