COLOR #677D75

HEX: #677D75
RGB: (103,125,117)

Color info

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

RGB color model

#677D75 color RGB value is (103,125,117).

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

RGB channels and saturation

R 103 of 255 = 40%
G 125 of 255 = 49%
B 117 of 255 = 46%

103
125
117

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

Portions of RGB colors in percentages

R + G + B =
103 + 125 + 117 = 345 (100%)
R 103 of 345 ~ 29.86%
G 125 of 345 ~ 36.23%
B 117 of 345 ~ 33.91%

%29.86
%36.23
%33.91

CMYK color model

#677D75 color CMYK value is (18,0,6,51).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 50.98%
CMYK:
(18,0,6,51)
C18M0Y6K51 
(18%,0%,6%,51%)
(0.18/0.00/0.06/0.51)	

CMYK percentages

%17.6
%0
%6.4
%50.98

Codes

Color #677D75 in popluar color models

677D75
RGB103125117
HSL158°9.65%44.71%
HSB/HSV158°17.60%49.02%
CMYK17.60%0.00%6.40%
50.98%

Color #677D75 in popluar number systems.

HEX677D75
Decimal103125117
Binary110011111111011110101
Octal147175165

Shades and tints

Shades of #677D75

#677D75
(103,125,117)
#5E726B
(94,114,107)
#556761
(85,103,97)
#4C5C57
(76,92,87)
#43514D
(67,81,77)
#3A4643
(58,70,67)
#313B39
(49,59,57)
#28302F
(40,48,47)
#1F2525
(31,37,37)
#161A1B
(22,26,27)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #677D75

#677D75
(103,125,117)
#748881
(116,136,129)
#81938D
(129,147,141)
#8E9E99
(142,158,153)
#9BA9A5
(155,169,165)
#A8B4B1
(168,180,177)
#B5BFBD
(181,191,189)
#C2CAC9
(194,202,201)
#CFD5D5
(207,213,213)
#DCE0E1
(220,224,225)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677D75; }

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

This text font color is #677D75.


Background Color

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

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

This div background color is #677D75.


Border color

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

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

This div border color is #677D75.


Opacity

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

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

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

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

This text has shadow with #677D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677D75 on black background.


Color preview on white background

This text has color #677D75 on white background.



Black color preview on #677D75 background

This text has black color on #677D75 background.


White color preview on #677D75 background

This text has white color on #677D75 background.