Color Hex Logo

#a77c6e Color Hex

#A77C6E
(167,124,110)
0 Favorites   0 Comments

Color spaces of #a77c6e

RGB 167124110
HSL0.040.240.54
HSV15°34°65°
CMYK 0.000.260.34   0.35
XYZ25.958523.756617.9692
Yxy23.75660.38350.3510
Hunter Lab48.74079.769812.2601
CIE-Lab55.843314.732914.1644

#a77c6e color RGB value is (167,124,110).

#a77c6e hex color red value is 167, green value is 124 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a77c6e hue: 0.04 , saturation: 0.24 and the lightness value of a77c6e is 0.54.

The process color (four color CMYK) of #a77c6e color hex is 0.00, 0.26, 0.34, 0.35. Web safe color of #a77c6e is #996666. Color #a77c6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111100 01101110
Octal 247 174 156
Decimal 167 124 110
Hex A7 7C 6E

RGB Percentages of Color #a77c6e

%41.65
%30.92
%27.43

CMYK Percentages of Color #a77c6e

%0
%26
%34
%35

Triadic Colors of #a77c6e

#a77c6e #6ea77c #7c6ea7

Analogous Colors of #a77c6e

#a77c6e #a7996e #a76e7d

Monochromatic Colors of #a77c6e

#a77c6e

Complementary Color

#a77c6e #6e99a7

#a77c6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77c6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77c6e Color CSS Codes

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

#a77c6e Text Font Color

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

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


#a77c6e Background Color

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

This div background color is #a77c6e


#a77c6e Border Color

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

This div border color is #a77c6e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,124,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 #a77c6e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77c6e


Comments

No comments written yet.

Please login to write comment.