COLOR #666764

HEX: #666764 RGB: (102,103,100)

Color info

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

RGB color model

#666764 color RGB value is (102,103,100).

RGB: (102,103,100) (40%, 40%, 39%)

RGB channels and saturation

R 102 of 255 = 40%
G 103 of 255 = 40%
B 100 of 255 = 39%

102
103
100

R + G + B ~ 40%. #666764 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 103 + 100 = 305 (100%)
R 102 of 305 ~ 33.44%
G 103 of 305 ~ 33.77%
B 100 of 305 ~ 32.79'%

%33.44
%33.77
%32.79

CMYK color model

#666764 color CMYK value is (1,0,3,60).

  • cyan value is 0.97%
  • magenta value is 0.00%
  • yellow value is 2.91%
  • key color value is 59.61%

CMYK: (1,0,3,60)
C1M0Y3K60 (1%, 0%, 3%, 60%)
(0.01 / 0.00 / 0.03 / 0.60)

CMYK percentages

%0.97
%0
%2.91
%59.61

Codes

Color #666764 in popluar color models

66 67 64
RGB 102 103 100
HSL 80° 1.48% 39.80%
HSB/HSV 80° 2.91% 40.39%
CMYK 0.97% 0.00% 2.91%
59.61%

Color #666764 in popluar number systems.

HEX 66 67 64
Decimal 102 103 100
Binary 1100110 1100111 1100100
Octal 146 147 144

Shades and tints

Shades of #666764

#666764
(102,103,100)
#5D5E5B
(93,94,91)
#545552
(84,85,82)
#4B4C49
(75,76,73)
#424340
(66,67,64)
#393A37
(57,58,55)
#30312E
(48,49,46)
#272825
(39,40,37)
#1E1F1C
(30,31,28)
#151613
(21,22,19)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #666764

#666764
(102,103,100)
#737472
(115,116,114)
#808180
(128,129,128)
#8D8E8E
(141,142,142)
#9A9B9C
(154,155,156)
#A7A8AA
(167,168,170)
#B4B5B8
(180,181,184)
#C1C2C6
(193,194,198)
#CECFD4
(206,207,212)
#DBDCE2
(219,220,226)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666764; }

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

This text font color is #666764.

Background Color

.myBgColor { background-color: #666764; }

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

This div background color is #666764.

Border color

.myBorderColor { border: 1px solid #666764; }

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

This div border color is #666764.

Opacity

.myOpacity80 { color: #666764; opacity: 0.8; }

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

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

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

This text has shadow with #666764 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666764.

Preview

Color preview on black background

This text has color #666764 on black background.


Color preview on white background

This text has color #666764 on white background.


Black color preview on #666764 background

This text has black color on #666764 background.


White color preview on #666764 background

This text has white color on #666764 background.


Related colors

Complementary color

Complementary color for #hex is #99989B.


I love getcolorcode.com

Triadic colors

1 #646667 and #676466 with #666764 are triadic colors.

2 #646766 and #676664 with #666764 are triadic colors.