Color Hex Logo

#ab767a Color Hex

#AB767A
(171,118,122)
0 Favorites   0 Comments

Color spaces of #ab767a

RGB 171118122
HSL0.990.240.57
HSV355°31°67°
CMYK 0.000.310.29   0.33
XYZ26.785923.019921.4439
Yxy23.01990.37590.3231
Hunter Lab47.979115.69027.0861
CIE-Lab55.092821.37826.2118

#ab767a color RGB value is (171,118,122).

#ab767a hex color red value is 171, green value is 118 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ab767a hue: 0.99 , saturation: 0.24 and the lightness value of ab767a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 01111010
Octal 253 166 172
Decimal 171 118 122
Hex AB 76 7A

RGB Percentages of Color #ab767a

%41.61
%28.71
%29.68

CMYK Percentages of Color #ab767a

%0
%31
%29
%33

Triadic Colors of #ab767a

#ab767a #7aab76 #767aab

Analogous Colors of #ab767a

#ab767a #ab8d76 #ab7695

Monochromatic Colors of #ab767a

#ab767a

Complementary Color

#ab767a #76aba7

#ab767a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab767a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab767a Color CSS Codes

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

#ab767a Text Font Color

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

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


#ab767a Background Color

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

This div background color is #ab767a


#ab767a Border Color

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

This div border color is #ab767a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab767a


Comments

No comments written yet.

Please login to write comment.