COLOR #677D74

HEX: #677D74
RGB: (103,125,116)

Color info

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

RGB color model

#677D74 color RGB value is (103,125,116).

  • red value is 103;
  • green value is 125;
  • blue value is 116.
RGB: (103,125,116) (40%,49%,45%)

RGB channels and saturation

R 103 of 255 = 40%
G 125 of 255 = 49%
B 116 of 255 = 45%

103
125
116

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

Portions of RGB colors in percentages

R + G + B =
103 + 125 + 116 = 344 (100%)
R 103 of 344 ~ 29.94%
G 125 of 344 ~ 36.34%
B 116 of 344 ~ 33.72%

%29.94
%36.34
%33.72

CMYK color model

#677D74 color CMYK value is (18,0,7,51).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 7.20%
  • key color value is 50.98%
CMYK: (18,0,7,51) C18M0Y7K51 (18%,0%,7%,51%) (0.18/0.00/0.07/0.51)

CMYK percentages

%17.6
%0
%7.2
%50.98

Codes

Color #677D74 in popluar color models

677D74
RGB103125116
HSL155°9.65%44.71%
HSB/HSV155°17.60%49.02%
CMYK17.60%0.00%7.20%
50.98%

Color #677D74 in popluar number systems.

HEX677D74
Decimal103125116
Binary110011111111011110100
Octal147175164

Shades and tints

Shades of #677D74

#677D74
(103,125,116)
#5E726A
(94,114,106)
#556760
(85,103,96)
#4C5C56
(76,92,86)
#43514C
(67,81,76)
#3A4642
(58,70,66)
#313B38
(49,59,56)
#28302E
(40,48,46)
#1F2524
(31,37,36)
#161A1A
(22,26,26)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #677D74

#677D74
(103,125,116)
#748880
(116,136,128)
#81938C
(129,147,140)
#8E9E98
(142,158,152)
#9BA9A4
(155,169,164)
#A8B4B0
(168,180,176)
#B5BFBC
(181,191,188)
#C2CAC8
(194,202,200)
#CFD5D4
(207,213,212)
#DCE0E0
(220,224,224)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677D74 color. Also use rgb(103,125,116) instead hex code.

Text Font Color

.myTextColor { color: #677D74; }

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

This text font color is #677D74.


Background Color

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

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

This div background color is #677D74.


Border color

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

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

This div border color is #677D74.


Opacity

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

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

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

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

This text has shadow with #677D74 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #677D74; -webkit-box-shadow:	1px 1px 3px 2px #677D74; box-shadow:	1px 1px 3px 2px #677D74; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #677D74; -webkit-box-shadow: 1px 1px 3px 2px #677D74; box-shadow:1px 1px 3px 2px #677D74;">
Div content here</div>
This div box has shadow with color #677D74.

Preview

Color preview on black background

This text has color #677D74 on black background.


Color preview on white background

This text has color #677D74 on white background.



Black color preview on #677D74 background

This text has black color on #677D74 background.


White color preview on #677D74 background

This text has white color on #677D74 background.