COLOR #64776D

HEX: #64776D
RGB: (100,119,109)

Color info

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

RGB color model

#64776D color RGB value is (100,119,109).

  • red value is 100;
  • green value is 119;
  • blue value is 109.
RGB:
(100,119,109)
(39%,47%,43%)

RGB channels and saturation

R 100 of 255 = 39%
G 119 of 255 = 47%
B 109 of 255 = 43%

100
119
109

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

Portions of RGB colors in percentages

R + G + B =
100 + 119 + 109 = 328 (100%)
R 100 of 328 ~ 30.49%
G 119 of 328 ~ 36.28%
B 109 of 328 ~ 33.23%

%30.49
%36.28
%33.23

CMYK color model

#64776D color CMYK value is (16,0,8,53).

  • cyan value is 15.97%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 53.33%
CMYK:
(16,0,8,53)
C16M0Y8K53 
(16%,0%,8%,53%)
(0.16/0.00/0.08/0.53)	

CMYK percentages

%15.97
%0
%8.4
%53.33

Codes

Color #64776D in popluar color models

64776D
RGB100119109
HSL148°8.68%42.94%
HSB/HSV148°15.97%46.67%
CMYK15.97%0.00%8.40%
53.33%

Color #64776D in popluar number systems.

HEX64776D
Decimal100119109
Binary110010011101111101101
Octal144167155

Shades and tints

Shades of #64776D

#64776D
(100,119,109)
#5B6D64
(91,109,100)
#52635B
(82,99,91)
#495952
(73,89,82)
#404F49
(64,79,73)
#374540
(55,69,64)
#2E3B37
(46,59,55)
#25312E
(37,49,46)
#1C2725
(28,39,37)
#131D1C
(19,29,28)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #64776D

#64776D
(100,119,109)
#72837A
(114,131,122)
#808F87
(128,143,135)
#8E9B94
(142,155,148)
#9CA7A1
(156,167,161)
#AAB3AE
(170,179,174)
#B8BFBB
(184,191,187)
#C6CBC8
(198,203,200)
#D4D7D5
(212,215,213)
#E2E3E2
(226,227,226)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64776D; }

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

This text font color is #64776D.


Background Color

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

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

This div background color is #64776D.


Border color

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

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

This div border color is #64776D.


Opacity

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

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

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

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

This text has shadow with #64776D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64776D on black background.


Color preview on white background

This text has color #64776D on white background.



Black color preview on #64776D background

This text has black color on #64776D background.


White color preview on #64776D background

This text has white color on #64776D background.