COLOR #64766B

HEX: #64766B RGB: (100,118,107)

Color info

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

RGB color model

#64766B color RGB value is (100,118,107).

RGB: (100,118,107) (39%, 46%, 42%)

RGB channels and saturation

R 100 of 255 = 39%
G 118 of 255 = 46%
B 107 of 255 = 42%

100
118
107

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

Portions of RGB colors in percentages

R + G + B = 100 + 118 + 107 = 325 (100%)
R 100 of 325 ~ 30.77%
G 118 of 325 ~ 36.31%
B 107 of 325 ~ 32.92'%

%30.77
%36.31
%32.92

CMYK color model

#64766B color CMYK value is (15,0,9,54).

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

CMYK: (15,0,9,54)
C15M0Y9K54 (15%, 0%, 9%, 54%)
(0.15 / 0.00 / 0.09 / 0.54)

CMYK percentages

%15.25
%0
%9.32
%53.73

Codes

Color #64766B in popluar color models

64 76 6B
RGB 100 118 107
HSL 143° 8.26% 42.75%
HSB/HSV 143° 15.25% 46.27%
CMYK 15.25% 0.00% 9.32%
53.73%

Color #64766B in popluar number systems.

HEX 64 76 6B
Decimal 100 118 107
Binary 1100100 1110110 1101011
Octal 144 166 153

Shades and tints

Shades of #64766B

#64766B
(100,118,107)
#5B6C62
(91,108,98)
#526259
(82,98,89)
#495850
(73,88,80)
#404E47
(64,78,71)
#37443E
(55,68,62)
#2E3A35
(46,58,53)
#25302C
(37,48,44)
#1C2623
(28,38,35)
#131C1A
(19,28,26)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #64766B

#64766B
(100,118,107)
#728278
(114,130,120)
#808E85
(128,142,133)
#8E9A92
(142,154,146)
#9CA69F
(156,166,159)
#AAB2AC
(170,178,172)
#B8BEB9
(184,190,185)
#C6CAC6
(198,202,198)
#D4D6D3
(212,214,211)
#E2E2E0
(226,226,224)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64766B; }

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

This text font color is #64766B.

Background Color

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

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

This div background color is #64766B.

Border color

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

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

This div border color is #64766B.

Opacity

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

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

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

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

This text has shadow with #64766B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64766B.

Preview

Color preview on black background

This text has color #64766B on black background.


Color preview on white background

This text has color #64766B on white background.


Black color preview on #64766B background

This text has black color on #64766B background.


White color preview on #64766B background

This text has white color on #64766B background.


Related colors

Complementary color

Complementary color for #hex is #9B8994.


I love getcolorcode.com

Triadic colors

1 #6B6476 and #766B64 with #64766B are triadic colors.

2 #6B7664 and #76646B with #64766B are triadic colors.