COLOR #78795C

HEX: #78795C
RGB: (120,121,92)

Color info

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

RGB color model

#78795C color RGB value is (120,121,92).

  • red value is 120;
  • green value is 121;
  • blue value is 92.
RGB:
(120,121,92)
(47%,47%,36%)

RGB channels and saturation

R 120 of 255 = 47%
G 121 of 255 = 47%
B 92 of 255 = 36%

120
121
92

R + G + B ~ 43%. #78795C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 121 + 92 = 333 (100%)
R 120 of 333 ~ 36.04%
G 121 of 333 ~ 36.34%
B 92 of 333 ~ 27.63%

%36.04
%36.34
%27.63

CMYK color model

#78795C color CMYK value is (1,0,24,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 23.97%
  • key color value is 52.55%
CMYK:
(1,0,24,53)
C1M0Y24K53 
(1%,0%,24%,53%)
(0.01/0.00/0.24/0.53)	

CMYK percentages

%0.83
%0
%23.97
%52.55

Codes

Color #78795C in popluar color models

78795C
RGB12012192
HSL62°13.62%41.76%
HSB/HSV62°23.97%47.45%
CMYK0.83%0.00%23.97%
52.55%

Color #78795C in popluar number systems.

HEX78795C
Decimal12012192
Binary111100011110011011100
Octal170171134

Shades and tints

Shades of #78795C

#78795C
(120,121,92)
#6E6E54
(110,110,84)
#64634C
(100,99,76)
#5A5844
(90,88,68)
#504D3C
(80,77,60)
#464234
(70,66,52)
#3C372C
(60,55,44)
#322C24
(50,44,36)
#28211C
(40,33,28)
#1E1614
(30,22,20)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #78795C

#78795C
(120,121,92)
#84856A
(132,133,106)
#909178
(144,145,120)
#9C9D86
(156,157,134)
#A8A994
(168,169,148)
#B4B5A2
(180,181,162)
#C0C1B0
(192,193,176)
#CCCDBE
(204,205,190)
#D8D9CC
(216,217,204)
#E4E5DA
(228,229,218)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78795C color. Also use rgb(120,121,92) instead hex code.

Text Font Color

.myTextColor { color: #78795C; }

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

This text font color is #78795C.


Background Color

.myBgColor { background-color: #78795C; }

<div style="background-color:#78795C">Inner text</div>

This div background color is #78795C.


Border color

.myBorderColor { border: 1px solid #78795C; }

<div style="border:3px solid #78795C">Div</div>

This div border color is #78795C.


Opacity

.myOpacity80 { color: #78795C; opacity: 0.8; }

<p style="color:#78795C;opacity:0.8;">80%</p>

Text with #78795C 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 #78795C;}

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

This text has shadow with #78795C color.

.textShadow {text-shadow: 3px 3px 1px #78795C, 3px 3px 1px red;}

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

This text has shadow with #78795C primary color and red secondary color.


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

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

This text has shadow with #78795C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78795C on black background.


Color preview on white background

This text has color #78795C on white background.



Black color preview on #78795C background

This text has black color on #78795C background.


White color preview on #78795C background

This text has white color on #78795C background.