COLOR #786B66

HEX: #786B66 RGB: (120,107,102)

Color info

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

RGB color model

#786B66 color RGB value is (120,107,102).

RGB: (120,107,102) (47%, 42%, 40%)

RGB channels and saturation

R 120 of 255 = 47%
G 107 of 255 = 42%
B 102 of 255 = 40%

120
107
102

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

Portions of RGB colors in percentages

R + G + B = 120 + 107 + 102 = 329 (100%)
R 120 of 329 ~ 36.47%
G 107 of 329 ~ 32.52%
B 102 of 329 ~ 31'%

%36.47
%32.52
%31

CMYK color model

#786B66 color CMYK value is (0,11,15,53).

  • cyan value is 0.00%
  • magenta value is 10.83%
  • yellow value is 15.00%
  • key color value is 52.94%

CMYK: (0,11,15,53)
C0M11Y15K53 (0%, 11%, 15%, 53%)
(0.00 / 0.11 / 0.15 / 0.53)

CMYK percentages

%0
%10.83
%15
%52.94

Codes

Color #786B66 in popluar color models

78 6B 66
RGB 120 107 102
HSL 17° 8.11% 43.53%
HSB/HSV 17° 15.00% 47.06%
CMYK 0.00% 10.83% 15.00%
52.94%

Color #786B66 in popluar number systems.

HEX 78 6B 66
Decimal 120 107 102
Binary 1111000 1101011 1100110
Octal 170 153 146

Shades and tints

Shades of #786B66

#786B66
(120,107,102)
#6E625D
(110,98,93)
#645954
(100,89,84)
#5A504B
(90,80,75)
#504742
(80,71,66)
#463E39
(70,62,57)
#3C3530
(60,53,48)
#322C27
(50,44,39)
#28231E
(40,35,30)
#1E1A15
(30,26,21)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #786B66

#786B66
(120,107,102)
#847873
(132,120,115)
#908580
(144,133,128)
#9C928D
(156,146,141)
#A89F9A
(168,159,154)
#B4ACA7
(180,172,167)
#C0B9B4
(192,185,180)
#CCC6C1
(204,198,193)
#D8D3CE
(216,211,206)
#E4E0DB
(228,224,219)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786B66; }

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

This text font color is #786B66.

Background Color

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

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

This div background color is #786B66.

Border color

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

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

This div border color is #786B66.

Opacity

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

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

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

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

This text has shadow with #786B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786B66.

Preview

Color preview on black background

This text has color #786B66 on black background.


Color preview on white background

This text has color #786B66 on white background.


Black color preview on #786B66 background

This text has black color on #786B66 background.


White color preview on #786B66 background

This text has white color on #786B66 background.


Related colors

Complementary color

Complementary color for #hex is #879499.


I love getcolorcode.com

Triadic colors

1 #66786B and #6B6678 with #786B66 are triadic colors.

2 #666B78 and #6B7866 with #786B66 are triadic colors.