COLOR #78684B

HEX: #78684B RGB: (120,104,75)

Color info

#78684B contains red, green and blue colors in about the same proportion. Web safe color of #78684B is #666633 (or #663).

RGB color model

#78684B color RGB value is (120,104,75).

RGB: (120,104,75) (47%, 41%, 29%)

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 75 of 255 = 29%

120
104
75

R + G + B ~ 39%. #78684B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 104 + 75 = 299 (100%)
R 120 of 299 ~ 40.13%
G 104 of 299 ~ 34.78%
B 75 of 299 ~ 25.08'%

%40.13
%34.78
%25.08

CMYK color model

#78684B color CMYK value is (0,13,38,53).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 37.50%
  • key color value is 52.94%

CMYK: (0,13,38,53)
C0M13Y38K53 (0%, 13%, 38%, 53%)
(0.00 / 0.13 / 0.38 / 0.53)

CMYK percentages

%0
%13.33
%37.5
%52.94

Codes

Color #78684B in popluar color models

78 68 4B
RGB 120 104 75
HSL 39° 23.08% 38.24%
HSB/HSV 39° 37.50% 47.06%
CMYK 0.00% 13.33% 37.50%
52.94%

Color #78684B in popluar number systems.

HEX 78 68 4B
Decimal 120 104 75
Binary 1111000 1101000 1001011
Octal 170 150 113

Shades and tints

Shades of #78684B

#78684B
(120,104,75)
#6E5F45
(110,95,69)
#64563F
(100,86,63)
#5A4D39
(90,77,57)
#504433
(80,68,51)
#463B2D
(70,59,45)
#3C3227
(60,50,39)
#322921
(50,41,33)
#28201B
(40,32,27)
#1E1715
(30,23,21)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #78684B

#78684B
(120,104,75)
#84755B
(132,117,91)
#90826B
(144,130,107)
#9C8F7B
(156,143,123)
#A89C8B
(168,156,139)
#B4A99B
(180,169,155)
#C0B6AB
(192,182,171)
#CCC3BB
(204,195,187)
#D8D0CB
(216,208,203)
#E4DDDB
(228,221,219)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78684B; }

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

This text font color is #78684B.

Background Color

.myBgColor { background-color: #78684B; }

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

This div background color is #78684B.

Border color

.myBorderColor { border: 1px solid #78684B; }

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

This div border color is #78684B.

Opacity

.myOpacity80 { color: #78684B; opacity: 0.8; }

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

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

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

This text has shadow with #78684B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78684B.

Preview

Color preview on black background

This text has color #78684B on black background.


Color preview on white background

This text has color #78684B on white background.


Black color preview on #78684B background

This text has black color on #78684B background.


White color preview on #78684B background

This text has white color on #78684B background.


Related colors

Complementary color

Complementary color for #hex is #8797B4.


I love getcolorcode.com

Triadic colors

1 #4B7868 and #684B78 with #78684B are triadic colors.

2 #4B6878 and #68784B with #78684B are triadic colors.