Color: #779D98

#779D98 Color Information

#779D98 is a light color. The closest websafe version is #779D98. A complement of this color would be #9C777C, perceived brightness is 0.57, and the grayscale version is #8A8A8A.

In the HSL color space, this color has a hue angle of 172°,a saturation of 16%, and a lightness of 54%.The HSV representation shows a hue of 172°, a saturation of 24%, and a value of 62%.

In a RGB color space, #779D98 is composed of 47% red, 62% green and 60% blue. Whereas in a CMYK color space, it is composed of 24% cyan, 0% magenta, 3% yellow and 38% black.

In the Yxy color space, this color is represented as Y: 30.18, x: 0.3125, and y: 0.3696.

Color Code #779D98

#779D98rgb(119, 157, 152)
HEX
#779D98
RGB
rgb(119, 157, 152)
HSL
hsl(172, 16%, 54%)
HSV
hsv(172, 24%, 62%)
CMYK
24%, 0%, 3%, 38%
XYZ
X: 25.52, Y: 30.18, Z: 25.96
Lab
L: 61.81, a: -14.35, b: -1.86
Name

Shades of Color #779D98

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

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

#779D98rgb(119, 157, 152)

About #779D98 Color Code

In the HSL color space, this color has a hue angle of 172°, a saturation of 16%, and a lightness of 54%. The HSV representation shows a hue of 172°, a saturation of 24%, and a value of 62%.

  • HEX: #779D98
  • RGB: rgb(119, 157, 152)
  • HSL: hsl(172, 16%, 54%)
  • HSV: hsv(172, 24%, 62%)
  • CMYK: 24.00% cyan, 0.00% magenta, 3.00% yellow, 38.00% black
  • XYZ: 25.52, 30.18, 25.96
  • Yxy: 30.18, 0.3125, 0.3696
  • Hunter Lab: 61.81, -14.35, -1.86
  • CIE-Lab: 61.81, -14.35, -1.86

In the XYZ color space, this color is represented as X: 25.52, Y: 30.18, Z: 25.96. The Yxy representation further refines this as Y: 30.18, x: 0.3125, and y: 0.3696.

In the Hunter Lab color space, this color is represented as L: 61.81, a: -14.35, and b: -1.86. Similarly, in the CIE-Lab color space, it is represented as L: 61.81, a: -14.35, and b: -1.86.

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 #779D98

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

Analogous Colors of #779D98

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

Split Complementary Colors of #779D98

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

Tetradic Colors of #779D98

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

Monochromatic Colors of #779D98

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

Complementary Color of #779D98

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

/* Using HEX */
body {
  background-color: #779d98;
}
/* Using RGB */
body {
  background-color: rgb(119, 157, 152);
}
/* Using RGB with opacity */
body {
  background-color: rgba(119, 157, 152, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(172, 16%, 54%);
}
/* Text color */
p {
  color: #779d98;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #779d98;
}
/* Border color */
.box {
  border: 4px solid #779d98;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #779d98;
}
Text Shadow Preview
/* Background with text */
div {
  background: #779d98;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#779D98
On Black Background
#779D98
On White Background
#779D98

HTML Examples of #779D98

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

Related Colors of #779D98

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