Color: #72A776
#72A776 Color Information
#72A776 is a light color. The closest websafe version is #72A776. A complement of this color would be #A772A2, perceived brightness is 0.57, and the grayscale version is #8D8D8D.
In the HSL color space, this color has a hue angle of 125°,a saturation of 23%, and a lightness of 55%.The HSV representation shows a hue of 125°, a saturation of 32%, and a value of 65%.
In a RGB color space, #72A776 is composed of 45% red, 65% green and 46% blue. Whereas in a CMYK color space, it is composed of 32% cyan, 0% magenta, 29% yellow and 35% black.
In the Yxy color space, this color is represented as Y: 32.54, x: 0.3340, and y: 0.4381.
Color Code #72A776
Shades of Color #72A776
Shades are created by darkening the original color #72A776 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 #72A776
Tints are created by lightening the original color #72A776 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.
About #72A776 Color Code
In the HSL color space, this color has a hue angle of 125°, a saturation of 23%, and a lightness of 55%. The HSV representation shows a hue of 125°, a saturation of 32%, and a value of 65%.
- HEX: #72A776
- RGB: rgb(114, 167, 118)
- HSL: hsl(125, 23%, 55%)
- HSV: hsv(125, 32%, 65%)
- CMYK: 32.00% cyan, 0.00% magenta, 29.00% yellow, 35.00% black
- XYZ: 24.81, 32.54, 16.93
- Yxy: 32.54, 0.3340, 0.4381
- Hunter Lab: 63.79, -25.91, 19.62
- CIE-Lab: 63.79, -25.91, 19.62
In the XYZ color space, this color is represented as X: 24.81, Y: 32.54, Z: 16.93. The Yxy representation further refines this as Y: 32.54, x: 0.3340, and y: 0.4381.
In the Hunter Lab color space, this color is represented as L: 63.79, a: -25.91, and b: 19.62. Similarly, in the CIE-Lab color space, it is represented as L: 63.79, a: -25.91, and b: 19.62.
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 #72A776
Triadic colors are three colors evenly spaced around the color wheel, including #72A776. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #72A776
Split complementary colors are two colors adjacent to the complementary color of #72A776. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #72A776
Monochromatic colors are variations of #72A776, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #72A776
The complementary color of #72A776 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 #72A776
/* Using HEX */ body { background-color: #72a776; }
/* Using RGB */ body { background-color: rgb(114, 167, 118); }
/* Using RGB with opacity */ body { background-color: rgba(114, 167, 118, 0.5); }
/* Using HSL */ body { background-color: hsl(125, 23%, 55%); }
/* Text color */ p { color: #72a776; }
/* Box shadow */ div { box-shadow: 4px 4px #72a776; }
/* Border color */ .box { border: 4px solid #72a776; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #72a776; }
/* Background with text */ div { background: #72a776; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #72A776
<!-- Using HEX --> <div style="background-color: #72a776; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(114, 167, 118); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(114, 167, 118, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(125, 23%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #72a776;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #72a776; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #72a776; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #72a776;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #72a776; color: #fff; padding: 16px; border-radius: 8px;"> #72A776 </div>
Related Colors of #72A776
These colors are similar to #72A776, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.