Color Hex Logo

#d9776e Color Hex

#D9776E
(217,119,110)
0 Favorites   0 Comments

Color spaces of #d9776e

RGB 217119110
HSL0.010.580.64
HSV49°85°
CMYK 0.000.450.49   0.15
XYZ38.026629.071218.3589
Yxy29.07120.44500.3402
Hunter Lab53.917731.534917.5542
CIE-Lab60.844437.202421.9997

#d9776e color RGB value is (217,119,110).

#d9776e hex color red value is 217, green value is 119 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #d9776e hue: 0.01 , saturation: 0.58 and the lightness value of d9776e is 0.64.

The process color (four color CMYK) of #d9776e color hex is 0.00, 0.45, 0.49, 0.15. Web safe color of #d9776e is #cc6666. Color #d9776e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110111 01101110
Octal 331 167 156
Decimal 217 119 110
Hex D9 77 6E

RGB Percentages of Color #d9776e

%48.65
%26.68
%24.66

CMYK Percentages of Color #d9776e

%0
%45
%49
%15

Triadic Colors of #d9776e

#d9776e #6ed977 #776ed9

Analogous Colors of #d9776e

#d9776e #d9ad6e #d96e9b

Monochromatic Colors of #d9776e

#d9776e

Complementary Color

#d9776e #6ed0d9

#d9776e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9776e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9776e Color CSS Codes

.mybgcolor {background-color:#d9776e; } 
.myforecolor {color:#d9776e; }
.mybordercolor {border:3px solid #d9776e; }

#d9776e Text Font Color

<p style="color:#d9776e">Text here</p>

This sample text font color is #d9776e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d9776e Background Color

<div style="background-color:#d9776e">
Div content here</div>

This div background color is #d9776e


#d9776e Border Color

<div style="border:3px solid #d9776e">
Div here</div>

This div border color is #d9776e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,119,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9776e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9776e;
  -webkit-box-shadow: 1px 1px 3px 2px #d9776e;
  box-shadow:         1px 1px 3px 2px #d9776e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,119,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d9776e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d9776e;
  -webkit-box-shadow: 1px 1px 3px 2px #d9776e;
  box-shadow:         1px 1px 3px 2px #d9776e;">
Div content here</div>

This div box has shadow with color #d9776e


Comments

No comments written yet.

Please login to write comment.