COLOR #66777A

HEX: #66777A RGB: (102,119,122)

Color info

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

RGB color model

#66777A color RGB value is (102,119,122).

RGB: (102,119,122) (40%, 47%, 48%)

RGB channels and saturation

R 102 of 255 = 40%
G 119 of 255 = 47%
B 122 of 255 = 48%

102
119
122

R + G + B ~ 45%. #66777A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 119 + 122 = 343 (100%)
R 102 of 343 ~ 29.74%
G 119 of 343 ~ 34.69%
B 122 of 343 ~ 35.57'%

%29.74
%34.69
%35.57

CMYK color model

#66777A color CMYK value is (16,2,0,52).

  • cyan value is 16.39%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (16,2,0,52) C16M2Y0K52 (16%,2%,0%,52%) (0.16/0.02/0.00/0.52) 

CMYK percentages

%16.39
%2.46
%0
%52.16

Codes

Color #66777A in popluar color models

66 77 7A
RGB 102 119 122
HSL 189° 8.93% 43.92%
HSB/HSV 189° 16.39% 47.84%
CMYK 16.39% 2.46% 0.00%
52.16%

Color #66777A in popluar number systems.

HEX 66 77 7A
Decimal 102 119 122
Binary 1100110 1110111 1111010
Octal 146 167 172

Shades and tints

Shades of #66777A

#66777A
(102,119,122)
#5D6D6F
(93,109,111)
#546364
(84,99,100)
#4B5959
(75,89,89)
#424F4E
(66,79,78)
#394543
(57,69,67)
#303B38
(48,59,56)
#27312D
(39,49,45)
#1E2722
(30,39,34)
#151D17
(21,29,23)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #66777A

#66777A
(102,119,122)
#738386
(115,131,134)
#808F92
(128,143,146)
#8D9B9E
(141,155,158)
#9AA7AA
(154,167,170)
#A7B3B6
(167,179,182)
#B4BFC2
(180,191,194)
#C1CBCE
(193,203,206)
#CED7DA
(206,215,218)
#DBE3E6
(219,227,230)
#E8EFF2
(232,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66777A color. Also use rgb(102,119,122) instead hex code.

Text Font Color

.myTextColor { color: #66777A; }

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

This text font color is #66777A.

Background Color

.myBgColor { background-color: #66777A; }

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

This div background color is #66777A.

Border color

.myBorderColor { border: 1px solid #66777A; }

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

This div border color is #66777A.

Opacity

.myOpacity80 { color: #66777A; opacity: 0.8; }

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

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

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

This text has shadow with #66777A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66777A.

Preview

Color preview on black background

This text has color #66777A on black background.


Color preview on white background

This text has color #66777A on white background.


Black color preview on #66777A background

This text has black color on #66777A background.


White color preview on #66777A background

This text has white color on #66777A background.


Related colors

Complementary color

Complementary color for #hex is #998885.


I love getcolorcode.com

Triadic colors

1 #7A6677 and #777A66 with #66777A are triadic colors.

2 #7A7766 and #77667A with #66777A are triadic colors.