COLOR #876F6D

HEX: #876F6D
RGB: (135,111,109)

Renk bilgisi

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

RGB renk modeli

#876F6D color RGB value is (135,111,109).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 111 of 255 = 44%
B 109 of 255 = 43%

135
111
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 111 + 109 = 355 (100%)
R 135 of 355 ~ 38.03%
G 111 of 355 ~ 31.27%
B 109 of 355 ~ 30.7%

%38.03
%31.27
%30.7

CMYK RENK MODELİ

#876F6D rengi CMYK tonu (0,18,19,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.78%
  • sarı tonu 19.26%
  • ana renk tonu 47.06%
CMYK:
(0,18,19,47)
C0M18Y19K47 
(0%,18%,19%,47%)
(0.00/0.18/0.19/0.47)	

CMYK yüzdeleri

%0
%17.78
%19.26
%47.06

Codes

Color #876F6D in popluar color models

876F6D
RGB135111109
HSL10.66%47.84%
HSB/HSV19.26%52.94%
CMYK0.00%17.78%19.26%
47.06%

Color #876F6D in popluar number systems.

HEX876F6D
Decimal135111109
Binary1000011111011111101101
Octal207157155

Shades and tints

Shades of #876F6D

#876F6D
(135,111,109)
#7B6564
(123,101,100)
#6F5B5B
(111,91,91)
#635152
(99,81,82)
#574749
(87,71,73)
#4B3D40
(75,61,64)
#3F3337
(63,51,55)
#33292E
(51,41,46)
#271F25
(39,31,37)
#1B151C
(27,21,28)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #876F6D

#876F6D
(135,111,109)
#917C7A
(145,124,122)
#9B8987
(155,137,135)
#A59694
(165,150,148)
#AFA3A1
(175,163,161)
#B9B0AE
(185,176,174)
#C3BDBB
(195,189,187)
#CDCAC8
(205,202,200)
#D7D7D5
(215,215,213)
#E1E4E2
(225,228,226)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876F6D; }

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

This text font color is #876F6D.


Background Color

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

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

This div background color is #876F6D.


Border color

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

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

This div border color is #876F6D.


Opacity

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

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

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

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

This text has shadow with #876F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876F6D on black background.


Color preview on white background

This text has color #876F6D on white background.



Black color preview on #876F6D background

This text has black color on #876F6D background.


White color preview on #876F6D background

This text has white color on #876F6D background.