COLOR #78774A

HEX: #78774A
RGB: (120,119,74)

Color info

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

RGB color model

#78774A color RGB value is (120,119,74).

  • red value is 120;
  • green value is 119;
  • blue value is 74.
RGB: (120,119,74) (47%,47%,29%)

RGB channels and saturation

R 120 of 255 = 47%
G 119 of 255 = 47%
B 74 of 255 = 29%

120
119
74

R + G + B ~ 41%. #78774A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 119 + 74 = 313 (100%)
R 120 of 313 ~ 38.34%
G 119 of 313 ~ 38.02%
B 74 of 313 ~ 23.64%

%38.34
%38.02
%23.64

CMYK color model

#78774A color CMYK value is (0,1,38,53).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 38.33%
  • key color value is 52.94%
CMYK: (0,1,38,53) C0M1Y38K53 (0%,1%,38%,53%) (0.00/0.01/0.38/0.53)

CMYK percentages

%0
%0.83
%38.33
%52.94

Codes

Color #78774A in popluar color models

78774A
RGB12011974
HSL59°23.71%38.04%
HSB/HSV59°38.33%47.06%
CMYK0.00%0.83%38.33%
52.94%

Color #78774A in popluar number systems.

HEX78774A
Decimal12011974
Binary111100011101111001010
Octal170167112

Shades and tints

Shades of #78774A

#78774A
(120,119,74)
#6E6D44
(110,109,68)
#64633E
(100,99,62)
#5A5938
(90,89,56)
#504F32
(80,79,50)
#46452C
(70,69,44)
#3C3B26
(60,59,38)
#323120
(50,49,32)
#28271A
(40,39,26)
#1E1D14
(30,29,20)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #78774A

#78774A
(120,119,74)
#84835A
(132,131,90)
#908F6A
(144,143,106)
#9C9B7A
(156,155,122)
#A8A78A
(168,167,138)
#B4B39A
(180,179,154)
#C0BFAA
(192,191,170)
#CCCBBA
(204,203,186)
#D8D7CA
(216,215,202)
#E4E3DA
(228,227,218)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78774A color. Also use rgb(120,119,74) instead hex code.

Text Font Color

.myTextColor { color: #78774A; }

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

This text font color is #78774A.


Background Color

.myBgColor { background-color: #78774A; }

<div style="background-color:#78774A">Inner text</div>

This div background color is #78774A.


Border color

.myBorderColor { border: 1px solid #78774A; }

<div style="border:3px solid #78774A">Div</div>

This div border color is #78774A.


Opacity

.myOpacity80 { color: #78774A; opacity: 0.8; }

<p style="color:#78774A;opacity:0.8;">80%</p>

Text with #78774A 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 #78774A;}

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

This text has shadow with #78774A color.

.textShadow {text-shadow: 3px 3px 1px #78774A, 3px 3px 1px red;}

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

This text has shadow with #78774A primary color and red secondary color.


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

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

This text has shadow with #78774A and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #78774A; -webkit-box-shadow:	1px 1px 3px 2px #78774A; box-shadow:	1px 1px 3px 2px #78774A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #78774A; -webkit-box-shadow: 1px 1px 3px 2px #78774A; box-shadow:1px 1px 3px 2px #78774A;">
Div content here</div>
This div box has shadow with color #78774A.

Preview

Color preview on black background

This text has color #78774A on black background.


Color preview on white background

This text has color #78774A on white background.



Black color preview on #78774A background

This text has black color on #78774A background.


White color preview on #78774A background

This text has white color on #78774A background.