COLOR #687F79

HEX: #687F79 RGB: (104,127,121)

Color info

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

RGB color model

#687F79 color RGB value is (104,127,121).

RGB: (104,127,121) (41%, 50%, 47%)

RGB channels and saturation

R 104 of 255 = 41%
G 127 of 255 = 50%
B 121 of 255 = 47%

104
127
121

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

Portions of RGB colors in percentages

R + G + B = 104 + 127 + 121 = 352 (100%)
R 104 of 352 ~ 29.55%
G 127 of 352 ~ 36.08%
B 121 of 352 ~ 34.38'%

%29.55
%36.08
%34.38

CMYK color model

#687F79 color CMYK value is (18,0,5,50).

  • cyan value is 18.11%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 50.20%

CMYK: (18,0,5,50)
C18M0Y5K50 (18%, 0%, 5%, 50%)
(0.18 / 0.00 / 0.05 / 0.50)

CMYK percentages

%18.11
%0
%4.72
%50.2

Codes

Color #687F79 in popluar color models

68 7F 79
RGB 104 127 121
HSL 164° 9.96% 45.29%
HSB/HSV 164° 18.11% 49.80%
CMYK 18.11% 0.00% 4.72%
50.20%

Color #687F79 in popluar number systems.

HEX 68 7F 79
Decimal 104 127 121
Binary 1101000 1111111 1111001
Octal 150 177 171

Shades and tints

Shades of #687F79

#687F79
(104,127,121)
#5F746E
(95,116,110)
#566963
(86,105,99)
#4D5E58
(77,94,88)
#44534D
(68,83,77)
#3B4842
(59,72,66)
#323D37
(50,61,55)
#29322C
(41,50,44)
#202721
(32,39,33)
#171C16
(23,28,22)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #687F79

#687F79
(104,127,121)
#758A85
(117,138,133)
#829591
(130,149,145)
#8FA09D
(143,160,157)
#9CABA9
(156,171,169)
#A9B6B5
(169,182,181)
#B6C1C1
(182,193,193)
#C3CCCD
(195,204,205)
#D0D7D9
(208,215,217)
#DDE2E5
(221,226,229)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687F79 color. Also use rgb(104,127,121) instead hex code.

Text Font Color

.myTextColor { color: #687F79; }

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

This text font color is #687F79.

Background Color

.myBgColor { background-color: #687F79; }

<div style="background-color:#687F79">Inner text</div>

This div background color is #687F79.

Border color

.myBorderColor { border: 1px solid #687F79; }

<div style="border:3px solid #687F79">Div</div>

This div border color is #687F79.

Opacity

.myOpacity80 { color: #687F79; opacity: 0.8; }

<p style="color:#687F79;opacity:0.8;">80%</p>

Text with #687F79 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 #687F79;}

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

This text has shadow with #687F79 color.


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

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

This text has shadow with #687F79 primary color and red secondary color.


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

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

This text has shadow with #687F79 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #687F79.

Preview

Color preview on black background

This text has color #687F79 on black background.


Color preview on white background

This text has color #687F79 on white background.


Black color preview on #687F79 background

This text has black color on #687F79 background.


White color preview on #687F79 background

This text has white color on #687F79 background.


Related colors

Complementary color

Complementary color for #hex is #978086.


I love getcolorcode.com

Triadic colors

1 #79687F and #7F7968 with #687F79 are triadic colors.

2 #797F68 and #7F6879 with #687F79 are triadic colors.