COLOR #A77E76

HEX: #A77E76
RGB: (167,126,118)

Renk bilgisi

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

RGB renk modeli

#A77E76 color RGB value is (167,126,118).

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

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 126 of 255 = 49%
B 118 of 255 = 46%

167
126
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 126 + 118 = 411 (100%)
R 167 of 411 ~ 40.63%
G 126 of 411 ~ 30.66%
B 118 of 411 ~ 28.71%

%40.63
%30.66
%28.71

CMYK RENK MODELİ

#A77E76 rengi CMYK tonu (0,25,29,35).

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

CMYK yüzdeleri

%0
%24.55
%29.34
%34.51

Codes

Color #A77E76 in popluar color models

A77E76
RGB167126118
HSL10°21.78%55.88%
HSB/HSV10°29.34%65.49%
CMYK0.00%24.55%29.34%
34.51%

Color #A77E76 in popluar number systems.

HEXA77E76
Decimal167126118
Binary1010011111111101110110
Octal247176166

Shades and tints

Shades of #A77E76

#A77E76
(167,126,118)
#98736C
(152,115,108)
#896862
(137,104,98)
#7A5D58
(122,93,88)
#6B524E
(107,82,78)
#5C4744
(92,71,68)
#4D3C3A
(77,60,58)
#3E3130
(62,49,48)
#2F2626
(47,38,38)
#201B1C
(32,27,28)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #A77E76

#A77E76
(167,126,118)
#AF8982
(175,137,130)
#B7948E
(183,148,142)
#BF9F9A
(191,159,154)
#C7AAA6
(199,170,166)
#CFB5B2
(207,181,178)
#D7C0BE
(215,192,190)
#DFCBCA
(223,203,202)
#E7D6D6
(231,214,214)
#EFE1E2
(239,225,226)
#F7ECEE
(247,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77E76; }

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

This text font color is #A77E76.


Background Color

.myBgColor { background-color: #A77E76; }

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

This div background color is #A77E76.


Border color

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

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

This div border color is #A77E76.


Opacity

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

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

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

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

This text has shadow with #A77E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77E76 on black background.


Color preview on white background

This text has color #A77E76 on white background.



Black color preview on #A77E76 background

This text has black color on #A77E76 background.


White color preview on #A77E76 background

This text has white color on #A77E76 background.