COLOR #78776C

HEX: #78776C
RGB: (120,119,108)

Color info

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

RGB color model

#78776C color RGB value is (120,119,108).

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

RGB channels and saturation

R 120 of 255 = 47%
G 119 of 255 = 47%
B 108 of 255 = 42%

120
119
108

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

Portions of RGB colors in percentages

R + G + B =
120 + 119 + 108 = 347 (100%)
R 120 of 347 ~ 34.58%
G 119 of 347 ~ 34.29%
B 108 of 347 ~ 31.12%

%34.58
%34.29
%31.12

CMYK color model

#78776C color CMYK value is (0,1,10,53).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 10.00%
  • key color value is 52.94%
CMYK:
(0,1,10,53)
C0M1Y10K53 
(0%,1%,10%,53%)
(0.00/0.01/0.10/0.53)	

CMYK percentages

%0
%0.83
%10
%52.94

Codes

Color #78776C in popluar color models

78776C
RGB120119108
HSL55°5.26%44.71%
HSB/HSV55°10.00%47.06%
CMYK0.00%0.83%10.00%
52.94%

Color #78776C in popluar number systems.

HEX78776C
Decimal120119108
Binary111100011101111101100
Octal170167154

Shades and tints

Shades of #78776C

#78776C
(120,119,108)
#6E6D63
(110,109,99)
#64635A
(100,99,90)
#5A5951
(90,89,81)
#504F48
(80,79,72)
#46453F
(70,69,63)
#3C3B36
(60,59,54)
#32312D
(50,49,45)
#282724
(40,39,36)
#1E1D1B
(30,29,27)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #78776C

#78776C
(120,119,108)
#848379
(132,131,121)
#908F86
(144,143,134)
#9C9B93
(156,155,147)
#A8A7A0
(168,167,160)
#B4B3AD
(180,179,173)
#C0BFBA
(192,191,186)
#CCCBC7
(204,203,199)
#D8D7D4
(216,215,212)
#E4E3E1
(228,227,225)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78776C; }

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

This text font color is #78776C.


Background Color

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

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

This div background color is #78776C.


Border color

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

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

This div border color is #78776C.


Opacity

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

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

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

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

This text has shadow with #78776C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78776C on black background.


Color preview on white background

This text has color #78776C on white background.



Black color preview on #78776C background

This text has black color on #78776C background.


White color preview on #78776C background

This text has white color on #78776C background.