Color Hex Logo

#64767c Color Hex

#64767C
(100,118,124)
0 Favorites   0 Comments

Color spaces of #64767c

RGB 100118124
HSL0.540.110.44
HSV195°19°49°
CMYK 0.190.050.00   0.51
XYZ15.372117.121421.5634
Yxy17.12140.28440.3167
Hunter Lab41.3780-6.0980-1.9333
CIE-Lab48.4126-5.2232-5.5215

#64767c color RGB value is (100,118,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110110 01111100
Octal 144 166 174
Decimal 100 118 124
Hex 64 76 7C

RGB Percentages of Color #64767c

%29.24
%34.50
%36.26

CMYK Percentages of Color #64767c

%19
%5
%0
%51

Triadic Colors of #64767c

#64767c #7c6476 #767c64

Analogous Colors of #64767c

#64767c #646a7c #647c76

Monochromatic Colors of #64767c

#64767c

Complementary Color

#64767c #7c6a64

#64767c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64767c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64767c Color CSS Codes

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

#64767c Text Font Color

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

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


#64767c Background Color

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

This div background color is #64767c


#64767c Border Color

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

This div border color is #64767c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,118,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 #64767c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64767c


Comments

No comments written yet.

Please login to write comment.