COLOR #677F76

HEX: #677F76 RGB: (103,127,118)

Color info

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

RGB color model

#677F76 color RGB value is (103,127,118).

RGB: (103,127,118) (40%, 50%, 46%)

RGB channels and saturation

R 103 of 255 = 40%
G 127 of 255 = 50%
B 118 of 255 = 46%

103
127
118

R + G + B ~ 45%. #677F76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 127 + 118 = 348 (100%)
R 103 of 348 ~ 29.6%
G 127 of 348 ~ 36.49%
B 118 of 348 ~ 33.91'%

%29.6
%36.49
%33.91

CMYK color model

#677F76 color CMYK value is (19,0,7,50).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 7.09%
  • key color value is 50.20%

CMYK: (19,0,7,50)
C19M0Y7K50 (19%, 0%, 7%, 50%)
(0.19 / 0.00 / 0.07 / 0.50)

CMYK percentages

%18.9
%0
%7.09
%50.2

Codes

Color #677F76 in popluar color models

67 7F 76
RGB 103 127 118
HSL 158° 10.43% 45.10%
HSB/HSV 158° 18.90% 49.80%
CMYK 18.90% 0.00% 7.09%
50.20%

Color #677F76 in popluar number systems.

HEX 67 7F 76
Decimal 103 127 118
Binary 1100111 1111111 1110110
Octal 147 177 166

Shades and tints

Shades of #677F76

#677F76
(103,127,118)
#5E746C
(94,116,108)
#556962
(85,105,98)
#4C5E58
(76,94,88)
#43534E
(67,83,78)
#3A4844
(58,72,68)
#313D3A
(49,61,58)
#283230
(40,50,48)
#1F2726
(31,39,38)
#161C1C
(22,28,28)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #677F76

#677F76
(103,127,118)
#748A82
(116,138,130)
#81958E
(129,149,142)
#8EA09A
(142,160,154)
#9BABA6
(155,171,166)
#A8B6B2
(168,182,178)
#B5C1BE
(181,193,190)
#C2CCCA
(194,204,202)
#CFD7D6
(207,215,214)
#DCE2E2
(220,226,226)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677F76 color. Also use rgb(103,127,118) instead hex code.

Text Font Color

.myTextColor { color: #677F76; }

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

This text font color is #677F76.

Background Color

.myBgColor { background-color: #677F76; }

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

This div background color is #677F76.

Border color

.myBorderColor { border: 1px solid #677F76; }

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

This div border color is #677F76.

Opacity

.myOpacity80 { color: #677F76; opacity: 0.8; }

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

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

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

This text has shadow with #677F76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #677F76.

Preview

Color preview on black background

This text has color #677F76 on black background.


Color preview on white background

This text has color #677F76 on white background.


Black color preview on #677F76 background

This text has black color on #677F76 background.


White color preview on #677F76 background

This text has white color on #677F76 background.


Related colors

Complementary color

Complementary color for #hex is #988089.


I love getcolorcode.com

Triadic colors

1 #76677F and #7F7667 with #677F76 are triadic colors.

2 #767F67 and #7F6776 with #677F76 are triadic colors.