COLOR #78776F

HEX: #78776F RGB: (120,119,111)

Color info

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

RGB color model

#78776F color RGB value is (120,119,111).

RGB: (120,119,111) (47%, 47%, 44%)

RGB channels and saturation

R 120 of 255 = 47%
G 119 of 255 = 47%
B 111 of 255 = 44%

120
119
111

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

Portions of RGB colors in percentages

R + G + B = 120 + 119 + 111 = 350 (100%)
R 120 of 350 ~ 34.29%
G 119 of 350 ~ 34%
B 111 of 350 ~ 31.71'%

%34.29
%34
%31.71

CMYK color model

#78776F color CMYK value is (0,1,8,53).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 7.50%
  • key color value is 52.94%

CMYK: (0,1,8,53)
C0M1Y8K53 (0%, 1%, 8%, 53%)
(0.00 / 0.01 / 0.08 / 0.53)

CMYK percentages

%0
%0.83
%7.5
%52.94

Codes

Color #78776F in popluar color models

78 77 6F
RGB 120 119 111
HSL 53° 3.90% 45.29%
HSB/HSV 53° 7.50% 47.06%
CMYK 0.00% 0.83% 7.50%
52.94%

Color #78776F in popluar number systems.

HEX 78 77 6F
Decimal 120 119 111
Binary 1111000 1110111 1101111
Octal 170 167 157

Shades and tints

Shades of #78776F

#78776F
(120,119,111)
#6E6D65
(110,109,101)
#64635B
(100,99,91)
#5A5951
(90,89,81)
#504F47
(80,79,71)
#46453D
(70,69,61)
#3C3B33
(60,59,51)
#323129
(50,49,41)
#28271F
(40,39,31)
#1E1D15
(30,29,21)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #78776F

#78776F
(120,119,111)
#84837C
(132,131,124)
#908F89
(144,143,137)
#9C9B96
(156,155,150)
#A8A7A3
(168,167,163)
#B4B3B0
(180,179,176)
#C0BFBD
(192,191,189)
#CCCBCA
(204,203,202)
#D8D7D7
(216,215,215)
#E4E3E4
(228,227,228)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78776F; }

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

This text font color is #78776F.

Background Color

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

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

This div background color is #78776F.

Border color

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

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

This div border color is #78776F.

Opacity

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

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

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

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

This text has shadow with #78776F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78776F.

Preview

Color preview on black background

This text has color #78776F on black background.


Color preview on white background

This text has color #78776F on white background.


Black color preview on #78776F background

This text has black color on #78776F background.


White color preview on #78776F background

This text has white color on #78776F background.


Related colors

Complementary color

Complementary color for #hex is #878890.


I love getcolorcode.com

Triadic colors

1 #6F7877 and #776F78 with #78776F are triadic colors.

2 #6F7778 and #77786F with #78776F are triadic colors.