COLOR #78634F

HEX: #78634F RGB: (120,99,79)

Color info

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

RGB color model

#78634F color RGB value is (120,99,79).

RGB: (120,99,79) (47%, 39%, 31%)

RGB channels and saturation

R 120 of 255 = 47%
G 99 of 255 = 39%
B 79 of 255 = 31%

120
99
79

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

Portions of RGB colors in percentages

R + G + B = 120 + 99 + 79 = 298 (100%)
R 120 of 298 ~ 40.27%
G 99 of 298 ~ 33.22%
B 79 of 298 ~ 26.51'%

%40.27
%33.22
%26.51

CMYK color model

#78634F color CMYK value is (0,18,34,53).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 34.17%
  • key color value is 52.94%

CMYK: (0,18,34,53)
C0M18Y34K53 (0%, 18%, 34%, 53%)
(0.00 / 0.18 / 0.34 / 0.53)

CMYK percentages

%0
%17.5
%34.17
%52.94

Codes

Color #78634F in popluar color models

78 63 4F
RGB 120 99 79
HSL 29° 20.60% 39.02%
HSB/HSV 29° 34.17% 47.06%
CMYK 0.00% 17.50% 34.17%
52.94%

Color #78634F in popluar number systems.

HEX 78 63 4F
Decimal 120 99 79
Binary 1111000 1100011 1001111
Octal 170 143 117

Shades and tints

Shades of #78634F

#78634F
(120,99,79)
#6E5A48
(110,90,72)
#645141
(100,81,65)
#5A483A
(90,72,58)
#503F33
(80,63,51)
#46362C
(70,54,44)
#3C2D25
(60,45,37)
#32241E
(50,36,30)
#281B17
(40,27,23)
#1E1210
(30,18,16)
#140909
(20,9,9)
#000000
(0,0,0)

Tints of #78634F

#78634F
(120,99,79)
#84715F
(132,113,95)
#907F6F
(144,127,111)
#9C8D7F
(156,141,127)
#A89B8F
(168,155,143)
#B4A99F
(180,169,159)
#C0B7AF
(192,183,175)
#CCC5BF
(204,197,191)
#D8D3CF
(216,211,207)
#E4E1DF
(228,225,223)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78634F color. Also use rgb(120,99,79) instead hex code.

Text Font Color

.myTextColor { color: #78634F; }

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

This text font color is #78634F.

Background Color

.myBgColor { background-color: #78634F; }

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

This div background color is #78634F.

Border color

.myBorderColor { border: 1px solid #78634F; }

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

This div border color is #78634F.

Opacity

.myOpacity80 { color: #78634F; opacity: 0.8; }

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

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

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

This text has shadow with #78634F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78634F.

Preview

Color preview on black background

This text has color #78634F on black background.


Color preview on white background

This text has color #78634F on white background.


Black color preview on #78634F background

This text has black color on #78634F background.


White color preview on #78634F background

This text has white color on #78634F background.


Related colors

Complementary color

Complementary color for #hex is #879CB0.


I love getcolorcode.com

Triadic colors

1 #4F7863 and #634F78 with #78634F are triadic colors.

2 #4F6378 and #63784F with #78634F are triadic colors.