Color Hex Logo

#a77740 Color Hex

#A77740
(167,119,64)
0 Favorites   0 Comments

Color spaces of #a77740

RGB 16711964
HSL0.090.450.45
HSV32°62°65°
CMYK 0.000.290.62   0.35
XYZ23.458621.77937.8179
Yxy21.77930.44210.4105
Hunter Lab46.66838.056522.7355
CIE-Lab53.792112.807237.2045

#a77740 color RGB value is (167,119,64).

#a77740 hex color red value is 167, green value is 119 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a77740 hue: 0.09 , saturation: 0.45 and the lightness value of a77740 is 0.45.

The process color (four color CMYK) of #a77740 color hex is 0.00, 0.29, 0.62, 0.35. Web safe color of #a77740 is #996633. Color #a77740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110111 01000000
Octal 247 167 100
Decimal 167 119 64
Hex A7 77 40

RGB Percentages of Color #a77740

%47.71
%34.00
%18.29

CMYK Percentages of Color #a77740

%0
%29
%62
%35

Triadic Colors of #a77740

#a77740 #40a777 #7740a7

Analogous Colors of #a77740

#a77740 #a4a740 #a74440

Monochromatic Colors of #a77740

#a77740

Complementary Color

#a77740 #4070a7

#a77740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77740 Color CSS Codes

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

#a77740 Text Font Color

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

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


#a77740 Background Color

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

This div background color is #a77740


#a77740 Border Color

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

This div border color is #a77740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77740


Comments

No comments written yet.

Please login to write comment.