COLOR #78776B

HEX: #78776B
RGB: (120,119,107)

Color info

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

RGB color model

#78776B color RGB value is (120,119,107).

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

RGB channels and saturation

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

120
119
107

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

Portions of RGB colors in percentages

R + G + B =
120 + 119 + 107 = 346 (100%)
R 120 of 346 ~ 34.68%
G 119 of 346 ~ 34.39%
B 107 of 346 ~ 30.92%

%34.68
%34.39
%30.92

CMYK color model

#78776B color CMYK value is (0,1,11,53).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 10.83%
  • key color value is 52.94%
CMYK:
(0,1,11,53)
C0M1Y11K53 
(0%,1%,11%,53%)
(0.00/0.01/0.11/0.53)	

CMYK percentages

%0
%0.83
%10.83
%52.94

Codes

Color #78776B in popluar color models

78776B
RGB120119107
HSL55°5.73%44.51%
HSB/HSV55°10.83%47.06%
CMYK0.00%0.83%10.83%
52.94%

Color #78776B in popluar number systems.

HEX78776B
Decimal120119107
Binary111100011101111101011
Octal170167153

Shades and tints

Shades of #78776B

#78776B
(120,119,107)
#6E6D62
(110,109,98)
#646359
(100,99,89)
#5A5950
(90,89,80)
#504F47
(80,79,71)
#46453E
(70,69,62)
#3C3B35
(60,59,53)
#32312C
(50,49,44)
#282723
(40,39,35)
#1E1D1A
(30,29,26)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #78776B

#78776B
(120,119,107)
#848378
(132,131,120)
#908F85
(144,143,133)
#9C9B92
(156,155,146)
#A8A79F
(168,167,159)
#B4B3AC
(180,179,172)
#C0BFB9
(192,191,185)
#CCCBC6
(204,203,198)
#D8D7D3
(216,215,211)
#E4E3E0
(228,227,224)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78776B; }

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

This text font color is #78776B.


Background Color

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

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

This div background color is #78776B.


Border color

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

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

This div border color is #78776B.


Opacity

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

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

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

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

This text has shadow with #78776B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78776B on black background.


Color preview on white background

This text has color #78776B on white background.



Black color preview on #78776B background

This text has black color on #78776B background.


White color preview on #78776B background

This text has white color on #78776B background.