COLOR #677F7F

HEX: #677F7F RGB: (103,127,127)

Color info

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

RGB color model

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

RGB: (103,127,127) (40%, 50%, 50%)

RGB channels and saturation

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

103
127
127

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

Portions of RGB colors in percentages

R + G + B = 103 + 127 + 127 = 357 (100%)
R 103 of 357 ~ 28.85%
G 127 of 357 ~ 35.57%
B 127 of 357 ~ 35.57'%

%28.85
%35.57
%35.57

CMYK color model

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

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (19,0,0,50)
C19M0Y0K50 (19%, 0%, 0%, 50%)
(0.19 / 0.00 / 0.00 / 0.50)

CMYK percentages

%18.9
%0
%0
%50.2

Codes

Color #677F7F in popluar color models

67 7F 7F
RGB 103 127 127
HSL 180° 10.43% 45.10%
HSB/HSV 180° 18.90% 49.80%
CMYK 18.90% 0.00% 0.00%
50.20%

Color #677F7F in popluar number systems.

HEX 67 7F 7F
Decimal 103 127 127
Binary 1100111 1111111 1111111
Octal 147 177 177

Shades and tints

Shades of #677F7F

#677F7F
(103,127,127)
#5E7474
(94,116,116)
#556969
(85,105,105)
#4C5E5E
(76,94,94)
#435353
(67,83,83)
#3A4848
(58,72,72)
#313D3D
(49,61,61)
#283232
(40,50,50)
#1F2727
(31,39,39)
#161C1C
(22,28,28)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #677F7F

#677F7F
(103,127,127)
#748A8A
(116,138,138)
#819595
(129,149,149)
#8EA0A0
(142,160,160)
#9BABAB
(155,171,171)
#A8B6B6
(168,182,182)
#B5C1C1
(181,193,193)
#C2CCCC
(194,204,204)
#CFD7D7
(207,215,215)
#DCE2E2
(220,226,226)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677F7F; }

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

This text font color is #677F7F.

Background Color

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

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

This div background color is #677F7F.

Border color

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

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

This div border color is #677F7F.

Opacity

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

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

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

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

This text has shadow with #677F7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #677F7F.

Preview

Color preview on black background

This text has color #677F7F on black background.


Color preview on white background

This text has color #677F7F on white background.


Black color preview on #677F7F background

This text has black color on #677F7F background.


White color preview on #677F7F background

This text has white color on #677F7F background.


Related colors

Complementary color

Complementary color for #hex is #988080.


I love getcolorcode.com