COLOR #66677F

HEX: #66677F RGB: (102,103,127)

Color info

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

RGB color model

#66677F color RGB value is (102,103,127).

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

RGB channels and saturation

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

102
103
127

R + G + B ~ 43%. #66677F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 103 + 127 = 332 (100%)
R 102 of 332 ~ 30.72%
G 103 of 332 ~ 31.02%
B 127 of 332 ~ 38.25'%

%30.72
%31.02
%38.25

CMYK color model

#66677F color CMYK value is (20,19,0,50).

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

CMYK: (20,19,0,50)
C20M19Y0K50 (20%, 19%, 0%, 50%)
(0.20 / 0.19 / 0.00 / 0.50)

CMYK percentages

%19.69
%18.9
%0
%50.2

Codes

Color #66677F in popluar color models

66 67 7F
RGB 102 103 127
HSL 238° 10.92% 44.90%
HSB/HSV 238° 19.69% 49.80%
CMYK 19.69% 18.90% 0.00%
50.20%

Color #66677F in popluar number systems.

HEX 66 67 7F
Decimal 102 103 127
Binary 1100110 1100111 1111111
Octal 146 147 177

Shades and tints

Shades of #66677F

#66677F
(102,103,127)
#5D5E74
(93,94,116)
#545569
(84,85,105)
#4B4C5E
(75,76,94)
#424353
(66,67,83)
#393A48
(57,58,72)
#30313D
(48,49,61)
#272832
(39,40,50)
#1E1F27
(30,31,39)
#15161C
(21,22,28)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #66677F

#66677F
(102,103,127)
#73748A
(115,116,138)
#808195
(128,129,149)
#8D8EA0
(141,142,160)
#9A9BAB
(154,155,171)
#A7A8B6
(167,168,182)
#B4B5C1
(180,181,193)
#C1C2CC
(193,194,204)
#CECFD7
(206,207,215)
#DBDCE2
(219,220,226)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66677F; }

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

This text font color is #66677F.

Background Color

.myBgColor { background-color: #66677F; }

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

This div background color is #66677F.

Border color

.myBorderColor { border: 1px solid #66677F; }

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

This div border color is #66677F.

Opacity

.myOpacity80 { color: #66677F; opacity: 0.8; }

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

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

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

This text has shadow with #66677F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66677F.

Preview

Color preview on black background

This text has color #66677F on black background.


Color preview on white background

This text has color #66677F on white background.


Black color preview on #66677F background

This text has black color on #66677F background.


White color preview on #66677F background

This text has white color on #66677F background.


Related colors

Complementary color

Complementary color for #hex is #999880.


I love getcolorcode.com

Triadic colors

1 #7F6667 and #677F66 with #66677F are triadic colors.

2 #7F6766 and #67667F with #66677F are triadic colors.