Color Hex Logo

#a77f6d Color Hex

#A77F6D
(167,127,109)
0 Favorites   0 Comments

Color spaces of #a77f6d

RGB 167127109
HSL0.050.250.54
HSV19°35°65°
CMYK 0.000.240.35   0.35
XYZ26.286024.498417.8112
Yxy24.49840.38320.3571
Hunter Lab49.49598.179113.3115
CIE-Lab56.583412.901315.7630

#a77f6d color RGB value is (167,127,109).

#a77f6d hex color red value is 167, green value is 127 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a77f6d hue: 0.05 , saturation: 0.25 and the lightness value of a77f6d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111111 01101101
Octal 247 177 155
Decimal 167 127 109
Hex A7 7F 6D

RGB Percentages of Color #a77f6d

%41.44
%31.51
%27.05

CMYK Percentages of Color #a77f6d

%0
%24
%35
%35

Triadic Colors of #a77f6d

#a77f6d #6da77f #7f6da7

Analogous Colors of #a77f6d

#a77f6d #a79c6d #a76d78

Monochromatic Colors of #a77f6d

#a77f6d

Complementary Color

#a77f6d #6d95a7

#a77f6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77f6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77f6d Color CSS Codes

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

#a77f6d Text Font Color

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

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


#a77f6d Background Color

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

This div background color is #a77f6d


#a77f6d Border Color

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

This div border color is #a77f6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77f6d


Comments

No comments written yet.

Please login to write comment.