COLOR #AB7F7A

HEX: #AB7F7A
RGB: (171,127,122)

Color info

#AB7F7A contains red, green and blue colors in about the same proportion. Web safe color of #AB7F7A is #996666 (or #966).

RGB color model

#AB7F7A color RGB value is (171,127,122).

  • red value is 171;
  • green value is 127;
  • blue value is 122.
RGB:
(171,127,122)
(67%,50%,48%)

RGB channels and saturation

R 171 of 255 = 67%
G 127 of 255 = 50%
B 122 of 255 = 48%

171
127
122

R + G + B ~ 55%. #AB7F7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 127 + 122 = 420 (100%)
R 171 of 420 ~ 40.71%
G 127 of 420 ~ 30.24%
B 122 of 420 ~ 29.05%

%40.71
%30.24
%29.05

CMYK color model

#AB7F7A color CMYK value is (0,26,29,33).

  • cyan value is 0.00%
  • magenta value is 25.73%
  • yellow value is 28.65%
  • key color value is 32.94%
CMYK:
(0,26,29,33)
C0M26Y29K33 
(0%,26%,29%,33%)
(0.00/0.26/0.29/0.33)	

CMYK percentages

%0
%25.73
%28.65
%32.94

Codes

Color #AB7F7A in popluar color models

AB7F7A
RGB171127122
HSL22.58%57.45%
HSB/HSV28.65%67.06%
CMYK0.00%25.73%28.65%
32.94%

Color #AB7F7A in popluar number systems.

HEXAB7F7A
Decimal171127122
Binary1010101111111111111010
Octal253177172

Shades and tints

Shades of #AB7F7A

#AB7F7A
(171,127,122)
#9C746F
(156,116,111)
#8D6964
(141,105,100)
#7E5E59
(126,94,89)
#6F534E
(111,83,78)
#604843
(96,72,67)
#513D38
(81,61,56)
#42322D
(66,50,45)
#332722
(51,39,34)
#241C17
(36,28,23)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #AB7F7A

#AB7F7A
(171,127,122)
#B28A86
(178,138,134)
#B99592
(185,149,146)
#C0A09E
(192,160,158)
#C7ABAA
(199,171,170)
#CEB6B6
(206,182,182)
#D5C1C2
(213,193,194)
#DCCCCE
(220,204,206)
#E3D7DA
(227,215,218)
#EAE2E6
(234,226,230)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7F7A color. Also use rgb(171,127,122) instead hex code.

Text Font Color

.myTextColor { color: #AB7F7A; }

<p style="color:#AB7F7A">This sample text font color is #AB7F7A.</p>

This text font color is #AB7F7A.


Background Color

.myBgColor { background-color: #AB7F7A; }

<div style="background-color:#AB7F7A">Inner text</div>

This div background color is #AB7F7A.


Border color

.myBorderColor { border: 1px solid #AB7F7A; }

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

This div border color is #AB7F7A.


Opacity

.myOpacity80 { color: #AB7F7A; opacity: 0.8; }

<p style="color:#AB7F7A;opacity:0.8;">80%</p>

Text with #AB7F7A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AB7F7A;}

<p style="text-shadow: 3px 3px 1px #AB7F7A">Text here.</p>

This text has shadow with #AB7F7A color.

.textShadow {text-shadow: 3px 3px 1px #AB7F7A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AB7F7A, 5px 5px 20px red">Text here.</p>

This text has shadow with #AB7F7A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7F7A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AB7F7A, Direction=45, Strength=4)">Text</p>

This text has shadow with #AB7F7A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AB7F7A;
  -webkit-box-shadow:	1px 1px 3px 2px #AB7F7A;
  box-shadow:		1px 1px 3px 2px #AB7F7A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB7F7A;
-webkit-box-shadow: 1px 1px 3px 2px #AB7F7A;
box-shadow:1px 1px 3px 2px #AB7F7A;">
Div content here</div>
This div box has shadow with color #AB7F7A.

Preview

Color preview on black background

This text has color #AB7F7A on black background.


Color preview on white background

This text has color #AB7F7A on white background.



Black color preview on #AB7F7A background

This text has black color on #AB7F7A background.


White color preview on #AB7F7A background

This text has white color on #AB7F7A background.