COLOR #786676

HEX: #786676
RGB: (120,102,118)

Color info

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

RGB color model

#786676 color RGB value is (120,102,118).

  • red value is 120;
  • green value is 102;
  • blue value is 118.
RGB:
(120,102,118)
(47%,40%,46%)

RGB channels and saturation

R 120 of 255 = 47%
G 102 of 255 = 40%
B 118 of 255 = 46%

120
102
118

R + G + B ~ 44%. #786676 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 102 + 118 = 340 (100%)
R 120 of 340 ~ 35.29%
G 102 of 340 ~ 30%
B 118 of 340 ~ 34.71%

%35.29
%30
%34.71

CMYK color model

#786676 color CMYK value is (0,15,2,53).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 1.67%
  • key color value is 52.94%
CMYK:
(0,15,2,53)
C0M15Y2K53 
(0%,15%,2%,53%)
(0.00/0.15/0.02/0.53)	

CMYK percentages

%0
%15
%1.67
%52.94

Codes

Color #786676 in popluar color models

786676
RGB120102118
HSL307°8.11%43.53%
HSB/HSV307°15.00%47.06%
CMYK0.00%15.00%1.67%
52.94%

Color #786676 in popluar number systems.

HEX786676
Decimal120102118
Binary111100011001101110110
Octal170146166

Shades and tints

Shades of #786676

#786676
(120,102,118)
#6E5D6C
(110,93,108)
#645462
(100,84,98)
#5A4B58
(90,75,88)
#50424E
(80,66,78)
#463944
(70,57,68)
#3C303A
(60,48,58)
#322730
(50,39,48)
#281E26
(40,30,38)
#1E151C
(30,21,28)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #786676

#786676
(120,102,118)
#847382
(132,115,130)
#90808E
(144,128,142)
#9C8D9A
(156,141,154)
#A89AA6
(168,154,166)
#B4A7B2
(180,167,178)
#C0B4BE
(192,180,190)
#CCC1CA
(204,193,202)
#D8CED6
(216,206,214)
#E4DBE2
(228,219,226)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786676 color. Also use rgb(120,102,118) instead hex code.

Text Font Color

.myTextColor { color: #786676; }

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

This text font color is #786676.


Background Color

.myBgColor { background-color: #786676; }

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

This div background color is #786676.


Border color

.myBorderColor { border: 1px solid #786676; }

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

This div border color is #786676.


Opacity

.myOpacity80 { color: #786676; opacity: 0.8; }

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

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

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

This text has shadow with #786676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786676 on black background.


Color preview on white background

This text has color #786676 on white background.



Black color preview on #786676 background

This text has black color on #786676 background.


White color preview on #786676 background

This text has white color on #786676 background.