COLOR #A76C8B

HEX: #A76C8B
RGB: (167,108,139)

Renk bilgisi

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

RGB renk modeli

#A76C8B color RGB value is (167,108,139).

  • kırmız ton 167;
  • yeşil ton 108;
  • mavi ton 139.
RGB:
(167,108,139)
(65%,42%,55%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 108 of 255 = 42%
B 139 of 255 = 55%

167
108
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 108 + 139 = 414 (100%)
R 167 of 414 ~ 40.34%
G 108 of 414 ~ 26.09%
B 139 of 414 ~ 33.57%

%40.34
%26.09
%33.57

CMYK RENK MODELİ

#A76C8B rengi CMYK tonu (0,35,17,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.33%
  • sarı tonu 16.77%
  • ana renk tonu 34.51%
CMYK:
(0,35,17,35)
C0M35Y17K35 
(0%,35%,17%,35%)
(0.00/0.35/0.17/0.35)	

CMYK yüzdeleri

%0
%35.33
%16.77
%34.51

Codes

Color #A76C8B in popluar color models

A76C8B
RGB167108139
HSL328°25.11%53.92%
HSB/HSV328°35.33%65.49%
CMYK0.00%35.33%16.77%
34.51%

Color #A76C8B in popluar number systems.

HEXA76C8B
Decimal167108139
Binary10100111110110010001011
Octal247154213

Shades and tints

Shades of #A76C8B

#A76C8B
(167,108,139)
#98637F
(152,99,127)
#895A73
(137,90,115)
#7A5167
(122,81,103)
#6B485B
(107,72,91)
#5C3F4F
(92,63,79)
#4D3643
(77,54,67)
#3E2D37
(62,45,55)
#2F242B
(47,36,43)
#201B1F
(32,27,31)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #A76C8B

#A76C8B
(167,108,139)
#AF7995
(175,121,149)
#B7869F
(183,134,159)
#BF93A9
(191,147,169)
#C7A0B3
(199,160,179)
#CFADBD
(207,173,189)
#D7BAC7
(215,186,199)
#DFC7D1
(223,199,209)
#E7D4DB
(231,212,219)
#EFE1E5
(239,225,229)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76C8B color. Also use rgb(167,108,139) instead hex code.

Text Font Color

.myTextColor { color: #A76C8B; }

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

This text font color is #A76C8B.


Background Color

.myBgColor { background-color: #A76C8B; }

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

This div background color is #A76C8B.


Border color

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

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

This div border color is #A76C8B.


Opacity

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

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

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

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

This text has shadow with #A76C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76C8B on black background.


Color preview on white background

This text has color #A76C8B on white background.



Black color preview on #A76C8B background

This text has black color on #A76C8B background.


White color preview on #A76C8B background

This text has white color on #A76C8B background.