Color Hex Logo

#64757f Color Hex

#64757F
(100,117,127)
0 Favorites   0 Comments

Color spaces of #64757f

RGB 100117127
HSL0.560.120.45
HSV202°21°50°
CMYK 0.210.080.00   0.50
XYZ15.447616.964222.5389
Yxy16.96420.28110.3087
Hunter Lab41.1876-5.1311-3.6136
CIE-Lab48.2149-3.9256-7.5945

#64757f color RGB value is (100,117,127).

#64757f hex color red value is 100, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #64757f hue: 0.56 , saturation: 0.12 and the lightness value of 64757f is 0.45.

The process color (four color CMYK) of #64757f color hex is 0.21, 0.08, 0.00, 0.50. Web safe color of #64757f is #666666. Color #64757f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110101 01111111
Octal 144 165 177
Decimal 100 117 127
Hex 64 75 7F

RGB Percentages of Color #64757f

%29.07
%34.01
%36.92

CMYK Percentages of Color #64757f

%21
%8
%0
%50

Triadic Colors of #64757f

#64757f #7f6475 #757f64

Analogous Colors of #64757f

#64757f #64687f #647f7c

Monochromatic Colors of #64757f

#64757f

Complementary Color

#64757f #7f6e64

#64757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64757f Color CSS Codes

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

#64757f Text Font Color

<p style="color:#64757f">Text here</p>

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


#64757f Background Color

<div style="background-color:#64757f">
Div content here</div>

This div background color is #64757f


#64757f Border Color

<div style="border:3px solid #64757f">
Div here</div>

This div border color is #64757f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,117,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64757f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64757f;
  -webkit-box-shadow: 1px 1px 3px 2px #64757f;
  box-shadow:         1px 1px 3px 2px #64757f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64757f


Comments

No comments written yet.

Please login to write comment.