Color: #64737C

#64737C Color Information

#64737C is a dark color. The closest websafe version is #64737C. A complement of this color would be #7D6D64, perceived brightness is 0.44, and the grayscale version is #707070.

In the HSL color space, this color has a hue angle of 203°,a saturation of 11%, and a lightness of 44%.The HSV representation shows a hue of 203°, a saturation of 19%, and a value of 49%.

In a RGB color space, #64737C is composed of 39% red, 45% green and 49% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 7% magenta, 0% yellow and 51% black.

In the Yxy color space, this color is represented as Y: 16.35, x: 0.3158, and y: 0.3433.

Color Code #64737C

#64737Crgb(100, 115, 124)
HEX
#64737C
RGB
rgb(100, 115, 124)
HSL
hsl(203, 11%, 44%)
HSV
hsv(203, 19%, 49%)
CMYK
19%, 7%, 0%, 51%
XYZ
X: 15.04, Y: 16.35, Z: 16.24
Lab
L: 47.43, a: -4.23, b: -6.97
Name

Shades of Color #64737C

Shades are created by darkening the original color #64737C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #64737C

Tints are created by lightening the original color #64737C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#64737Crgb(100, 115, 124)

About #64737C Color Code

In the HSL color space, this color has a hue angle of 203°, a saturation of 11%, and a lightness of 44%. The HSV representation shows a hue of 203°, a saturation of 19%, and a value of 49%.

  • HEX: #64737C
  • RGB: rgb(100, 115, 124)
  • HSL: hsl(203, 11%, 44%)
  • HSV: hsv(203, 19%, 49%)
  • CMYK: 19.00% cyan, 7.00% magenta, 0.00% yellow, 51.00% black
  • XYZ: 15.04, 16.35, 16.24
  • Yxy: 16.35, 0.3158, 0.3433
  • Hunter Lab: 47.43, -4.23, -6.97
  • CIE-Lab: 47.43, -4.23, -6.97

In the XYZ color space, this color is represented as X: 15.04, Y: 16.35, Z: 16.24. The Yxy representation further refines this as Y: 16.35, x: 0.3158, and y: 0.3433.

In the Hunter Lab color space, this color is represented as L: 47.43, a: -4.23, and b: -6.97. Similarly, in the CIE-Lab color space, it is represented as L: 47.43, a: -4.23, and b: -6.97.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #64737C

Triadic colors are three colors evenly spaced around the color wheel, including #64737C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #64737C

Analogous colors are adjacent to #64737C on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #64737C

Monochromatic colors are variations of #64737C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #64737C

The complementary color of #64737C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #64737C

/* Using HEX */
body {
  background-color: #64737c;
}
/* Using RGB */
body {
  background-color: rgb(100, 115, 124);
}
/* Using RGB with opacity */
body {
  background-color: rgba(100, 115, 124, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(203, 11%, 44%);
}
/* Text color */
p {
  color: #64737c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #64737c;
}
/* Border color */
.box {
  border: 4px solid #64737c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #64737c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #64737c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#64737C
On Black Background
#64737C
On White Background
#64737C

HTML Examples of #64737C

<!-- Using HEX -->
<div style="background-color: #64737c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(100, 115, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(100, 115, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(203, 11%, 44%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #64737c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #64737c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #64737c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #64737c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #64737c; color: #fff; padding: 16px; border-radius: 8px;">
  #64737C
</div>
#64737C
On Black Background
#64737C
On White Background
#64737C

Related Colors of #64737C

These colors are similar to #64737C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.