COLOR #64766D

HEX: #64766D RGB: (100,118,109)

Color info

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

RGB color model

#64766D color RGB value is (100,118,109).

RGB: (100,118,109) (39%, 46%, 43%)

RGB channels and saturation

R 100 of 255 = 39%
G 118 of 255 = 46%
B 109 of 255 = 43%

100
118
109

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

Portions of RGB colors in percentages

R + G + B = 100 + 118 + 109 = 327 (100%)
R 100 of 327 ~ 30.58%
G 118 of 327 ~ 36.09%
B 109 of 327 ~ 33.33'%

%30.58
%36.09
%33.33

CMYK color model

#64766D color CMYK value is (15,0,8,54).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • key color value is 53.73%

CMYK: (15,0,8,54)
C15M0Y8K54 (15%, 0%, 8%, 54%)
(0.15 / 0.00 / 0.08 / 0.54)

CMYK percentages

%15.25
%0
%7.63
%53.73

Codes

Color #64766D in popluar color models

64 76 6D
RGB 100 118 109
HSL 150° 8.26% 42.75%
HSB/HSV 150° 15.25% 46.27%
CMYK 15.25% 0.00% 7.63%
53.73%

Color #64766D in popluar number systems.

HEX 64 76 6D
Decimal 100 118 109
Binary 1100100 1110110 1101101
Octal 144 166 155

Shades and tints

Shades of #64766D

#64766D
(100,118,109)
#5B6C64
(91,108,100)
#52625B
(82,98,91)
#495852
(73,88,82)
#404E49
(64,78,73)
#374440
(55,68,64)
#2E3A37
(46,58,55)
#25302E
(37,48,46)
#1C2625
(28,38,37)
#131C1C
(19,28,28)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #64766D

#64766D
(100,118,109)
#72827A
(114,130,122)
#808E87
(128,142,135)
#8E9A94
(142,154,148)
#9CA6A1
(156,166,161)
#AAB2AE
(170,178,174)
#B8BEBB
(184,190,187)
#C6CAC8
(198,202,200)
#D4D6D5
(212,214,213)
#E2E2E2
(226,226,226)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64766D color. Also use rgb(100,118,109) instead hex code.

Text Font Color

.myTextColor { color: #64766D; }

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

This text font color is #64766D.

Background Color

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

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

This div background color is #64766D.

Border color

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

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

This div border color is #64766D.

Opacity

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

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

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

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

This text has shadow with #64766D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64766D.

Preview

Color preview on black background

This text has color #64766D on black background.


Color preview on white background

This text has color #64766D on white background.


Black color preview on #64766D background

This text has black color on #64766D background.


White color preview on #64766D background

This text has white color on #64766D background.


Related colors

Complementary color

Complementary color for #hex is #9B8992.


I love getcolorcode.com

Triadic colors

1 #6D6476 and #766D64 with #64766D are triadic colors.

2 #6D7664 and #76646D with #64766D are triadic colors.