Color Hex Logo

#64797d Color Hex

#64797D
(100,121,125)
0 Favorites   0 Comments

Color spaces of #64797d

RGB 100121125
HSL0.530.110.44
HSV190°20°49°
CMYK 0.200.030.00   0.51
XYZ15.794617.864722.0178
Yxy17.86470.28370.3209
Hunter Lab42.2667-7.2631-1.2990
CIE-Lab49.3316-6.7110-4.7503

#64797d color RGB value is (100,121,125).

#64797d hex color red value is 100, green value is 121 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #64797d hue: 0.53 , saturation: 0.11 and the lightness value of 64797d is 0.44.

The process color (four color CMYK) of #64797d color hex is 0.20, 0.03, 0.00, 0.51. Web safe color of #64797d is #666666. Color #64797d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111001 01111101
Octal 144 171 175
Decimal 100 121 125
Hex 64 79 7D

RGB Percentages of Color #64797d

%28.90
%34.97
%36.13

CMYK Percentages of Color #64797d

%20
%3
%0
%51

Triadic Colors of #64797d

#64797d #7d6479 #797d64

Analogous Colors of #64797d

#64797d #646d7d #647d75

Monochromatic Colors of #64797d

#64797d

Complementary Color

#64797d #7d6864

#64797d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64797d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64797d Color CSS Codes

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

#64797d Text Font Color

<p style="color:#64797d">Text here</p>

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


#64797d Background Color

<div style="background-color:#64797d">
Div content here</div>

This div background color is #64797d


#64797d Border Color

<div style="border:3px solid #64797d">
Div here</div>

This div border color is #64797d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,121,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64797d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64797d;
  -webkit-box-shadow: 1px 1px 3px 2px #64797d;
  box-shadow:         1px 1px 3px 2px #64797d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64797d


Comments

No comments written yet.

Please login to write comment.