Color Hex Logo

#a78078 Color Hex

#A78078
(167,128,120)
0 Favorites   0 Comments

Color spaces of #a78078

RGB 167128120
HSL0.030.210.56
HSV10°28°65°
CMYK 0.000.230.28   0.35
XYZ27.045725.009921.1712
Yxy25.00990.36930.3415
Hunter Lab50.00999.01679.9071
CIE-Lab57.085113.847410.1421

#a78078 color RGB value is (167,128,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000000 01111000
Octal 247 200 170
Decimal 167 128 120
Hex A7 80 78

RGB Percentages of Color #a78078

%40.24
%30.84
%28.92

CMYK Percentages of Color #a78078

%0
%23
%28
%35

Triadic Colors of #a78078

#a78078 #78a780 #8078a7

Analogous Colors of #a78078

#a78078 #a79878 #a77888

Monochromatic Colors of #a78078

#a78078

Complementary Color

#a78078 #789fa7

#a78078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78078 Color CSS Codes

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

#a78078 Text Font Color

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

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


#a78078 Background Color

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

This div background color is #a78078


#a78078 Border Color

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

This div border color is #a78078


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,128,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 #a78078">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78078


Comments

No comments written yet.

Please login to write comment.