Color Hex Logo

#a6777c Color Hex

#A6777C
(166,119,124)
0 Favorites   0 Comments

Color spaces of #a6777c

RGB 166119124
HSL0.980.210.56
HSV354°28°65°
CMYK 0.000.280.25   0.35
XYZ25.960822.755922.0928
Yxy22.75590.36660.3214
Hunter Lab47.703113.66205.9332
CIE-Lab54.820019.15314.5794

#a6777c color RGB value is (166,119,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110111 01111100
Octal 246 167 174
Decimal 166 119 124
Hex A6 77 7C

RGB Percentages of Color #a6777c

%40.59
%29.10
%30.32

CMYK Percentages of Color #a6777c

%0
%28
%25
%35

Triadic Colors of #a6777c

#a6777c #7ca677 #777ca6

Analogous Colors of #a6777c

#a6777c #a68a77 #a67794

Monochromatic Colors of #a6777c

#a6777c

Complementary Color

#a6777c #77a6a1

#a6777c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6777c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6777c Color CSS Codes

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

#a6777c Text Font Color

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

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


#a6777c Background Color

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

This div background color is #a6777c


#a6777c Border Color

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

This div border color is #a6777c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6777c


Comments

No comments written yet.

Please login to write comment.