COLOR #AB7778

HEX: #AB7778
RGB: (171,119,120)

Color info

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

RGB color model

#AB7778 color RGB value is (171,119,120).

  • red value is 171;
  • green value is 119;
  • blue value is 120.
RGB: (171,119,120) (67%,47%,47%)

RGB channels and saturation

R 171 of 255 = 67%
G 119 of 255 = 47%
B 120 of 255 = 47%

171
119
120

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

Portions of RGB colors in percentages

R + G + B =
171 + 119 + 120 = 410 (100%)
R 171 of 410 ~ 41.71%
G 119 of 410 ~ 29.02%
B 120 of 410 ~ 29.27%

%41.71
%29.02
%29.27

CMYK color model

#AB7778 color CMYK value is (0,30,30,33).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 29.82%
  • key color value is 32.94%
CMYK: (0,30,30,33) C0M30Y30K33 (0%,30%,30%,33%) (0.00/0.30/0.30/0.33)

CMYK percentages

%0
%30.41
%29.82
%32.94

Codes

Color #AB7778 in popluar color models

AB7778
RGB171119120
HSL359°23.64%56.86%
HSB/HSV359°30.41%67.06%
CMYK0.00%30.41%29.82%
32.94%

Color #AB7778 in popluar number systems.

HEXAB7778
Decimal171119120
Binary1010101111101111111000
Octal253167170

Shades and tints

Shades of #AB7778

#AB7778
(171,119,120)
#9C6D6E
(156,109,110)
#8D6364
(141,99,100)
#7E595A
(126,89,90)
#6F4F50
(111,79,80)
#604546
(96,69,70)
#513B3C
(81,59,60)
#423132
(66,49,50)
#332728
(51,39,40)
#241D1E
(36,29,30)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #AB7778

#AB7778
(171,119,120)
#B28384
(178,131,132)
#B98F90
(185,143,144)
#C09B9C
(192,155,156)
#C7A7A8
(199,167,168)
#CEB3B4
(206,179,180)
#D5BFC0
(213,191,192)
#DCCBCC
(220,203,204)
#E3D7D8
(227,215,216)
#EAE3E4
(234,227,228)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7778 color. Also use rgb(171,119,120) instead hex code.

Text Font Color

.myTextColor { color: #AB7778; }

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

This text font color is #AB7778.


Background Color

.myBgColor { background-color: #AB7778; }

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

This div background color is #AB7778.


Border color

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

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

This div border color is #AB7778.


Opacity

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

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

Text with #AB7778 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 #AB7778;}

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

This text has shadow with #AB7778 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AB7778 on black background.


Color preview on white background

This text has color #AB7778 on white background.



Black color preview on #AB7778 background

This text has black color on #AB7778 background.


White color preview on #AB7778 background

This text has white color on #AB7778 background.