COLOR #A76C75

HEX: #A76C75
RGB: (167,108,117)

Renk bilgisi

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

RGB renk modeli

#A76C75 color RGB value is (167,108,117).

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

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 108 of 255 = 42%
B 117 of 255 = 46%

167
108
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 108 + 117 = 392 (100%)
R 167 of 392 ~ 42.6%
G 108 of 392 ~ 27.55%
B 117 of 392 ~ 29.85%

%42.6
%27.55
%29.85

CMYK RENK MODELİ

#A76C75 rengi CMYK tonu (0,35,30,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.33%
  • sarı tonu 29.94%
  • ana renk tonu 34.51%
CMYK:
(0,35,30,35)
C0M35Y30K35 
(0%,35%,30%,35%)
(0.00/0.35/0.30/0.35)	

CMYK yüzdeleri

%0
%35.33
%29.94
%34.51

Codes

Color #A76C75 in popluar color models

A76C75
RGB167108117
HSL351°25.11%53.92%
HSB/HSV351°35.33%65.49%
CMYK0.00%35.33%29.94%
34.51%

Color #A76C75 in popluar number systems.

HEXA76C75
Decimal167108117
Binary1010011111011001110101
Octal247154165

Shades and tints

Shades of #A76C75

#A76C75
(167,108,117)
#98636B
(152,99,107)
#895A61
(137,90,97)
#7A5157
(122,81,87)
#6B484D
(107,72,77)
#5C3F43
(92,63,67)
#4D3639
(77,54,57)
#3E2D2F
(62,45,47)
#2F2425
(47,36,37)
#201B1B
(32,27,27)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #A76C75

#A76C75
(167,108,117)
#AF7981
(175,121,129)
#B7868D
(183,134,141)
#BF9399
(191,147,153)
#C7A0A5
(199,160,165)
#CFADB1
(207,173,177)
#D7BABD
(215,186,189)
#DFC7C9
(223,199,201)
#E7D4D5
(231,212,213)
#EFE1E1
(239,225,225)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76C75; }

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

This text font color is #A76C75.


Background Color

.myBgColor { background-color: #A76C75; }

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

This div background color is #A76C75.


Border color

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

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

This div border color is #A76C75.


Opacity

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

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

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

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

This text has shadow with #A76C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76C75 on black background.


Color preview on white background

This text has color #A76C75 on white background.



Black color preview on #A76C75 background

This text has black color on #A76C75 background.


White color preview on #A76C75 background

This text has white color on #A76C75 background.