Color Hex Logo

#a78077 Color Hex

#A78077
(167,128,119)
0 Favorites   0 Comments

Color spaces of #a78077

RGB 167128119
HSL0.030.210.56
HSV11°29°65°
CMYK 0.000.230.29   0.35
XYZ26.985324.985720.8532
Yxy24.98570.37060.3431
Hunter Lab49.98578.890110.2552
CIE-Lab57.061513.704110.6845

#a78077 color RGB value is (167,128,119).

#a78077 hex color red value is 167, green value is 128 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #a78077 hue: 0.03 , saturation: 0.21 and the lightness value of a78077 is 0.56.

The process color (four color CMYK) of #a78077 color hex is 0.00, 0.23, 0.29, 0.35. Web safe color of #a78077 is #999966. Color #a78077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000000 01110111
Octal 247 200 167
Decimal 167 128 119
Hex A7 80 77

RGB Percentages of Color #a78077

%40.34
%30.92
%28.74

CMYK Percentages of Color #a78077

%0
%23
%29
%35

Triadic Colors of #a78077

#a78077 #77a780 #8077a7

Analogous Colors of #a78077

#a78077 #a79877 #a77786

Monochromatic Colors of #a78077

#a78077

Complementary Color

#a78077 #779ea7

#a78077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78077 Color CSS Codes

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

#a78077 Text Font Color

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

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


#a78077 Background Color

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

This div background color is #a78077


#a78077 Border Color

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

This div border color is #a78077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78077


Comments

No comments written yet.

Please login to write comment.