COLOR #677D72

HEX: #677D72
RGB: (103,125,114)

Color info

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

RGB color model

#677D72 color RGB value is (103,125,114).

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

RGB channels and saturation

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

103
125
114

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

Portions of RGB colors in percentages

R + G + B =
103 + 125 + 114 = 342 (100%)
R 103 of 342 ~ 30.12%
G 125 of 342 ~ 36.55%
B 114 of 342 ~ 33.33%

%30.12
%36.55
%33.33

CMYK color model

#677D72 color CMYK value is (18,0,9,51).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 50.98%
CMYK:
(18,0,9,51)
C18M0Y9K51 
(18%,0%,9%,51%)
(0.18/0.00/0.09/0.51)	

CMYK percentages

%17.6
%0
%8.8
%50.98

Codes

Color #677D72 in popluar color models

677D72
RGB103125114
HSL150°9.65%44.71%
HSB/HSV150°17.60%49.02%
CMYK17.60%0.00%8.80%
50.98%

Color #677D72 in popluar number systems.

HEX677D72
Decimal103125114
Binary110011111111011110010
Octal147175162

Shades and tints

Shades of #677D72

#677D72
(103,125,114)
#5E7268
(94,114,104)
#55675E
(85,103,94)
#4C5C54
(76,92,84)
#43514A
(67,81,74)
#3A4640
(58,70,64)
#313B36
(49,59,54)
#28302C
(40,48,44)
#1F2522
(31,37,34)
#161A18
(22,26,24)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #677D72

#677D72
(103,125,114)
#74887E
(116,136,126)
#81938A
(129,147,138)
#8E9E96
(142,158,150)
#9BA9A2
(155,169,162)
#A8B4AE
(168,180,174)
#B5BFBA
(181,191,186)
#C2CAC6
(194,202,198)
#CFD5D2
(207,213,210)
#DCE0DE
(220,224,222)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677D72; }

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

This text font color is #677D72.


Background Color

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

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

This div background color is #677D72.


Border color

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

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

This div border color is #677D72.


Opacity

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

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

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

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

This text has shadow with #677D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677D72 on black background.


Color preview on white background

This text has color #677D72 on white background.



Black color preview on #677D72 background

This text has black color on #677D72 background.


White color preview on #677D72 background

This text has white color on #677D72 background.