COLOR #786866

HEX: #786866
RGB: (120,104,102)

Color info

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

RGB color model

#786866 color RGB value is (120,104,102).

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

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 102 of 255 = 40%

120
104
102

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

Portions of RGB colors in percentages

R + G + B =
120 + 104 + 102 = 326 (100%)
R 120 of 326 ~ 36.81%
G 104 of 326 ~ 31.9%
B 102 of 326 ~ 31.29%

%36.81
%31.9
%31.29

CMYK color model

#786866 color CMYK value is (0,13,15,53).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 15.00%
  • key color value is 52.94%
CMYK:
(0,13,15,53)
C0M13Y15K53 
(0%,13%,15%,53%)
(0.00/0.13/0.15/0.53)	

CMYK percentages

%0
%13.33
%15
%52.94

Codes

Color #786866 in popluar color models

786866
RGB120104102
HSL8.11%43.53%
HSB/HSV15.00%47.06%
CMYK0.00%13.33%15.00%
52.94%

Color #786866 in popluar number systems.

HEX786866
Decimal120104102
Binary111100011010001100110
Octal170150146

Shades and tints

Shades of #786866

#786866
(120,104,102)
#6E5F5D
(110,95,93)
#645654
(100,86,84)
#5A4D4B
(90,77,75)
#504442
(80,68,66)
#463B39
(70,59,57)
#3C3230
(60,50,48)
#322927
(50,41,39)
#28201E
(40,32,30)
#1E1715
(30,23,21)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #786866

#786866
(120,104,102)
#847573
(132,117,115)
#908280
(144,130,128)
#9C8F8D
(156,143,141)
#A89C9A
(168,156,154)
#B4A9A7
(180,169,167)
#C0B6B4
(192,182,180)
#CCC3C1
(204,195,193)
#D8D0CE
(216,208,206)
#E4DDDB
(228,221,219)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786866; }

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

This text font color is #786866.


Background Color

.myBgColor { background-color: #786866; }

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

This div background color is #786866.


Border color

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

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

This div border color is #786866.


Opacity

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

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

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

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

This text has shadow with #786866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786866 on black background.


Color preview on white background

This text has color #786866 on white background.



Black color preview on #786866 background

This text has black color on #786866 background.


White color preview on #786866 background

This text has white color on #786866 background.