COLOR #77686A

HEX: #77686A RGB: (119,104,106)

Color info

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

RGB color model

#77686A color RGB value is (119,104,106).

RGB: (119,104,106) (47%, 41%, 42%)

RGB channels and saturation

R 119 of 255 = 47%
G 104 of 255 = 41%
B 106 of 255 = 42%

119
104
106

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

Portions of RGB colors in percentages

R + G + B = 119 + 104 + 106 = 329 (100%)
R 119 of 329 ~ 36.17%
G 104 of 329 ~ 31.61%
B 106 of 329 ~ 32.22'%

%36.17
%31.61
%32.22

CMYK color model

#77686A color CMYK value is (0,13,11,53).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 10.92%
  • key color value is 53.33%

CMYK: (0,13,11,53)
C0M13Y11K53 (0%, 13%, 11%, 53%)
(0.00 / 0.13 / 0.11 / 0.53)

CMYK percentages

%0
%12.61
%10.92
%53.33

Codes

Color #77686A in popluar color models

77 68 6A
RGB 119 104 106
HSL 352° 6.73% 43.73%
HSB/HSV 352° 12.61% 46.67%
CMYK 0.00% 12.61% 10.92%
53.33%

Color #77686A in popluar number systems.

HEX 77 68 6A
Decimal 119 104 106
Binary 1110111 1101000 1101010
Octal 167 150 152

Shades and tints

Shades of #77686A

#77686A
(119,104,106)
#6D5F61
(109,95,97)
#635658
(99,86,88)
#594D4F
(89,77,79)
#4F4446
(79,68,70)
#453B3D
(69,59,61)
#3B3234
(59,50,52)
#31292B
(49,41,43)
#272022
(39,32,34)
#1D1719
(29,23,25)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #77686A

#77686A
(119,104,106)
#837577
(131,117,119)
#8F8284
(143,130,132)
#9B8F91
(155,143,145)
#A79C9E
(167,156,158)
#B3A9AB
(179,169,171)
#BFB6B8
(191,182,184)
#CBC3C5
(203,195,197)
#D7D0D2
(215,208,210)
#E3DDDF
(227,221,223)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77686A; }

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

This text font color is #77686A.

Background Color

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

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

This div background color is #77686A.

Border color

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

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

This div border color is #77686A.

Opacity

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

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

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

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

This text has shadow with #77686A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77686A.

Preview

Color preview on black background

This text has color #77686A on black background.


Color preview on white background

This text has color #77686A on white background.


Black color preview on #77686A background

This text has black color on #77686A background.


White color preview on #77686A background

This text has white color on #77686A background.


Related colors

Complementary color

Complementary color for #hex is #889795.


I love getcolorcode.com

Triadic colors

1 #6A7768 and #686A77 with #77686A are triadic colors.

2 #6A6877 and #68776A with #77686A are triadic colors.