COLOR #64727E

HEX: #64727E RGB: (100,114,126)

Color info

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

RGB color model

#64727E color RGB value is (100,114,126).

RGB: (100,114,126) (39%, 45%, 49%)

RGB channels and saturation

R 100 of 255 = 39%
G 114 of 255 = 45%
B 126 of 255 = 49%

100
114
126

R + G + B ~ 44%. #64727E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 114 + 126 = 340 (100%)
R 100 of 340 ~ 29.41%
G 114 of 340 ~ 33.53%
B 126 of 340 ~ 37.06'%

%29.41
%33.53
%37.06

CMYK color model

#64727E color CMYK value is (21,10,0,51).

  • cyan value is 20.63%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (21,10,0,51)
C21M10Y0K51 (21%, 10%, 0%, 51%)
(0.21 / 0.10 / 0.00 / 0.51)

CMYK percentages

%20.63
%9.52
%0
%50.59

Codes

Color #64727E in popluar color models

64 72 7E
RGB 100 114 126
HSL 208° 11.50% 44.31%
HSB/HSV 208° 20.63% 49.41%
CMYK 20.63% 9.52% 0.00%
50.59%

Color #64727E in popluar number systems.

HEX 64 72 7E
Decimal 100 114 126
Binary 1100100 1110010 1111110
Octal 144 162 176

Shades and tints

Shades of #64727E

#64727E
(100,114,126)
#5B6873
(91,104,115)
#525E68
(82,94,104)
#49545D
(73,84,93)
#404A52
(64,74,82)
#374047
(55,64,71)
#2E363C
(46,54,60)
#252C31
(37,44,49)
#1C2226
(28,34,38)
#13181B
(19,24,27)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #64727E

#64727E
(100,114,126)
#727E89
(114,126,137)
#808A94
(128,138,148)
#8E969F
(142,150,159)
#9CA2AA
(156,162,170)
#AAAEB5
(170,174,181)
#B8BAC0
(184,186,192)
#C6C6CB
(198,198,203)
#D4D2D6
(212,210,214)
#E2DEE1
(226,222,225)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64727E color. Also use rgb(100,114,126) instead hex code.

Text Font Color

.myTextColor { color: #64727E; }

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

This text font color is #64727E.

Background Color

.myBgColor { background-color: #64727E; }

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

This div background color is #64727E.

Border color

.myBorderColor { border: 1px solid #64727E; }

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

This div border color is #64727E.

Opacity

.myOpacity80 { color: #64727E; opacity: 0.8; }

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

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

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

This text has shadow with #64727E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64727E.

Preview

Color preview on black background

This text has color #64727E on black background.


Color preview on white background

This text has color #64727E on white background.


Black color preview on #64727E background

This text has black color on #64727E background.


White color preview on #64727E background

This text has white color on #64727E background.


Related colors

Complementary color

Complementary color for #hex is #9B8D81.


I love getcolorcode.com

Triadic colors

1 #7E6472 and #727E64 with #64727E are triadic colors.

2 #7E7264 and #72647E with #64727E are triadic colors.