COLOR #77786F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

119
120
111

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

Portions of RGB colors in percentages

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

%34
%34.29
%31.71

CMYK color model

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

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

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

CMYK percentages

%0.83
%0
%7.5
%52.94

Codes

Color #77786F in popluar color models

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

Color #77786F in popluar number systems.

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

Shades and tints

Shades of #77786F

#77786F
(119,120,111)
#6D6E65
(109,110,101)
#63645B
(99,100,91)
#595A51
(89,90,81)
#4F5047
(79,80,71)
#45463D
(69,70,61)
#3B3C33
(59,60,51)
#313229
(49,50,41)
#27281F
(39,40,31)
#1D1E15
(29,30,21)
#13140B
(19,20,11)
#000000
(0,0,0)

Tints of #77786F

#77786F
(119,120,111)
#83847C
(131,132,124)
#8F9089
(143,144,137)
#9B9C96
(155,156,150)
#A7A8A3
(167,168,163)
#B3B4B0
(179,180,176)
#BFC0BD
(191,192,189)
#CBCCCA
(203,204,202)
#D7D8D7
(215,216,215)
#E3E4E4
(227,228,228)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77786F; }

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

This text font color is #77786F.

Background Color

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

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

This div background color is #77786F.

Border color

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

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

This div border color is #77786F.

Opacity

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

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

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

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

This text has shadow with #77786F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77786F.

Preview

Color preview on black background

This text has color #77786F on black background.


Color preview on white background

This text has color #77786F on white background.


Black color preview on #77786F background

This text has black color on #77786F background.


White color preview on #77786F background

This text has white color on #77786F background.


Related colors

Complementary color

Complementary color for #hex is #888790.


I love getcolorcode.com

Triadic colors

1 #6F7778 and #786F77 with #77786F are triadic colors.

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