COLOR #77686E

HEX: #77686E
RGB: (119,104,110)

Color info

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

RGB color model

#77686E color RGB value is (119,104,110).

  • red value is 119;
  • green value is 104;
  • blue value is 110.
RGB:
(119,104,110)
(47%,41%,43%)

RGB channels and saturation

R 119 of 255 = 47%
G 104 of 255 = 41%
B 110 of 255 = 43%

119
104
110

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

Portions of RGB colors in percentages

R + G + B =
119 + 104 + 110 = 333 (100%)
R 119 of 333 ~ 35.74%
G 104 of 333 ~ 31.23%
B 110 of 333 ~ 33.03%

%35.74
%31.23
%33.03

CMYK color model

#77686E color CMYK value is (0,13,8,53).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 7.56%
  • key color value is 53.33%
CMYK:
(0,13,8,53)
C0M13Y8K53 
(0%,13%,8%,53%)
(0.00/0.13/0.08/0.53)	

CMYK percentages

%0
%12.61
%7.56
%53.33

Codes

Color #77686E in popluar color models

77686E
RGB119104110
HSL336°6.73%43.73%
HSB/HSV336°12.61%46.67%
CMYK0.00%12.61%7.56%
53.33%

Color #77686E in popluar number systems.

HEX77686E
Decimal119104110
Binary111011111010001101110
Octal167150156

Shades and tints

Shades of #77686E

#77686E
(119,104,110)
#6D5F64
(109,95,100)
#63565A
(99,86,90)
#594D50
(89,77,80)
#4F4446
(79,68,70)
#453B3C
(69,59,60)
#3B3232
(59,50,50)
#312928
(49,41,40)
#27201E
(39,32,30)
#1D1714
(29,23,20)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #77686E

#77686E
(119,104,110)
#83757B
(131,117,123)
#8F8288
(143,130,136)
#9B8F95
(155,143,149)
#A79CA2
(167,156,162)
#B3A9AF
(179,169,175)
#BFB6BC
(191,182,188)
#CBC3C9
(203,195,201)
#D7D0D6
(215,208,214)
#E3DDE3
(227,221,227)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77686E; }

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

This text font color is #77686E.


Background Color

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

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

This div background color is #77686E.


Border color

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

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

This div border color is #77686E.


Opacity

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

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

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

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

This text has shadow with #77686E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77686E on black background.


Color preview on white background

This text has color #77686E on white background.



Black color preview on #77686E background

This text has black color on #77686E background.


White color preview on #77686E background

This text has white color on #77686E background.