Color Hex Logo

#64727e Color Hex

#64727E
(100,114,126)
0 Favorites   0 Comments

Color spaces of #64727e

RGB 100114126
HSL0.580.120.44
HSV208°21°49°
CMYK 0.210.100.00   0.51
XYZ15.038716.250322.0827
Yxy16.25030.28180.3045
Hunter Lab40.3117-3.9541-4.2609
CIE-Lab47.3012-2.4163-8.3662

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

#64727e hex color red value is 100, green value is 114 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #64727e hue: 0.58 , saturation: 0.12 and the lightness value of 64727e is 0.44.

The process color (four color CMYK) of #64727e color hex is 0.21, 0.10, 0.00, 0.51. Web safe color of #64727e is #666666. Color #64727e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110010 01111110
Octal 144 162 176
Decimal 100 114 126
Hex 64 72 7E

RGB Percentages of Color #64727e

%29.41
%33.53
%37.06

CMYK Percentages of Color #64727e

%21
%10
%0
%51

Triadic Colors of #64727e

#64727e #7e6472 #727e64

Analogous Colors of #64727e

#64727e #64657e #647e7d

Monochromatic Colors of #64727e

#64727e

Complementary Color

#64727e #7e7064

#64727e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64727e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64727e Color CSS Codes

.mybgcolor {background-color:#64727e; } 
.myforecolor {color:#64727e; }
.mybordercolor {border:3px solid #64727e; }

#64727e Text Font Color

<p style="color:#64727e">Text here</p>

This sample text font color is #64727e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#64727e Background Color

<div style="background-color:#64727e">
Div content here</div>

This div background color is #64727e


#64727e Border Color

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

This div border color is #64727e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,114,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64727e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64727e;
  -webkit-box-shadow: 1px 1px 3px 2px #64727e;
  box-shadow:         1px 1px 3px 2px #64727e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,114,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #64727e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<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


Comments

No comments written yet.

Please login to write comment.