COLOR #677177

HEX: #677177
RGB: (103,113,119)

Color info

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

RGB color model

#677177 color RGB value is (103,113,119).

  • red value is 103;
  • green value is 113;
  • blue value is 119.
RGB:
(103,113,119)
(40%,44%,47%)

RGB channels and saturation

R 103 of 255 = 40%
G 113 of 255 = 44%
B 119 of 255 = 47%

103
113
119

R + G + B ~ 44%. #677177 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 113 + 119 = 335 (100%)
R 103 of 335 ~ 30.75%
G 113 of 335 ~ 33.73%
B 119 of 335 ~ 35.52%

%30.75
%33.73
%35.52

CMYK color model

#677177 color CMYK value is (13,5,0,53).

  • cyan value is 13.45%
  • magenta value is 5.04%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(13,5,0,53)
C13M5Y0K53 
(13%,5%,0%,53%)
(0.13/0.05/0.00/0.53)	

CMYK percentages

%13.45
%5.04
%0
%53.33

Codes

Color #677177 in popluar color models

677177
RGB103113119
HSL203°7.21%43.53%
HSB/HSV203°13.45%46.67%
CMYK13.45%5.04%0.00%
53.33%

Color #677177 in popluar number systems.

HEX677177
Decimal103113119
Binary110011111100011110111
Octal147161167

Shades and tints

Shades of #677177

#677177
(103,113,119)
#5E676D
(94,103,109)
#555D63
(85,93,99)
#4C5359
(76,83,89)
#43494F
(67,73,79)
#3A3F45
(58,63,69)
#31353B
(49,53,59)
#282B31
(40,43,49)
#1F2127
(31,33,39)
#16171D
(22,23,29)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #677177

#677177
(103,113,119)
#747D83
(116,125,131)
#81898F
(129,137,143)
#8E959B
(142,149,155)
#9BA1A7
(155,161,167)
#A8ADB3
(168,173,179)
#B5B9BF
(181,185,191)
#C2C5CB
(194,197,203)
#CFD1D7
(207,209,215)
#DCDDE3
(220,221,227)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677177 color. Also use rgb(103,113,119) instead hex code.

Text Font Color

.myTextColor { color: #677177; }

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

This text font color is #677177.


Background Color

.myBgColor { background-color: #677177; }

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

This div background color is #677177.


Border color

.myBorderColor { border: 1px solid #677177; }

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

This div border color is #677177.


Opacity

.myOpacity80 { color: #677177; opacity: 0.8; }

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

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

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

This text has shadow with #677177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677177 on black background.


Color preview on white background

This text has color #677177 on white background.



Black color preview on #677177 background

This text has black color on #677177 background.


White color preview on #677177 background

This text has white color on #677177 background.