COLOR #677F74

HEX: #677F74
RGB: (103,127,116)

Color info

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

RGB color model

#677F74 color RGB value is (103,127,116).

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

RGB channels and saturation

R 103 of 255 = 40%
G 127 of 255 = 50%
B 116 of 255 = 45%

103
127
116

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

Portions of RGB colors in percentages

R + G + B =
103 + 127 + 116 = 346 (100%)
R 103 of 346 ~ 29.77%
G 127 of 346 ~ 36.71%
B 116 of 346 ~ 33.53%

%29.77
%36.71
%33.53

CMYK color model

#677F74 color CMYK value is (19,0,9,50).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 8.66%
  • key color value is 50.20%
CMYK:
(19,0,9,50)
C19M0Y9K50 
(19%,0%,9%,50%)
(0.19/0.00/0.09/0.50)	

CMYK percentages

%18.9
%0
%8.66
%50.2

Codes

Color #677F74 in popluar color models

677F74
RGB103127116
HSL153°10.43%45.10%
HSB/HSV153°18.90%49.80%
CMYK18.90%0.00%8.66%
50.20%

Color #677F74 in popluar number systems.

HEX677F74
Decimal103127116
Binary110011111111111110100
Octal147177164

Shades and tints

Shades of #677F74

#677F74
(103,127,116)
#5E746A
(94,116,106)
#556960
(85,105,96)
#4C5E56
(76,94,86)
#43534C
(67,83,76)
#3A4842
(58,72,66)
#313D38
(49,61,56)
#28322E
(40,50,46)
#1F2724
(31,39,36)
#161C1A
(22,28,26)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #677F74

#677F74
(103,127,116)
#748A80
(116,138,128)
#81958C
(129,149,140)
#8EA098
(142,160,152)
#9BABA4
(155,171,164)
#A8B6B0
(168,182,176)
#B5C1BC
(181,193,188)
#C2CCC8
(194,204,200)
#CFD7D4
(207,215,212)
#DCE2E0
(220,226,224)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677F74; }

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

This text font color is #677F74.


Background Color

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

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

This div background color is #677F74.


Border color

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

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

This div border color is #677F74.


Opacity

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

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

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

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

This text has shadow with #677F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677F74 on black background.


Color preview on white background

This text has color #677F74 on white background.



Black color preview on #677F74 background

This text has black color on #677F74 background.


White color preview on #677F74 background

This text has white color on #677F74 background.