COLOR #64787F

HEX: #64787F RGB: (100,120,127)

Color info

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

RGB color model

#64787F color RGB value is (100,120,127).

RGB: (100,120,127) (39%, 47%, 50%)

RGB channels and saturation

R 100 of 255 = 39%
G 120 of 255 = 47%
B 127 of 255 = 50%

100
120
127

R + G + B ~ 45%. #64787F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 120 + 127 = 347 (100%)
R 100 of 347 ~ 28.82%
G 120 of 347 ~ 34.58%
B 127 of 347 ~ 36.6'%

%28.82
%34.58
%36.6

CMYK color model

#64787F color CMYK value is (21,6,0,50).

  • cyan value is 21.26%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (21,6,0,50)
C21M6Y0K50 (21%, 6%, 0%, 50%)
(0.21 / 0.06 / 0.00 / 0.50)

CMYK percentages

%21.26
%5.51
%0
%50.2

Codes

Color #64787F in popluar color models

64 78 7F
RGB 100 120 127
HSL 196° 11.89% 44.51%
HSB/HSV 196° 21.26% 49.80%
CMYK 21.26% 5.51% 0.00%
50.20%

Color #64787F in popluar number systems.

HEX 64 78 7F
Decimal 100 120 127
Binary 1100100 1111000 1111111
Octal 144 170 177

Shades and tints

Shades of #64787F

#64787F
(100,120,127)
#5B6E74
(91,110,116)
#526469
(82,100,105)
#495A5E
(73,90,94)
#405053
(64,80,83)
#374648
(55,70,72)
#2E3C3D
(46,60,61)
#253232
(37,50,50)
#1C2827
(28,40,39)
#131E1C
(19,30,28)
#0A1411
(10,20,17)
#000000
(0,0,0)

Tints of #64787F

#64787F
(100,120,127)
#72848A
(114,132,138)
#809095
(128,144,149)
#8E9CA0
(142,156,160)
#9CA8AB
(156,168,171)
#AAB4B6
(170,180,182)
#B8C0C1
(184,192,193)
#C6CCCC
(198,204,204)
#D4D8D7
(212,216,215)
#E2E4E2
(226,228,226)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64787F color. Also use rgb(100,120,127) instead hex code.

Text Font Color

.myTextColor { color: #64787F; }

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

This text font color is #64787F.

Background Color

.myBgColor { background-color: #64787F; }

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

This div background color is #64787F.

Border color

.myBorderColor { border: 1px solid #64787F; }

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

This div border color is #64787F.

Opacity

.myOpacity80 { color: #64787F; opacity: 0.8; }

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

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

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

This text has shadow with #64787F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64787F.

Preview

Color preview on black background

This text has color #64787F on black background.


Color preview on white background

This text has color #64787F on white background.


Black color preview on #64787F background

This text has black color on #64787F background.


White color preview on #64787F background

This text has white color on #64787F background.


Related colors

Complementary color

Complementary color for #hex is #9B8780.


I love getcolorcode.com

Triadic colors

1 #7F6478 and #787F64 with #64787F are triadic colors.

2 #7F7864 and #78647F with #64787F are triadic colors.