COLOR #78775F

HEX: #78775F
RGB: (120,119,95)

Color info

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

RGB color model

#78775F color RGB value is (120,119,95).

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

RGB channels and saturation

R 120 of 255 = 47%
G 119 of 255 = 47%
B 95 of 255 = 37%

120
119
95

R + G + B ~ 44%. #78775F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 119 + 95 = 334 (100%)
R 120 of 334 ~ 35.93%
G 119 of 334 ~ 35.63%
B 95 of 334 ~ 28.44%

%35.93
%35.63
%28.44

CMYK color model

#78775F color CMYK value is (0,1,21,53).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 20.83%
  • key color value is 52.94%
CMYK:
(0,1,21,53)
C0M1Y21K53 
(0%,1%,21%,53%)
(0.00/0.01/0.21/0.53)	

CMYK percentages

%0
%0.83
%20.83
%52.94

Codes

Color #78775F in popluar color models

78775F
RGB12011995
HSL58°11.63%42.16%
HSB/HSV58°20.83%47.06%
CMYK0.00%0.83%20.83%
52.94%

Color #78775F in popluar number systems.

HEX78775F
Decimal12011995
Binary111100011101111011111
Octal170167137

Shades and tints

Shades of #78775F

#78775F
(120,119,95)
#6E6D57
(110,109,87)
#64634F
(100,99,79)
#5A5947
(90,89,71)
#504F3F
(80,79,63)
#464537
(70,69,55)
#3C3B2F
(60,59,47)
#323127
(50,49,39)
#28271F
(40,39,31)
#1E1D17
(30,29,23)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #78775F

#78775F
(120,119,95)
#84836D
(132,131,109)
#908F7B
(144,143,123)
#9C9B89
(156,155,137)
#A8A797
(168,167,151)
#B4B3A5
(180,179,165)
#C0BFB3
(192,191,179)
#CCCBC1
(204,203,193)
#D8D7CF
(216,215,207)
#E4E3DD
(228,227,221)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78775F color. Also use rgb(120,119,95) instead hex code.

Text Font Color

.myTextColor { color: #78775F; }

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

This text font color is #78775F.


Background Color

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

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

This div background color is #78775F.


Border color

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

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

This div border color is #78775F.


Opacity

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

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

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

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

This text has shadow with #78775F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78775F on black background.


Color preview on white background

This text has color #78775F on white background.



Black color preview on #78775F background

This text has black color on #78775F background.


White color preview on #78775F background

This text has white color on #78775F background.