COLOR #677F7B

HEX: #677F7B
RGB: (103,127,123)

Color info

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

RGB color model

#677F7B color RGB value is (103,127,123).

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

RGB channels and saturation

R 103 of 255 = 40%
G 127 of 255 = 50%
B 123 of 255 = 48%

103
127
123

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

Portions of RGB colors in percentages

R + G + B =
103 + 127 + 123 = 353 (100%)
R 103 of 353 ~ 29.18%
G 127 of 353 ~ 35.98%
B 123 of 353 ~ 34.84%

%29.18
%35.98
%34.84

CMYK color model

#677F7B color CMYK value is (19,0,3,50).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 50.20%
CMYK:
(19,0,3,50)
C19M0Y3K50 
(19%,0%,3%,50%)
(0.19/0.00/0.03/0.50)	

CMYK percentages

%18.9
%0
%3.15
%50.2

Codes

Color #677F7B in popluar color models

677F7B
RGB103127123
HSL170°10.43%45.10%
HSB/HSV170°18.90%49.80%
CMYK18.90%0.00%3.15%
50.20%

Color #677F7B in popluar number systems.

HEX677F7B
Decimal103127123
Binary110011111111111111011
Octal147177173

Shades and tints

Shades of #677F7B

#677F7B
(103,127,123)
#5E7470
(94,116,112)
#556965
(85,105,101)
#4C5E5A
(76,94,90)
#43534F
(67,83,79)
#3A4844
(58,72,68)
#313D39
(49,61,57)
#28322E
(40,50,46)
#1F2723
(31,39,35)
#161C18
(22,28,24)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #677F7B

#677F7B
(103,127,123)
#748A87
(116,138,135)
#819593
(129,149,147)
#8EA09F
(142,160,159)
#9BABAB
(155,171,171)
#A8B6B7
(168,182,183)
#B5C1C3
(181,193,195)
#C2CCCF
(194,204,207)
#CFD7DB
(207,215,219)
#DCE2E7
(220,226,231)
#E9EDF3
(233,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677F7B; }

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

This text font color is #677F7B.


Background Color

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

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

This div background color is #677F7B.


Border color

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

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

This div border color is #677F7B.


Opacity

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

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

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

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

This text has shadow with #677F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677F7B on black background.


Color preview on white background

This text has color #677F7B on white background.



Black color preview on #677F7B background

This text has black color on #677F7B background.


White color preview on #677F7B background

This text has white color on #677F7B background.