COLOR #876D74

HEX: #876D74
RGB: (135,109,116)

Renk bilgisi

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

RGB renk modeli

#876D74 color RGB value is (135,109,116).

  • kırmız ton 135;
  • yeşil ton 109;
  • mavi ton 116.
RGB:
(135,109,116)
(53%,43%,45%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 109 of 255 = 43%
B 116 of 255 = 45%

135
109
116

R + G + B ~ 47%. #876D74 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 109 + 116 = 360 (100%)
R 135 of 360 ~ 37.5%
G 109 of 360 ~ 30.28%
B 116 of 360 ~ 32.22%

%37.5
%30.28
%32.22

CMYK RENK MODELİ

#876D74 rengi CMYK tonu (0,19,14,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.26%
  • sarı tonu 14.07%
  • ana renk tonu 47.06%
CMYK:
(0,19,14,47)
C0M19Y14K47 
(0%,19%,14%,47%)
(0.00/0.19/0.14/0.47)	

CMYK yüzdeleri

%0
%19.26
%14.07
%47.06

Codes

Color #876D74 in popluar color models

876D74
RGB135109116
HSL344°10.66%47.84%
HSB/HSV344°19.26%52.94%
CMYK0.00%19.26%14.07%
47.06%

Color #876D74 in popluar number systems.

HEX876D74
Decimal135109116
Binary1000011111011011110100
Octal207155164

Shades and tints

Shades of #876D74

#876D74
(135,109,116)
#7B646A
(123,100,106)
#6F5B60
(111,91,96)
#635256
(99,82,86)
#57494C
(87,73,76)
#4B4042
(75,64,66)
#3F3738
(63,55,56)
#332E2E
(51,46,46)
#272524
(39,37,36)
#1B1C1A
(27,28,26)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #876D74

#876D74
(135,109,116)
#917A80
(145,122,128)
#9B878C
(155,135,140)
#A59498
(165,148,152)
#AFA1A4
(175,161,164)
#B9AEB0
(185,174,176)
#C3BBBC
(195,187,188)
#CDC8C8
(205,200,200)
#D7D5D4
(215,213,212)
#E1E2E0
(225,226,224)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876D74 color. Also use rgb(135,109,116) instead hex code.

Text Font Color

.myTextColor { color: #876D74; }

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

This text font color is #876D74.


Background Color

.myBgColor { background-color: #876D74; }

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

This div background color is #876D74.


Border color

.myBorderColor { border: 1px solid #876D74; }

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

This div border color is #876D74.


Opacity

.myOpacity80 { color: #876D74; opacity: 0.8; }

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

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

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

This text has shadow with #876D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876D74 on black background.


Color preview on white background

This text has color #876D74 on white background.



Black color preview on #876D74 background

This text has black color on #876D74 background.


White color preview on #876D74 background

This text has white color on #876D74 background.