COLOR #78634D

HEX: #78634D
RGB: (120,99,77)

Color info

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

RGB color model

#78634D color RGB value is (120,99,77).

  • red value is 120;
  • green value is 99;
  • blue value is 77.
RGB:
(120,99,77)
(47%,39%,30%)

RGB channels and saturation

R 120 of 255 = 47%
G 99 of 255 = 39%
B 77 of 255 = 30%

120
99
77

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

Portions of RGB colors in percentages

R + G + B =
120 + 99 + 77 = 296 (100%)
R 120 of 296 ~ 40.54%
G 99 of 296 ~ 33.45%
B 77 of 296 ~ 26.01%

%40.54
%33.45
%26.01

CMYK color model

#78634D color CMYK value is (0,18,36,53).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 35.83%
  • key color value is 52.94%
CMYK:
(0,18,36,53)
C0M18Y36K53 
(0%,18%,36%,53%)
(0.00/0.18/0.36/0.53)	

CMYK percentages

%0
%17.5
%35.83
%52.94

Codes

Color #78634D in popluar color models

78634D
RGB1209977
HSL31°21.83%38.63%
HSB/HSV31°35.83%47.06%
CMYK0.00%17.50%35.83%
52.94%

Color #78634D in popluar number systems.

HEX78634D
Decimal1209977
Binary111100011000111001101
Octal170143115

Shades and tints

Shades of #78634D

#78634D
(120,99,77)
#6E5A46
(110,90,70)
#64513F
(100,81,63)
#5A4838
(90,72,56)
#503F31
(80,63,49)
#46362A
(70,54,42)
#3C2D23
(60,45,35)
#32241C
(50,36,28)
#281B15
(40,27,21)
#1E120E
(30,18,14)
#140907
(20,9,7)
#000000
(0,0,0)

Tints of #78634D

#78634D
(120,99,77)
#84715D
(132,113,93)
#907F6D
(144,127,109)
#9C8D7D
(156,141,125)
#A89B8D
(168,155,141)
#B4A99D
(180,169,157)
#C0B7AD
(192,183,173)
#CCC5BD
(204,197,189)
#D8D3CD
(216,211,205)
#E4E1DD
(228,225,221)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78634D; }

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

This text font color is #78634D.


Background Color

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

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

This div background color is #78634D.


Border color

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

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

This div border color is #78634D.


Opacity

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

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

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

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

This text has shadow with #78634D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78634D on black background.


Color preview on white background

This text has color #78634D on white background.



Black color preview on #78634D background

This text has black color on #78634D background.


White color preview on #78634D background

This text has white color on #78634D background.