Color: #737F86

#737F86 Color Information

#737F86 is a dark color. The closest websafe version is #737F86. A complement of this color would be #877A73, perceived brightness is 0.49, and the grayscale version is #7D7D7D.

In the HSL color space, this color has a hue angle of 202°,a saturation of 8%, and a lightness of 49%.The HSV representation shows a hue of 202°, a saturation of 14%, and a value of 53%.

In a RGB color space, #737F86 is composed of 45% red, 50% green and 53% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 5% magenta, 0% yellow and 47% black.

In the Yxy color space, this color is represented as Y: 20.47, x: 0.3238, and y: 0.3478.

Color Code #737F86

#737F86rgb(115, 127, 134)
HEX
#737F86
RGB
rgb(115, 127, 134)
HSL
hsl(202, 8%, 49%)
HSV
hsv(202, 14%, 53%)
CMYK
14%, 5%, 0%, 47%
XYZ
X: 19.06, Y: 20.47, Z: 19.33
Lab
L: 52.37, a: -3.43, b: -5.40
Name

Shades of Color #737F86

Shades are created by darkening the original color #737F86 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 #737F86

Tints are created by lightening the original color #737F86 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.

#737F86rgb(115, 127, 134)

About #737F86 Color Code

In the HSL color space, this color has a hue angle of 202°, a saturation of 8%, and a lightness of 49%. The HSV representation shows a hue of 202°, a saturation of 14%, and a value of 53%.

  • HEX: #737F86
  • RGB: rgb(115, 127, 134)
  • HSL: hsl(202, 8%, 49%)
  • HSV: hsv(202, 14%, 53%)
  • CMYK: 14.00% cyan, 5.00% magenta, 0.00% yellow, 47.00% black
  • XYZ: 19.06, 20.47, 19.33
  • Yxy: 20.47, 0.3238, 0.3478
  • Hunter Lab: 52.37, -3.43, -5.40
  • CIE-Lab: 52.37, -3.43, -5.40

In the XYZ color space, this color is represented as X: 19.06, Y: 20.47, Z: 19.33. The Yxy representation further refines this as Y: 20.47, x: 0.3238, and y: 0.3478.

In the Hunter Lab color space, this color is represented as L: 52.37, a: -3.43, and b: -5.40. Similarly, in the CIE-Lab color space, it is represented as L: 52.37, a: -3.43, and b: -5.40.

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 #737F86

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

Analogous Colors of #737F86

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

Split Complementary Colors of #737F86

Split complementary colors are two colors adjacent to the complementary color of #737F86. They create a balanced and visually appealing color scheme.

Tetradic Colors of #737F86

Tetradic colors form a rectangle on the color wheel, including #737F86. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #737F86

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

Complementary Color of #737F86

The complementary color of #737F86 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 #737F86

/* Using HEX */
body {
  background-color: #737f86;
}
/* Using RGB */
body {
  background-color: rgb(115, 127, 134);
}
/* Using RGB with opacity */
body {
  background-color: rgba(115, 127, 134, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(202, 8%, 49%);
}
/* Text color */
p {
  color: #737f86;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #737f86;
}
/* Border color */
.box {
  border: 4px solid #737f86;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #737f86;
}
Text Shadow Preview
/* Background with text */
div {
  background: #737f86;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#737F86
On Black Background
#737F86
On White Background
#737F86

HTML Examples of #737F86

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

Related Colors of #737F86

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