Color Hex Logo

#ac7770 Color Hex

#AC7770
(172,119,112)
0 Favorites   0 Comments

Color spaces of #ac7770

RGB 172119112
HSL0.020.270.56
HSV35°67°
CMYK 0.000.310.35   0.33
XYZ26.534723.134218.3960
Yxy23.13420.38980.3399
Hunter Lab48.098014.303310.9920
CIE-Lab55.210319.843912.2114

#ac7770 color RGB value is (172,119,112).

#ac7770 hex color red value is 172, green value is 119 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ac7770 hue: 0.02 , saturation: 0.27 and the lightness value of ac7770 is 0.56.

The process color (four color CMYK) of #ac7770 color hex is 0.00, 0.31, 0.35, 0.33. Web safe color of #ac7770 is #996666. Color #ac7770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110111 01110000
Octal 254 167 160
Decimal 172 119 112
Hex AC 77 70

RGB Percentages of Color #ac7770

%42.68
%29.53
%27.79

CMYK Percentages of Color #ac7770

%0
%31
%35
%33

Triadic Colors of #ac7770

#ac7770 #70ac77 #7770ac

Analogous Colors of #ac7770

#ac7770 #ac9570 #ac7087

Monochromatic Colors of #ac7770

#ac7770

Complementary Color

#ac7770 #70a5ac

#ac7770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7770 Color CSS Codes

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

#ac7770 Text Font Color

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

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


#ac7770 Background Color

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

This div background color is #ac7770


#ac7770 Border Color

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

This div border color is #ac7770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7770


Comments

No comments written yet.

Please login to write comment.