COLOR #786D79

HEX: #786D79
RGB: (120,109,121)

Color info

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

RGB color model

#786D79 color RGB value is (120,109,121).

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

RGB channels and saturation

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

120
109
121

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

Portions of RGB colors in percentages

R + G + B =
120 + 109 + 121 = 350 (100%)
R 120 of 350 ~ 34.29%
G 109 of 350 ~ 31.14%
B 121 of 350 ~ 34.57%

%34.29
%31.14
%34.57

CMYK color model

#786D79 color CMYK value is (1,10,0,53).

  • cyan value is 0.83%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(1,10,0,53)
C1M10Y0K53 
(1%,10%,0%,53%)
(0.01/0.10/0.00/0.53)	

CMYK percentages

%0.83
%9.92
%0
%52.55

Codes

Color #786D79 in popluar color models

786D79
RGB120109121
HSL295°5.22%45.10%
HSB/HSV295°9.92%47.45%
CMYK0.83%9.92%0.00%
52.55%

Color #786D79 in popluar number systems.

HEX786D79
Decimal120109121
Binary111100011011011111001
Octal170155171

Shades and tints

Shades of #786D79

#786D79
(120,109,121)
#6E646E
(110,100,110)
#645B63
(100,91,99)
#5A5258
(90,82,88)
#50494D
(80,73,77)
#464042
(70,64,66)
#3C3737
(60,55,55)
#322E2C
(50,46,44)
#282521
(40,37,33)
#1E1C16
(30,28,22)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #786D79

#786D79
(120,109,121)
#847A85
(132,122,133)
#908791
(144,135,145)
#9C949D
(156,148,157)
#A8A1A9
(168,161,169)
#B4AEB5
(180,174,181)
#C0BBC1
(192,187,193)
#CCC8CD
(204,200,205)
#D8D5D9
(216,213,217)
#E4E2E5
(228,226,229)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786D79; }

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

This text font color is #786D79.


Background Color

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

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

This div background color is #786D79.


Border color

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

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

This div border color is #786D79.


Opacity

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

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

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

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

This text has shadow with #786D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786D79 on black background.


Color preview on white background

This text has color #786D79 on white background.



Black color preview on #786D79 background

This text has black color on #786D79 background.


White color preview on #786D79 background

This text has white color on #786D79 background.