Color Hex Logo

#a77660 Color Hex

#A77660
(167,118,96)
0 Favorites   0 Comments

Color spaces of #a77660

RGB 16711896
HSL0.050.290.52
HSV19°43°65°
CMYK 0.000.290.43   0.35
XYZ24.526122.016914.0233
Yxy22.01690.40490.3635
Hunter Lab46.922211.187715.1259
CIE-Lab54.044916.404219.7659

#a77660 color RGB value is (167,118,96).

#a77660 hex color red value is 167, green value is 118 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a77660 hue: 0.05 , saturation: 0.29 and the lightness value of a77660 is 0.52.

The process color (four color CMYK) of #a77660 color hex is 0.00, 0.29, 0.43, 0.35. Web safe color of #a77660 is #996666. Color #a77660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110110 01100000
Octal 247 166 140
Decimal 167 118 96
Hex A7 76 60

RGB Percentages of Color #a77660

%43.83
%30.97
%25.20

CMYK Percentages of Color #a77660

%0
%29
%43
%35

Triadic Colors of #a77660

#a77660 #60a776 #7660a7

Analogous Colors of #a77660

#a77660 #a79a60 #a7606e

Monochromatic Colors of #a77660

#a77660

Complementary Color

#a77660 #6091a7

#a77660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77660 Color CSS Codes

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

#a77660 Text Font Color

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

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


#a77660 Background Color

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

This div background color is #a77660


#a77660 Border Color

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

This div border color is #a77660


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,118,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77660


Comments

No comments written yet.

Please login to write comment.