Color: #FF766C

#FF766C Color Information

#FF766C is a light color. The closest websafe version is #FF766C. A complement of this color would be #6BF5FF, perceived brightness is 0.62, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 4°,a saturation of 99%, and a lightness of 71%.The HSV representation shows a hue of 4°, a saturation of 58%, and a value of 100%.

In a RGB color space, #FF766C is composed of 100% red, 46% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 54% magenta, 58% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 36.15, x: 0.5132, and y: 0.3519.

Color Code #FF766C

#FF766Crgb(255, 118, 108)
HEX
#FF766C
RGB
rgb(255, 118, 108)
HSL
hsl(4, 100%, 71%)
HSV
hsv(4, 58%, 100%)
CMYK
0%, 54%, 58%, 0%
XYZ
X: 52.73, Y: 36.15, Z: 13.86
Lab
L: 66.63, a: 52.71, b: 32.12
Name

Shades of Color #FF766C

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

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

#FF766Crgb(255, 118, 108)

About #FF766C Color Code

In the HSL color space, this color has a hue angle of 4°, a saturation of 100%, and a lightness of 71%. The HSV representation shows a hue of 4°, a saturation of 58%, and a value of 100%.

  • HEX: #FF766C
  • RGB: rgb(255, 118, 108)
  • HSL: hsl(4, 100%, 71%)
  • HSV: hsv(4, 58%, 100%)
  • CMYK: 0.00% cyan, 54.00% magenta, 58.00% yellow, 0.00% black
  • XYZ: 52.73, 36.15, 13.86
  • Yxy: 36.15, 0.5132, 0.3519
  • Hunter Lab: 66.63, 52.71, 32.12
  • CIE-Lab: 66.63, 52.71, 32.12

In the XYZ color space, this color is represented as X: 52.73, Y: 36.15, Z: 13.86. The Yxy representation further refines this as Y: 36.15, x: 0.5132, and y: 0.3519.

In the Hunter Lab color space, this color is represented as L: 66.63, a: 52.71, and b: 32.12. Similarly, in the CIE-Lab color space, it is represented as L: 66.63, a: 52.71, and b: 32.12.

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 #FF766C

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

Analogous Colors of #FF766C

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

Split Complementary Colors of #FF766C

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

Tetradic Colors of #FF766C

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

Monochromatic Colors of #FF766C

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

Complementary Color of #FF766C

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

/* Using HEX */
body {
  background-color: #ff766c;
}
/* Using RGB */
body {
  background-color: rgb(255, 118, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(255, 118, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(4, 100%, 71%);
}
/* Text color */
p {
  color: #ff766c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ff766c;
}
/* Border color */
.box {
  border: 4px solid #ff766c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ff766c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ff766c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FF766C
On Black Background
#FF766C
On White Background
#FF766C

HTML Examples of #FF766C

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

Related Colors of #FF766C

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