COLOR #687770

HEX: #687770 RGB: (104,119,112)

Color info

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

RGB color model

#687770 color RGB value is (104,119,112).

RGB: (104,119,112) (41%, 47%, 44%)

RGB channels and saturation

R 104 of 255 = 41%
G 119 of 255 = 47%
B 112 of 255 = 44%

104
119
112

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

Portions of RGB colors in percentages

R + G + B = 104 + 119 + 112 = 335 (100%)
R 104 of 335 ~ 31.04%
G 119 of 335 ~ 35.52%
B 112 of 335 ~ 33.43'%

%31.04
%35.52
%33.43

CMYK color model

#687770 color CMYK value is (13,0,6,53).

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

CMYK: (13,0,6,53)
C13M0Y6K53 (13%, 0%, 6%, 53%)
(0.13 / 0.00 / 0.06 / 0.53)

CMYK percentages

%12.61
%0
%5.88
%53.33

Codes

Color #687770 in popluar color models

68 77 70
RGB 104 119 112
HSL 152° 6.73% 43.73%
HSB/HSV 152° 12.61% 46.67%
CMYK 12.61% 0.00% 5.88%
53.33%

Color #687770 in popluar number systems.

HEX 68 77 70
Decimal 104 119 112
Binary 1101000 1110111 1110000
Octal 150 167 160

Shades and tints

Shades of #687770

#687770
(104,119,112)
#5F6D66
(95,109,102)
#56635C
(86,99,92)
#4D5952
(77,89,82)
#444F48
(68,79,72)
#3B453E
(59,69,62)
#323B34
(50,59,52)
#29312A
(41,49,42)
#202720
(32,39,32)
#171D16
(23,29,22)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #687770

#687770
(104,119,112)
#75837D
(117,131,125)
#828F8A
(130,143,138)
#8F9B97
(143,155,151)
#9CA7A4
(156,167,164)
#A9B3B1
(169,179,177)
#B6BFBE
(182,191,190)
#C3CBCB
(195,203,203)
#D0D7D8
(208,215,216)
#DDE3E5
(221,227,229)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687770; }

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

This text font color is #687770.

Background Color

.myBgColor { background-color: #687770; }

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

This div background color is #687770.

Border color

.myBorderColor { border: 1px solid #687770; }

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

This div border color is #687770.

Opacity

.myOpacity80 { color: #687770; opacity: 0.8; }

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

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

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

This text has shadow with #687770 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #687770.

Preview

Color preview on black background

This text has color #687770 on black background.


Color preview on white background

This text has color #687770 on white background.


Black color preview on #687770 background

This text has black color on #687770 background.


White color preview on #687770 background

This text has white color on #687770 background.


Related colors

Complementary color

Complementary color for #hex is #97888F.


I love getcolorcode.com

Triadic colors

1 #706877 and #777068 with #687770 are triadic colors.

2 #707768 and #776870 with #687770 are triadic colors.