COLOR #78746C

HEX: #78746C
RGB: (120,116,108)

Color info

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

RGB color model

#78746C color RGB value is (120,116,108).

  • red value is 120;
  • green value is 116;
  • blue value is 108.
RGB:
(120,116,108)
(47%,45%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 108 of 255 = 42%

120
116
108

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

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 108 = 344 (100%)
R 120 of 344 ~ 34.88%
G 116 of 344 ~ 33.72%
B 108 of 344 ~ 31.4%

%34.88
%33.72
%31.4

CMYK color model

#78746C color CMYK value is (0,3,10,53).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 10.00%
  • key color value is 52.94%
CMYK:
(0,3,10,53)
C0M3Y10K53 
(0%,3%,10%,53%)
(0.00/0.03/0.10/0.53)	

CMYK percentages

%0
%3.33
%10
%52.94

Codes

Color #78746C in popluar color models

78746C
RGB120116108
HSL40°5.26%44.71%
HSB/HSV40°10.00%47.06%
CMYK0.00%3.33%10.00%
52.94%

Color #78746C in popluar number systems.

HEX78746C
Decimal120116108
Binary111100011101001101100
Octal170164154

Shades and tints

Shades of #78746C

#78746C
(120,116,108)
#6E6A63
(110,106,99)
#64605A
(100,96,90)
#5A5651
(90,86,81)
#504C48
(80,76,72)
#46423F
(70,66,63)
#3C3836
(60,56,54)
#322E2D
(50,46,45)
#282424
(40,36,36)
#1E1A1B
(30,26,27)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #78746C

#78746C
(120,116,108)
#848079
(132,128,121)
#908C86
(144,140,134)
#9C9893
(156,152,147)
#A8A4A0
(168,164,160)
#B4B0AD
(180,176,173)
#C0BCBA
(192,188,186)
#CCC8C7
(204,200,199)
#D8D4D4
(216,212,212)
#E4E0E1
(228,224,225)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78746C color. Also use rgb(120,116,108) instead hex code.

Text Font Color

.myTextColor { color: #78746C; }

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

This text font color is #78746C.


Background Color

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

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

This div background color is #78746C.


Border color

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

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

This div border color is #78746C.


Opacity

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

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

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

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

This text has shadow with #78746C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78746C on black background.


Color preview on white background

This text has color #78746C on white background.



Black color preview on #78746C background

This text has black color on #78746C background.


White color preview on #78746C background

This text has white color on #78746C background.