COLOR #66776E

HEX: #66776E RGB: (102,119,110)

Color info

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

RGB color model

#66776E color RGB value is (102,119,110).

RGB: (102,119,110) (40%, 47%, 43%)

RGB channels and saturation

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

102
119
110

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

Portions of RGB colors in percentages

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

%30.82
%35.95
%33.23

CMYK color model

#66776E color CMYK value is (14,0,8,53).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 53.33%

CMYK: (14,0,8,53)
C14M0Y8K53 (14%, 0%, 8%, 53%)
(0.14 / 0.00 / 0.08 / 0.53)

CMYK percentages

%14.29
%0
%7.56
%53.33

Codes

Color #66776E in popluar color models

66 77 6E
RGB 102 119 110
HSL 148° 7.69% 43.33%
HSB/HSV 148° 14.29% 46.67%
CMYK 14.29% 0.00% 7.56%
53.33%

Color #66776E in popluar number systems.

HEX 66 77 6E
Decimal 102 119 110
Binary 1100110 1110111 1101110
Octal 146 167 156

Shades and tints

Shades of #66776E

#66776E
(102,119,110)
#5D6D64
(93,109,100)
#54635A
(84,99,90)
#4B5950
(75,89,80)
#424F46
(66,79,70)
#39453C
(57,69,60)
#303B32
(48,59,50)
#273128
(39,49,40)
#1E271E
(30,39,30)
#151D14
(21,29,20)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #66776E

#66776E
(102,119,110)
#73837B
(115,131,123)
#808F88
(128,143,136)
#8D9B95
(141,155,149)
#9AA7A2
(154,167,162)
#A7B3AF
(167,179,175)
#B4BFBC
(180,191,188)
#C1CBC9
(193,203,201)
#CED7D6
(206,215,214)
#DBE3E3
(219,227,227)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66776E; }

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

This text font color is #66776E.

Background Color

.myBgColor { background-color: #66776E; }

<div style="background-color:#66776E">Inner text</div>

This div background color is #66776E.

Border color

.myBorderColor { border: 1px solid #66776E; }

<div style="border:3px solid #66776E">Div</div>

This div border color is #66776E.

Opacity

.myOpacity80 { color: #66776E; opacity: 0.8; }

<p style="color:#66776E;opacity:0.8;">80%</p>

Text with #66776E 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 #66776E;}

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

This text has shadow with #66776E color.


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

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

This text has shadow with #66776E primary color and red secondary color.


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

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

This text has shadow with #66776E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #66776E.

Preview

Color preview on black background

This text has color #66776E on black background.


Color preview on white background

This text has color #66776E on white background.


Black color preview on #66776E background

This text has black color on #66776E background.


White color preview on #66776E background

This text has white color on #66776E background.


Related colors

Complementary color

Complementary color for #66776E is #998891.


I love getcolorcode.com

Triadic colors

1 #6E6677 and #776E66 with #66776E are triadic colors.

2 #6E7766 and #77666E with #66776E are triadic colors.