COLOR #AB7F76

HEX: #AB7F76
RGB: (171,127,118)

Renk bilgisi

#AB7F76 contains red, green and blue colors in about the same proportion. #AB7F76 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AB7F76 color RGB value is (171,127,118).

  • kırmız ton 171;
  • yeşil ton 127;
  • mavi ton 118.
RGB:
(171,127,118)
(67%,50%,46%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 127 of 255 = 50%
B 118 of 255 = 46%

171
127
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 127 + 118 = 416 (100%)
R 171 of 416 ~ 41.11%
G 127 of 416 ~ 30.53%
B 118 of 416 ~ 28.37%

%41.11
%30.53
%28.37

CMYK RENK MODELİ

#AB7F76 rengi CMYK tonu (0,26,31,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.73%
  • sarı tonu 30.99%
  • ana renk tonu 32.94%
CMYK:
(0,26,31,33)
C0M26Y31K33 
(0%,26%,31%,33%)
(0.00/0.26/0.31/0.33)	

CMYK yüzdeleri

%0
%25.73
%30.99
%32.94

Codes

Color #AB7F76 in popluar color models

AB7F76
RGB171127118
HSL10°23.98%56.67%
HSB/HSV10°30.99%67.06%
CMYK0.00%25.73%30.99%
32.94%

Color #AB7F76 in popluar number systems.

HEXAB7F76
Decimal171127118
Binary1010101111111111110110
Octal253177166

Shades and tints

Shades of #AB7F76

#AB7F76
(171,127,118)
#9C746C
(156,116,108)
#8D6962
(141,105,98)
#7E5E58
(126,94,88)
#6F534E
(111,83,78)
#604844
(96,72,68)
#513D3A
(81,61,58)
#423230
(66,50,48)
#332726
(51,39,38)
#241C1C
(36,28,28)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #AB7F76

#AB7F76
(171,127,118)
#B28A82
(178,138,130)
#B9958E
(185,149,142)
#C0A09A
(192,160,154)
#C7ABA6
(199,171,166)
#CEB6B2
(206,182,178)
#D5C1BE
(213,193,190)
#DCCCCA
(220,204,202)
#E3D7D6
(227,215,214)
#EAE2E2
(234,226,226)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7F76; }

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

This text font color is #AB7F76.


Background Color

.myBgColor { background-color: #AB7F76; }

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

This div background color is #AB7F76.


Border color

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

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

This div border color is #AB7F76.


Opacity

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

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

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

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

This text has shadow with #AB7F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7F76 on black background.


Color preview on white background

This text has color #AB7F76 on white background.



Black color preview on #AB7F76 background

This text has black color on #AB7F76 background.


White color preview on #AB7F76 background

This text has white color on #AB7F76 background.