Color Hex Logo

#64727c Color Hex

#64727C
(100,114,124)
0 Favorites   0 Comments

Color spaces of #64727c

RGB 100114124
HSL0.570.110.44
HSV205°19°49°
CMYK 0.190.080.00   0.51
XYZ14.910916.199221.4096
Yxy16.19920.28390.3084
Hunter Lab40.2482-4.3049-3.3649
CIE-Lab47.2348-2.8982-7.2745

#64727c color RGB value is (100,114,124).

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

The process color (four color CMYK) of #64727c color hex is 0.19, 0.08, 0.00, 0.51. Web safe color of #64727c is #666666. Color #64727c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110010 01111100
Octal 144 162 174
Decimal 100 114 124
Hex 64 72 7C

RGB Percentages of Color #64727c

%29.59
%33.73
%36.69

CMYK Percentages of Color #64727c

%19
%8
%0
%51

Triadic Colors of #64727c

#64727c #7c6472 #727c64

Analogous Colors of #64727c

#64727c #64667c #647c7a

Monochromatic Colors of #64727c

#64727c

Complementary Color

#64727c #7c6e64

#64727c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64727c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64727c Color CSS Codes

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

#64727c Text Font Color

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

This sample text font color is #64727c
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.


#64727c Background Color

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

This div background color is #64727c


#64727c Border Color

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

This div border color is #64727c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #64727c;
  -webkit-box-shadow: 1px 1px 3px 2px #64727c;
  box-shadow:         1px 1px 3px 2px #64727c;">
Div content here</div>

This div box has shadow with color #64727c


Comments

No comments written yet.

Please login to write comment.