COLOR #66774D

HEX: #66774D RGB: (102,119,77)

Color info

#66774D contains red, green and blue colors in about the same proportion. Web safe color of #66774D is #666633 (or #663).

RGB color model

#66774D color RGB value is (102,119,77).

RGB: (102,119,77) (40%, 47%, 30%)

RGB channels and saturation

R 102 of 255 = 40%
G 119 of 255 = 47%
B 77 of 255 = 30%

102
119
77

R + G + B ~ 39%. #66774D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 119 + 77 = 298 (100%)
R 102 of 298 ~ 34.23%
G 119 of 298 ~ 39.93%
B 77 of 298 ~ 25.84'%

%34.23
%39.93
%25.84

CMYK color model

#66774D color CMYK value is (14,0,35,53).

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

CMYK: (14,0,35,53)
C14M0Y35K53 (14%, 0%, 35%, 53%)
(0.14 / 0.00 / 0.35 / 0.53)

CMYK percentages

%14.29
%0
%35.29
%53.33

Codes

Color #66774D in popluar color models

66 77 4D
RGB 102 119 77
HSL 84° 21.43% 38.43%
HSB/HSV 84° 35.29% 46.67%
CMYK 14.29% 0.00% 35.29%
53.33%

Color #66774D in popluar number systems.

HEX 66 77 4D
Decimal 102 119 77
Binary 1100110 1110111 1001101
Octal 146 167 115

Shades and tints

Shades of #66774D

#66774D
(102,119,77)
#5D6D46
(93,109,70)
#54633F
(84,99,63)
#4B5938
(75,89,56)
#424F31
(66,79,49)
#39452A
(57,69,42)
#303B23
(48,59,35)
#27311C
(39,49,28)
#1E2715
(30,39,21)
#151D0E
(21,29,14)
#0C1307
(12,19,7)
#000000
(0,0,0)

Tints of #66774D

#66774D
(102,119,77)
#73835D
(115,131,93)
#808F6D
(128,143,109)
#8D9B7D
(141,155,125)
#9AA78D
(154,167,141)
#A7B39D
(167,179,157)
#B4BFAD
(180,191,173)
#C1CBBD
(193,203,189)
#CED7CD
(206,215,205)
#DBE3DD
(219,227,221)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66774D color. Also use rgb(102,119,77) instead hex code.

Text Font Color

.myTextColor { color: #66774D; }

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

This text font color is #66774D.

Background Color

.myBgColor { background-color: #66774D; }

<div style="background-color:#66774D">Inner text</div>

This div background color is #66774D.

Border color

.myBorderColor { border: 1px solid #66774D; }

<div style="border:3px solid #66774D">Div</div>

This div border color is #66774D.

Opacity

.myOpacity80 { color: #66774D; opacity: 0.8; }

<p style="color:#66774D;opacity:0.8;">80%</p>

Text with #66774D 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 #66774D;}

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

This text has shadow with #66774D color.


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

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

This text has shadow with #66774D primary color and red secondary color.


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

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

This text has shadow with #66774D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #66774D.

Preview

Color preview on black background

This text has color #66774D on black background.


Color preview on white background

This text has color #66774D on white background.


Black color preview on #66774D background

This text has black color on #66774D background.


White color preview on #66774D background

This text has white color on #66774D background.


Related colors

Complementary color

Complementary color for #hex is #9988B2.


I love getcolorcode.com

Triadic colors

1 #4D6677 and #774D66 with #66774D are triadic colors.

2 #4D7766 and #77664D with #66774D are triadic colors.