COLOR #AB776E

HEX: #AB776E
RGB: (171,119,110)

Color info

#AB776E contains mainly red and green colors. Web safe color of #AB776E is #996666 (or #966).

RGB color model

#AB776E color RGB value is (171,119,110).

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

RGB channels and saturation

R 171 of 255 = 67%
G 119 of 255 = 47%
B 110 of 255 = 43%

171
119
110

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

Portions of RGB colors in percentages

R + G + B =
171 + 119 + 110 = 400 (100%)
R 171 of 400 ~ 42.75%
G 119 of 400 ~ 29.75%
B 110 of 400 ~ 27.5%

%42.75
%29.75
%27.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 35.67%
  • key color value is 32.94%
CMYK:
(0,30,36,33)
C0M30Y36K33 
(0%,30%,36%,33%)
(0.00/0.30/0.36/0.33)	

CMYK percentages

%0
%30.41
%35.67
%32.94

Codes

Color #AB776E in popluar color models

AB776E
RGB171119110
HSL26.64%55.10%
HSB/HSV35.67%67.06%
CMYK0.00%30.41%35.67%
32.94%

Color #AB776E in popluar number systems.

HEXAB776E
Decimal171119110
Binary1010101111101111101110
Octal253167156

Shades and tints

Shades of #AB776E

#AB776E
(171,119,110)
#9C6D64
(156,109,100)
#8D635A
(141,99,90)
#7E5950
(126,89,80)
#6F4F46
(111,79,70)
#60453C
(96,69,60)
#513B32
(81,59,50)
#423128
(66,49,40)
#33271E
(51,39,30)
#241D14
(36,29,20)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #AB776E

#AB776E
(171,119,110)
#B2837B
(178,131,123)
#B98F88
(185,143,136)
#C09B95
(192,155,149)
#C7A7A2
(199,167,162)
#CEB3AF
(206,179,175)
#D5BFBC
(213,191,188)
#DCCBC9
(220,203,201)
#E3D7D6
(227,215,214)
#EAE3E3
(234,227,227)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB776E; }

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

This text font color is #AB776E.


Background Color

.myBgColor { background-color: #AB776E; }

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

This div background color is #AB776E.


Border color

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

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

This div border color is #AB776E.


Opacity

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

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

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

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

This text has shadow with #AB776E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB776E on black background.


Color preview on white background

This text has color #AB776E on white background.



Black color preview on #AB776E background

This text has black color on #AB776E background.


White color preview on #AB776E background

This text has white color on #AB776E background.