COLOR #786C64

HEX: #786C64 RGB: (120,108,100)

Color info

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

RGB color model

#786C64 color RGB value is (120,108,100).

RGB: (120,108,100) (47%, 42%, 39%)

RGB channels and saturation

R 120 of 255 = 47%
G 108 of 255 = 42%
B 100 of 255 = 39%

120
108
100

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

Portions of RGB colors in percentages

R + G + B = 120 + 108 + 100 = 328 (100%)
R 120 of 328 ~ 36.59%
G 108 of 328 ~ 32.93%
B 100 of 328 ~ 30.49'%

%36.59
%32.93
%30.49

CMYK color model

#786C64 color CMYK value is (0,10,17,53).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 16.67%
  • key color value is 52.94%

CMYK: (0,10,17,53)
C0M10Y17K53 (0%, 10%, 17%, 53%)
(0.00 / 0.10 / 0.17 / 0.53)

CMYK percentages

%0
%10
%16.67
%52.94

Codes

Color #786C64 in popluar color models

78 6C 64
RGB 120 108 100
HSL 24° 9.09% 43.14%
HSB/HSV 24° 16.67% 47.06%
CMYK 0.00% 10.00% 16.67%
52.94%

Color #786C64 in popluar number systems.

HEX 78 6C 64
Decimal 120 108 100
Binary 1111000 1101100 1100100
Octal 170 154 144

Shades and tints

Shades of #786C64

#786C64
(120,108,100)
#6E635B
(110,99,91)
#645A52
(100,90,82)
#5A5149
(90,81,73)
#504840
(80,72,64)
#463F37
(70,63,55)
#3C362E
(60,54,46)
#322D25
(50,45,37)
#28241C
(40,36,28)
#1E1B13
(30,27,19)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #786C64

#786C64
(120,108,100)
#847972
(132,121,114)
#908680
(144,134,128)
#9C938E
(156,147,142)
#A8A09C
(168,160,156)
#B4ADAA
(180,173,170)
#C0BAB8
(192,186,184)
#CCC7C6
(204,199,198)
#D8D4D4
(216,212,212)
#E4E1E2
(228,225,226)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786C64; }

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

This text font color is #786C64.

Background Color

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

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

This div background color is #786C64.

Border color

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

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

This div border color is #786C64.

Opacity

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

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

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

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

This text has shadow with #786C64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786C64.

Preview

Color preview on black background

This text has color #786C64 on black background.


Color preview on white background

This text has color #786C64 on white background.


Black color preview on #786C64 background

This text has black color on #786C64 background.


White color preview on #786C64 background

This text has white color on #786C64 background.


Related colors

Complementary color

Complementary color for #hex is #87939B.


I love getcolorcode.com

Triadic colors

1 #64786C and #6C6478 with #786C64 are triadic colors.

2 #646C78 and #6C7864 with #786C64 are triadic colors.