Color Hex Logo

#a77756 Color Hex

#A77756
(167,119,86)
0 Favorites   0 Comments

Color spaces of #a77756

RGB 16711986
HSL0.070.320.50
HSV24°49°65°
CMYK 0.000.290.49   0.35
XYZ24.212922.081011.7900
Yxy22.08100.41690.3802
Hunter Lab46.99049.743018.0173
CIE-Lab54.112814.750725.5575

#a77756 color RGB value is (167,119,86).

#a77756 hex color red value is 167, green value is 119 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #a77756 hue: 0.07 , saturation: 0.32 and the lightness value of a77756 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110111 01010110
Octal 247 167 126
Decimal 167 119 86
Hex A7 77 56

RGB Percentages of Color #a77756

%44.89
%31.99
%23.12

CMYK Percentages of Color #a77756

%0
%29
%49
%35

Triadic Colors of #a77756

#a77756 #56a777 #7756a7

Analogous Colors of #a77756

#a77756 #a7a056 #a7565e

Monochromatic Colors of #a77756

#a77756

Complementary Color

#a77756 #5686a7

#a77756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77756 Color CSS Codes

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

#a77756 Text Font Color

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

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


#a77756 Background Color

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

This div background color is #a77756


#a77756 Border Color

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

This div border color is #a77756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77756


Comments

No comments written yet.

Please login to write comment.