COLOR #876C66

HEX: #876C66
RGB: (135,108,102)

Renk bilgisi

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

RGB renk modeli

#876C66 color RGB value is (135,108,102).

  • kırmız ton 135;
  • yeşil ton 108;
  • mavi ton 102.
RGB:
(135,108,102)
(53%,42%,40%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 108 of 255 = 42%
B 102 of 255 = 40%

135
108
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 108 + 102 = 345 (100%)
R 135 of 345 ~ 39.13%
G 108 of 345 ~ 31.3%
B 102 of 345 ~ 29.57%

%39.13
%31.3
%29.57

CMYK RENK MODELİ

#876C66 rengi CMYK tonu (0,20,24,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.00%
  • sarı tonu 24.44%
  • ana renk tonu 47.06%
CMYK:
(0,20,24,47)
C0M20Y24K47 
(0%,20%,24%,47%)
(0.00/0.20/0.24/0.47)	

CMYK yüzdeleri

%0
%20
%24.44
%47.06

Codes

Color #876C66 in popluar color models

876C66
RGB135108102
HSL11°13.92%46.47%
HSB/HSV11°24.44%52.94%
CMYK0.00%20.00%24.44%
47.06%

Color #876C66 in popluar number systems.

HEX876C66
Decimal135108102
Binary1000011111011001100110
Octal207154146

Shades and tints

Shades of #876C66

#876C66
(135,108,102)
#7B635D
(123,99,93)
#6F5A54
(111,90,84)
#63514B
(99,81,75)
#574842
(87,72,66)
#4B3F39
(75,63,57)
#3F3630
(63,54,48)
#332D27
(51,45,39)
#27241E
(39,36,30)
#1B1B15
(27,27,21)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #876C66

#876C66
(135,108,102)
#917973
(145,121,115)
#9B8680
(155,134,128)
#A5938D
(165,147,141)
#AFA09A
(175,160,154)
#B9ADA7
(185,173,167)
#C3BAB4
(195,186,180)
#CDC7C1
(205,199,193)
#D7D4CE
(215,212,206)
#E1E1DB
(225,225,219)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876C66 color. Also use rgb(135,108,102) instead hex code.

Text Font Color

.myTextColor { color: #876C66; }

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

This text font color is #876C66.


Background Color

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

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

This div background color is #876C66.


Border color

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

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

This div border color is #876C66.


Opacity

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

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

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

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

This text has shadow with #876C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876C66 on black background.


Color preview on white background

This text has color #876C66 on white background.



Black color preview on #876C66 background

This text has black color on #876C66 background.


White color preview on #876C66 background

This text has white color on #876C66 background.