Color Hex Logo

#a76876 Color Hex

#A76876
(167,104,118)
0 Favorites   0 Comments

Color spaces of #a76876

RGB 167104118
HSL0.960.260.53
HSV347°38°65°
CMYK 0.000.380.29   0.35
XYZ24.156719.424119.6156
Yxy19.42410.38220.3074
Hunter Lab44.072820.71014.4626
CIE-Lab51.179727.14802.8708

#a76876 color RGB value is (167,104,118).

#a76876 hex color red value is 167, green value is 104 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a76876 hue: 0.96 , saturation: 0.26 and the lightness value of a76876 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101000 01110110
Octal 247 150 166
Decimal 167 104 118
Hex A7 68 76

RGB Percentages of Color #a76876

%42.93
%26.74
%30.33

CMYK Percentages of Color #a76876

%0
%38
%29
%35

Triadic Colors of #a76876

#a76876 #76a768 #6876a7

Analogous Colors of #a76876

#a76876 #a77a68 #a76896

Monochromatic Colors of #a76876

#a76876

Complementary Color

#a76876 #68a799

#a76876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76876 Color CSS Codes

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

#a76876 Text Font Color

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

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


#a76876 Background Color

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

This div background color is #a76876


#a76876 Border Color

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

This div border color is #a76876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76876


Comments

No comments written yet.

Please login to write comment.