COLOR #A76D76

HEX: #A76D76
RGB: (167,109,118)

Renk bilgisi

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

RGB renk modeli

#A76D76 color RGB value is (167,109,118).

  • kırmız ton 167;
  • yeşil ton 109;
  • mavi ton 118.
RGB:
(167,109,118)
(65%,43%,46%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 109 of 255 = 43%
B 118 of 255 = 46%

167
109
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 109 + 118 = 394 (100%)
R 167 of 394 ~ 42.39%
G 109 of 394 ~ 27.66%
B 118 of 394 ~ 29.95%

%42.39
%27.66
%29.95

CMYK RENK MODELİ

#A76D76 rengi CMYK tonu (0,35,29,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.73%
  • sarı tonu 29.34%
  • ana renk tonu 34.51%
CMYK:
(0,35,29,35)
C0M35Y29K35 
(0%,35%,29%,35%)
(0.00/0.35/0.29/0.35)	

CMYK yüzdeleri

%0
%34.73
%29.34
%34.51

Codes

Color #A76D76 in popluar color models

A76D76
RGB167109118
HSL351°24.79%54.12%
HSB/HSV351°34.73%65.49%
CMYK0.00%34.73%29.34%
34.51%

Color #A76D76 in popluar number systems.

HEXA76D76
Decimal167109118
Binary1010011111011011110110
Octal247155166

Shades and tints

Shades of #A76D76

#A76D76
(167,109,118)
#98646C
(152,100,108)
#895B62
(137,91,98)
#7A5258
(122,82,88)
#6B494E
(107,73,78)
#5C4044
(92,64,68)
#4D373A
(77,55,58)
#3E2E30
(62,46,48)
#2F2526
(47,37,38)
#201C1C
(32,28,28)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #A76D76

#A76D76
(167,109,118)
#AF7A82
(175,122,130)
#B7878E
(183,135,142)
#BF949A
(191,148,154)
#C7A1A6
(199,161,166)
#CFAEB2
(207,174,178)
#D7BBBE
(215,187,190)
#DFC8CA
(223,200,202)
#E7D5D6
(231,213,214)
#EFE2E2
(239,226,226)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76D76 color. Also use rgb(167,109,118) instead hex code.

Text Font Color

.myTextColor { color: #A76D76; }

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

This text font color is #A76D76.


Background Color

.myBgColor { background-color: #A76D76; }

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

This div background color is #A76D76.


Border color

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

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

This div border color is #A76D76.


Opacity

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

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

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

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

This text has shadow with #A76D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76D76 on black background.


Color preview on white background

This text has color #A76D76 on white background.



Black color preview on #A76D76 background

This text has black color on #A76D76 background.


White color preview on #A76D76 background

This text has white color on #A76D76 background.