Color: #74842E

#74842E Color Information

#74842E is a dark color. The closest websafe version is #74842E. A complement of this color would be #3E2E84, perceived brightness is 0.46, and the grayscale version is #595959.

In the HSL color space, this color has a hue angle of 71°,a saturation of 48%, and a lightness of 35%.The HSV representation shows a hue of 71°, a saturation of 65%, and a value of 52%.

In a RGB color space, #74842E is composed of 45% red, 52% green and 18% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 65% yellow and 48% black.

In the Yxy color space, this color is represented as Y: 20.59, x: 0.4029, and y: 0.4912.

Color Code #74842E

#74842Ergb(116, 132, 46)
HEX
#74842E
RGB
rgb(116, 132, 46)
HSL
hsl(71, 48%, 35%)
HSV
hsv(71, 65%, 52%)
CMYK
12%, 0%, 65%, 48%
XYZ
X: 16.89, Y: 20.59, Z: 4.44
Lab
L: 52.50, a: -15.49, b: 42.63
Name

Shades of Color #74842E

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

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

#74842Ergb(116, 132, 46)

About #74842E Color Code

In the HSL color space, this color has a hue angle of 71°, a saturation of 48%, and a lightness of 35%. The HSV representation shows a hue of 71°, a saturation of 65%, and a value of 52%.

  • HEX: #74842E
  • RGB: rgb(116, 132, 46)
  • HSL: hsl(71, 48%, 35%)
  • HSV: hsv(71, 65%, 52%)
  • CMYK: 12.00% cyan, 0.00% magenta, 65.00% yellow, 48.00% black
  • XYZ: 16.89, 20.59, 4.44
  • Yxy: 20.59, 0.4029, 0.4912
  • Hunter Lab: 52.50, -15.49, 42.63
  • CIE-Lab: 52.50, -15.49, 42.63

In the XYZ color space, this color is represented as X: 16.89, Y: 20.59, Z: 4.44. The Yxy representation further refines this as Y: 20.59, x: 0.4029, and y: 0.4912.

In the Hunter Lab color space, this color is represented as L: 52.50, a: -15.49, and b: 42.63. Similarly, in the CIE-Lab color space, it is represented as L: 52.50, a: -15.49, and b: 42.63.

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 #74842E

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

Analogous Colors of #74842E

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

Split Complementary Colors of #74842E

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

Tetradic Colors of #74842E

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

Monochromatic Colors of #74842E

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

Complementary Color of #74842E

The complementary color of #74842E 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 #74842E

/* Using HEX */
body {
  background-color: #74842e;
}
/* Using RGB */
body {
  background-color: rgb(116, 132, 46);
}
/* Using RGB with opacity */
body {
  background-color: rgba(116, 132, 46, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(71, 48%, 35%);
}
/* Text color */
p {
  color: #74842e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #74842e;
}
/* Border color */
.box {
  border: 4px solid #74842e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #74842e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #74842e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#74842E
On Black Background
#74842E
On White Background
#74842E

HTML Examples of #74842E

<!-- Using HEX -->
<div style="background-color: #74842e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(116, 132, 46); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(116, 132, 46, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(71, 48%, 35%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #74842e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #74842e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #74842e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #74842e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #74842e; color: #fff; padding: 16px; border-radius: 8px;">
  #74842E
</div>
#74842E
On Black Background
#74842E
On White Background
#74842E

Related Colors of #74842E

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