Color Hex Logo

#d79a7e Color Hex

#D79A7E
(215,154,126)
0 Favorites   0 Comments

Color spaces of #d79a7e

RGB 215154126
HSL0.050.530.67
HSV19°41°84°
CMYK 0.000.280.41   0.16
XYZ43.345839.064624.9943
Yxy39.06460.40360.3637
Hunter Lab62.501714.414320.0412
CIE-Lab68.798019.354323.7446

#d79a7e color RGB value is (215,154,126).

#d79a7e hex color red value is 215, green value is 154 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d79a7e hue: 0.05 , saturation: 0.53 and the lightness value of d79a7e is 0.67.

The process color (four color CMYK) of #d79a7e color hex is 0.00, 0.28, 0.41, 0.16. Web safe color of #d79a7e is #cc9966. Color #d79a7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011010 01111110
Octal 327 232 176
Decimal 215 154 126
Hex D7 9A 7E

RGB Percentages of Color #d79a7e

%43.43
%31.11
%25.45

CMYK Percentages of Color #d79a7e

%0
%28
%41
%16

Triadic Colors of #d79a7e

#d79a7e #7ed79a #9a7ed7

Analogous Colors of #d79a7e

#d79a7e #d7c77e #d77e8f

Monochromatic Colors of #d79a7e

#d79a7e

Complementary Color

#d79a7e #7ebbd7

#d79a7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79a7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79a7e Color CSS Codes

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

#d79a7e Text Font Color

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

This sample text font color is #d79a7e
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.


#d79a7e Background Color

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

This div background color is #d79a7e


#d79a7e Border Color

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

This div border color is #d79a7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,154,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d79a7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d79a7e;
  -webkit-box-shadow: 1px 1px 3px 2px #d79a7e;
  box-shadow:         1px 1px 3px 2px #d79a7e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,154,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79a7e


Comments

No comments written yet.

Please login to write comment.