COLOR #64727A

HEX: #64727A RGB: (100,114,122)

Color info

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

RGB color model

#64727A color RGB value is (100,114,122).

RGB: (100,114,122) (39%, 45%, 48%)

RGB channels and saturation

R 100 of 255 = 39%
G 114 of 255 = 45%
B 122 of 255 = 48%

100
114
122

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

Portions of RGB colors in percentages

R + G + B = 100 + 114 + 122 = 336 (100%)
R 100 of 336 ~ 29.76%
G 114 of 336 ~ 33.93%
B 122 of 336 ~ 36.31'%

%29.76
%33.93
%36.31

CMYK color model

#64727A color CMYK value is (18,7,0,52).

  • cyan value is 18.03%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (18,7,0,52)
C18M7Y0K52 (18%, 7%, 0%, 52%)
(0.18 / 0.07 / 0.00 / 0.52)

CMYK percentages

%18.03
%6.56
%0
%52.16

Codes

Color #64727A in popluar color models

64 72 7A
RGB 100 114 122
HSL 202° 9.91% 43.53%
HSB/HSV 202° 18.03% 47.84%
CMYK 18.03% 6.56% 0.00%
52.16%

Color #64727A in popluar number systems.

HEX 64 72 7A
Decimal 100 114 122
Binary 1100100 1110010 1111010
Octal 144 162 172

Shades and tints

Shades of #64727A

#64727A
(100,114,122)
#5B686F
(91,104,111)
#525E64
(82,94,100)
#495459
(73,84,89)
#404A4E
(64,74,78)
#374043
(55,64,67)
#2E3638
(46,54,56)
#252C2D
(37,44,45)
#1C2222
(28,34,34)
#131817
(19,24,23)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #64727A

#64727A
(100,114,122)
#727E86
(114,126,134)
#808A92
(128,138,146)
#8E969E
(142,150,158)
#9CA2AA
(156,162,170)
#AAAEB6
(170,174,182)
#B8BAC2
(184,186,194)
#C6C6CE
(198,198,206)
#D4D2DA
(212,210,218)
#E2DEE6
(226,222,230)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64727A; }

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

This text font color is #64727A.

Background Color

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

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

This div background color is #64727A.

Border color

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

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

This div border color is #64727A.

Opacity

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

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

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

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

This text has shadow with #64727A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64727A.

Preview

Color preview on black background

This text has color #64727A on black background.


Color preview on white background

This text has color #64727A on white background.


Black color preview on #64727A background

This text has black color on #64727A background.


White color preview on #64727A background

This text has white color on #64727A background.


Related colors

Complementary color

Complementary color for #hex is #9B8D85.


I love getcolorcode.com

Triadic colors

1 #7A6472 and #727A64 with #64727A are triadic colors.

2 #7A7264 and #72647A with #64727A are triadic colors.