COLOR #786E79

HEX: #786E79
RGB: (120,110,121)

Color info

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

RGB color model

#786E79 color RGB value is (120,110,121).

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

RGB channels and saturation

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

120
110
121

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

Portions of RGB colors in percentages

R + G + B =
120 + 110 + 121 = 351 (100%)
R 120 of 351 ~ 34.19%
G 110 of 351 ~ 31.34%
B 121 of 351 ~ 34.47%

%34.19
%31.34
%34.47

CMYK color model

#786E79 color CMYK value is (1,9,0,53).

  • cyan value is 0.83%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(1,9,0,53)
C1M9Y0K53 
(1%,9%,0%,53%)
(0.01/0.09/0.00/0.53)	

CMYK percentages

%0.83
%9.09
%0
%52.55

Codes

Color #786E79 in popluar color models

786E79
RGB120110121
HSL295°4.76%45.29%
HSB/HSV295°9.09%47.45%
CMYK0.83%9.09%0.00%
52.55%

Color #786E79 in popluar number systems.

HEX786E79
Decimal120110121
Binary111100011011101111001
Octal170156171

Shades and tints

Shades of #786E79

#786E79
(120,110,121)
#6E646E
(110,100,110)
#645A63
(100,90,99)
#5A5058
(90,80,88)
#50464D
(80,70,77)
#463C42
(70,60,66)
#3C3237
(60,50,55)
#32282C
(50,40,44)
#281E21
(40,30,33)
#1E1416
(30,20,22)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #786E79

#786E79
(120,110,121)
#847B85
(132,123,133)
#908891
(144,136,145)
#9C959D
(156,149,157)
#A8A2A9
(168,162,169)
#B4AFB5
(180,175,181)
#C0BCC1
(192,188,193)
#CCC9CD
(204,201,205)
#D8D6D9
(216,214,217)
#E4E3E5
(228,227,229)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786E79; }

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

This text font color is #786E79.


Background Color

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

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

This div background color is #786E79.


Border color

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

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

This div border color is #786E79.


Opacity

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

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

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

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

This text has shadow with #786E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786E79 on black background.


Color preview on white background

This text has color #786E79 on white background.



Black color preview on #786E79 background

This text has black color on #786E79 background.


White color preview on #786E79 background

This text has white color on #786E79 background.