COLOR #686D77

HEX: #686D77 RGB: (104,109,119)

Color info

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

RGB color model

#686D77 color RGB value is (104,109,119).

RGB: (104,109,119) (41%, 43%, 47%)

RGB channels and saturation

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

104
109
119

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

Portions of RGB colors in percentages

R + G + B = 104 + 109 + 119 = 332 (100%)
R 104 of 332 ~ 31.33%
G 109 of 332 ~ 32.83%
B 119 of 332 ~ 35.84'%

%31.33
%32.83
%35.84

CMYK color model

#686D77 color CMYK value is (13,8,0,53).

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

CMYK: (13,8,0,53)
C13M8Y0K53 (13%, 8%, 0%, 53%)
(0.13 / 0.08 / 0.00 / 0.53)

CMYK percentages

%12.61
%8.4
%0
%53.33

Codes

Color #686D77 in popluar color models

68 6D 77
RGB 104 109 119
HSL 220° 6.73% 43.73%
HSB/HSV 220° 12.61% 46.67%
CMYK 12.61% 8.40% 0.00%
53.33%

Color #686D77 in popluar number systems.

HEX 68 6D 77
Decimal 104 109 119
Binary 1101000 1101101 1110111
Octal 150 155 167

Shades and tints

Shades of #686D77

#686D77
(104,109,119)
#5F646D
(95,100,109)
#565B63
(86,91,99)
#4D5259
(77,82,89)
#44494F
(68,73,79)
#3B4045
(59,64,69)
#32373B
(50,55,59)
#292E31
(41,46,49)
#202527
(32,37,39)
#171C1D
(23,28,29)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #686D77

#686D77
(104,109,119)
#757A83
(117,122,131)
#82878F
(130,135,143)
#8F949B
(143,148,155)
#9CA1A7
(156,161,167)
#A9AEB3
(169,174,179)
#B6BBBF
(182,187,191)
#C3C8CB
(195,200,203)
#D0D5D7
(208,213,215)
#DDE2E3
(221,226,227)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686D77 color. Also use rgb(104,109,119) instead hex code.

Text Font Color

.myTextColor { color: #686D77; }

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

This text font color is #686D77.

Background Color

.myBgColor { background-color: #686D77; }

<div style="background-color:#686D77">Inner text</div>

This div background color is #686D77.

Border color

.myBorderColor { border: 1px solid #686D77; }

<div style="border:3px solid #686D77">Div</div>

This div border color is #686D77.

Opacity

.myOpacity80 { color: #686D77; opacity: 0.8; }

<p style="color:#686D77;opacity:0.8;">80%</p>

Text with #686D77 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 #686D77;}

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

This text has shadow with #686D77 color.


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

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

This text has shadow with #686D77 primary color and red secondary color.


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

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

This text has shadow with #686D77 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #686D77.

Preview

Color preview on black background

This text has color #686D77 on black background.


Color preview on white background

This text has color #686D77 on white background.


Black color preview on #686D77 background

This text has black color on #686D77 background.


White color preview on #686D77 background

This text has white color on #686D77 background.


Related colors

Complementary color

Complementary color for #hex is #979288.


I love getcolorcode.com

Triadic colors

1 #77686D and #6D7768 with #686D77 are triadic colors.

2 #776D68 and #6D6877 with #686D77 are triadic colors.