COLOR #78776A

HEX: #78776A
RGB: (120,119,106)

Color info

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

RGB color model

#78776A color RGB value is (120,119,106).

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

RGB channels and saturation

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

120
119
106

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

Portions of RGB colors in percentages

R + G + B =
120 + 119 + 106 = 345 (100%)
R 120 of 345 ~ 34.78%
G 119 of 345 ~ 34.49%
B 106 of 345 ~ 30.72%

%34.78
%34.49
%30.72

CMYK color model

#78776A color CMYK value is (0,1,12,53).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 11.67%
  • key color value is 52.94%
CMYK:
(0,1,12,53)
C0M1Y12K53 
(0%,1%,12%,53%)
(0.00/0.01/0.12/0.53)	

CMYK percentages

%0
%0.83
%11.67
%52.94

Codes

Color #78776A in popluar color models

78776A
RGB120119106
HSL56°6.19%44.31%
HSB/HSV56°11.67%47.06%
CMYK0.00%0.83%11.67%
52.94%

Color #78776A in popluar number systems.

HEX78776A
Decimal120119106
Binary111100011101111101010
Octal170167152

Shades and tints

Shades of #78776A

#78776A
(120,119,106)
#6E6D61
(110,109,97)
#646358
(100,99,88)
#5A594F
(90,89,79)
#504F46
(80,79,70)
#46453D
(70,69,61)
#3C3B34
(60,59,52)
#32312B
(50,49,43)
#282722
(40,39,34)
#1E1D19
(30,29,25)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #78776A

#78776A
(120,119,106)
#848377
(132,131,119)
#908F84
(144,143,132)
#9C9B91
(156,155,145)
#A8A79E
(168,167,158)
#B4B3AB
(180,179,171)
#C0BFB8
(192,191,184)
#CCCBC5
(204,203,197)
#D8D7D2
(216,215,210)
#E4E3DF
(228,227,223)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78776A; }

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

This text font color is #78776A.


Background Color

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

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

This div background color is #78776A.


Border color

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

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

This div border color is #78776A.


Opacity

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

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

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

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

This text has shadow with #78776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78776A on black background.


Color preview on white background

This text has color #78776A on white background.



Black color preview on #78776A background

This text has black color on #78776A background.


White color preview on #78776A background

This text has white color on #78776A background.