Color Hex Logo

#a78378 Color Hex

#A78378
(167,131,120)
0 Favorites   0 Comments

Color spaces of #a78378

RGB 167131120
HSL0.040.210.56
HSV14°28°65°
CMYK 0.000.220.28   0.35
XYZ27.442825.804221.3036
Yxy25.80420.36810.3461
Hunter Lab50.79787.535810.6934
CIE-Lab57.850712.148911.2212

#a78378 color RGB value is (167,131,120).

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

The process color (four color CMYK) of #a78378 color hex is 0.00, 0.22, 0.28, 0.35. Web safe color of #a78378 is #999966. Color #a78378 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000011 01111000
Octal 247 203 170
Decimal 167 131 120
Hex A7 83 78

RGB Percentages of Color #a78378

%39.95
%31.34
%28.71

CMYK Percentages of Color #a78378

%0
%22
%28
%35

Triadic Colors of #a78378

#a78378 #78a783 #8378a7

Analogous Colors of #a78378

#a78378 #a79b78 #a77885

Monochromatic Colors of #a78378

#a78378

Complementary Color

#a78378 #789ca7

#a78378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78378 Color CSS Codes

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

#a78378 Text Font Color

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

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


#a78378 Background Color

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

This div background color is #a78378


#a78378 Border Color

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

This div border color is #a78378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78378


Comments

No comments written yet.

Please login to write comment.