Color Hex Logo

#a75761 Color Hex

#A75761
(167,87,97)
0 Favorites   0 Comments

Color spaces of #a75761

RGB 1678797
HSL0.980.310.50
HSV353°48°65°
CMYK 0.000.480.42   0.35
XYZ21.502215.894913.2440
Yxy15.89490.42460.3139
Hunter Lab39.868426.50068.2122
CIE-Lab46.836333.81589.2439

#a75761 color RGB value is (167,87,97).

#a75761 hex color red value is 167, green value is 87 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a75761 hue: 0.98 , saturation: 0.31 and the lightness value of a75761 is 0.50.

The process color (four color CMYK) of #a75761 color hex is 0.00, 0.48, 0.42, 0.35. Web safe color of #a75761 is #996666. Color #a75761 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010111 01100001
Octal 247 127 141
Decimal 167 87 97
Hex A7 57 61

RGB Percentages of Color #a75761

%47.58
%24.79
%27.64

CMYK Percentages of Color #a75761

%0
%48
%42
%35

Triadic Colors of #a75761

#a75761 #61a757 #5761a7

Analogous Colors of #a75761

#a75761 #a77557 #a75789

Monochromatic Colors of #a75761

#a75761

Complementary Color

#a75761 #57a79d

#a75761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75761 Color CSS Codes

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

#a75761 Text Font Color

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

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


#a75761 Background Color

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

This div background color is #a75761


#a75761 Border Color

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

This div border color is #a75761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75761


Comments

No comments written yet.

Please login to write comment.