COLOR #AB7757

HEX: #AB7757 RGB: (171,119,87)

Color info

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

RGB color model

#AB7757 color RGB value is (171,119,87).

RGB: (171,119,87) (67%, 47%, 34%)

RGB channels and saturation

R 171 of 255 = 67%
G 119 of 255 = 47%
B 87 of 255 = 34%

171
119
87

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

Portions of RGB colors in percentages

R + G + B = 171 + 119 + 87 = 377 (100%)
R 171 of 377 ~ 45.36%
G 119 of 377 ~ 31.56%
B 87 of 377 ~ 23.08'%

%45.36
%31.56
%23.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 49.12%
  • key color value is 32.94%

CMYK: (0,30,49,33)
C0M30Y49K33 (0%, 30%, 49%, 33%)
(0.00 / 0.30 / 0.49 / 0.33)

CMYK percentages

%0
%30.41
%49.12
%32.94

Codes

Color #AB7757 in popluar color models

AB 77 57
RGB 171 119 87
HSL 23° 33.33% 50.59%
HSB/HSV 23° 49.12% 67.06%
CMYK 0.00% 30.41% 49.12%
32.94%

Color #AB7757 in popluar number systems.

HEX AB 77 57
Decimal 171 119 87
Binary 10101011 1110111 1010111
Octal 253 167 127

Shades and tints

Shades of #AB7757

#AB7757
(171,119,87)
#9C6D50
(156,109,80)
#8D6349
(141,99,73)
#7E5942
(126,89,66)
#6F4F3B
(111,79,59)
#604534
(96,69,52)
#513B2D
(81,59,45)
#423126
(66,49,38)
#33271F
(51,39,31)
#241D18
(36,29,24)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #AB7757

#AB7757
(171,119,87)
#B28366
(178,131,102)
#B98F75
(185,143,117)
#C09B84
(192,155,132)
#C7A793
(199,167,147)
#CEB3A2
(206,179,162)
#D5BFB1
(213,191,177)
#DCCBC0
(220,203,192)
#E3D7CF
(227,215,207)
#EAE3DE
(234,227,222)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7757; }

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

This text font color is #AB7757.

Background Color

.myBgColor { background-color: #AB7757; }

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

This div background color is #AB7757.

Border color

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

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

This div border color is #AB7757.

Opacity

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

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

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

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

This text has shadow with #AB7757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB7757.

Preview

Color preview on black background

This text has color #AB7757 on black background.


Color preview on white background

This text has color #AB7757 on white background.


Black color preview on #AB7757 background

This text has black color on #AB7757 background.


White color preview on #AB7757 background

This text has white color on #AB7757 background.


Related colors

Complementary color

Complementary color for #hex is #5488A8.


I love getcolorcode.com

Triadic colors

1 #57AB77 and #7757AB with #AB7757 are triadic colors.

2 #5777AB and #77AB57 with #AB7757 are triadic colors.