COLOR #786C79

HEX: #786C79
RGB: (120,108,121)

Color info

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

RGB color model

#786C79 color RGB value is (120,108,121).

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

RGB channels and saturation

R 120 of 255 = 47%
G 108 of 255 = 42%
B 121 of 255 = 47%

120
108
121

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

Portions of RGB colors in percentages

R + G + B =
120 + 108 + 121 = 349 (100%)
R 120 of 349 ~ 34.38%
G 108 of 349 ~ 30.95%
B 121 of 349 ~ 34.67%

%34.38
%30.95
%34.67

CMYK color model

#786C79 color CMYK value is (1,11,0,53).

  • cyan value is 0.83%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(1,11,0,53)
C1M11Y0K53 
(1%,11%,0%,53%)
(0.01/0.11/0.00/0.53)	

CMYK percentages

%0.83
%10.74
%0
%52.55

Codes

Color #786C79 in popluar color models

786C79
RGB120108121
HSL295°5.68%44.90%
HSB/HSV295°10.74%47.45%
CMYK0.83%10.74%0.00%
52.55%

Color #786C79 in popluar number systems.

HEX786C79
Decimal120108121
Binary111100011011001111001
Octal170154171

Shades and tints

Shades of #786C79

#786C79
(120,108,121)
#6E636E
(110,99,110)
#645A63
(100,90,99)
#5A5158
(90,81,88)
#50484D
(80,72,77)
#463F42
(70,63,66)
#3C3637
(60,54,55)
#322D2C
(50,45,44)
#282421
(40,36,33)
#1E1B16
(30,27,22)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #786C79

#786C79
(120,108,121)
#847985
(132,121,133)
#908691
(144,134,145)
#9C939D
(156,147,157)
#A8A0A9
(168,160,169)
#B4ADB5
(180,173,181)
#C0BAC1
(192,186,193)
#CCC7CD
(204,199,205)
#D8D4D9
(216,212,217)
#E4E1E5
(228,225,229)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786C79; }

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

This text font color is #786C79.


Background Color

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

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

This div background color is #786C79.


Border color

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

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

This div border color is #786C79.


Opacity

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

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

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

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

This text has shadow with #786C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786C79 on black background.


Color preview on white background

This text has color #786C79 on white background.



Black color preview on #786C79 background

This text has black color on #786C79 background.


White color preview on #786C79 background

This text has white color on #786C79 background.