COLOR #666E77

HEX: #666E77
RGB: (102,110,119)

Color info

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

RGB color model

#666E77 color RGB value is (102,110,119).

  • red value is 102;
  • green value is 110;
  • blue value is 119.
RGB:
(102,110,119)
(40%,43%,47%)

RGB channels and saturation

R 102 of 255 = 40%
G 110 of 255 = 43%
B 119 of 255 = 47%

102
110
119

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

Portions of RGB colors in percentages

R + G + B =
102 + 110 + 119 = 331 (100%)
R 102 of 331 ~ 30.82%
G 110 of 331 ~ 33.23%
B 119 of 331 ~ 35.95%

%30.82
%33.23
%35.95

CMYK color model

#666E77 color CMYK value is (14,8,0,53).

  • cyan value is 14.29%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(14,8,0,53)
C14M8Y0K53 
(14%,8%,0%,53%)
(0.14/0.08/0.00/0.53)	

CMYK percentages

%14.29
%7.56
%0
%53.33

Codes

Color #666E77 in popluar color models

666E77
RGB102110119
HSL212°7.69%43.33%
HSB/HSV212°14.29%46.67%
CMYK14.29%7.56%0.00%
53.33%

Color #666E77 in popluar number systems.

HEX666E77
Decimal102110119
Binary110011011011101110111
Octal146156167

Shades and tints

Shades of #666E77

#666E77
(102,110,119)
#5D646D
(93,100,109)
#545A63
(84,90,99)
#4B5059
(75,80,89)
#42464F
(66,70,79)
#393C45
(57,60,69)
#30323B
(48,50,59)
#272831
(39,40,49)
#1E1E27
(30,30,39)
#15141D
(21,20,29)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #666E77

#666E77
(102,110,119)
#737B83
(115,123,131)
#80888F
(128,136,143)
#8D959B
(141,149,155)
#9AA2A7
(154,162,167)
#A7AFB3
(167,175,179)
#B4BCBF
(180,188,191)
#C1C9CB
(193,201,203)
#CED6D7
(206,214,215)
#DBE3E3
(219,227,227)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666E77 color. Also use rgb(102,110,119) instead hex code.

Text Font Color

.myTextColor { color: #666E77; }

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

This text font color is #666E77.


Background Color

.myBgColor { background-color: #666E77; }

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

This div background color is #666E77.


Border color

.myBorderColor { border: 1px solid #666E77; }

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

This div border color is #666E77.


Opacity

.myOpacity80 { color: #666E77; opacity: 0.8; }

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

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

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

This text has shadow with #666E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666E77 on black background.


Color preview on white background

This text has color #666E77 on white background.



Black color preview on #666E77 background

This text has black color on #666E77 background.


White color preview on #666E77 background

This text has white color on #666E77 background.