COLOR #876E79

HEX: #876E79
RGB: (135,110,121)

Renk bilgisi

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

RGB renk modeli

#876E79 color RGB value is (135,110,121).

  • kırmız ton 135;
  • yeşil ton 110;
  • mavi ton 121.
RGB:
(135,110,121)
(53%,43%,47%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 110 of 255 = 43%
B 121 of 255 = 47%

135
110
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 110 + 121 = 366 (100%)
R 135 of 366 ~ 36.89%
G 110 of 366 ~ 30.05%
B 121 of 366 ~ 33.06%

%36.89
%30.05
%33.06

CMYK RENK MODELİ

#876E79 rengi CMYK tonu (0,19,10,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.52%
  • sarı tonu 10.37%
  • ana renk tonu 47.06%
CMYK:
(0,19,10,47)
C0M19Y10K47 
(0%,19%,10%,47%)
(0.00/0.19/0.10/0.47)	

CMYK yüzdeleri

%0
%18.52
%10.37
%47.06

Codes

Color #876E79 in popluar color models

876E79
RGB135110121
HSL334°10.20%48.04%
HSB/HSV334°18.52%52.94%
CMYK0.00%18.52%10.37%
47.06%

Color #876E79 in popluar number systems.

HEX876E79
Decimal135110121
Binary1000011111011101111001
Octal207156171

Shades and tints

Shades of #876E79

#876E79
(135,110,121)
#7B646E
(123,100,110)
#6F5A63
(111,90,99)
#635058
(99,80,88)
#57464D
(87,70,77)
#4B3C42
(75,60,66)
#3F3237
(63,50,55)
#33282C
(51,40,44)
#271E21
(39,30,33)
#1B1416
(27,20,22)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #876E79

#876E79
(135,110,121)
#917B85
(145,123,133)
#9B8891
(155,136,145)
#A5959D
(165,149,157)
#AFA2A9
(175,162,169)
#B9AFB5
(185,175,181)
#C3BCC1
(195,188,193)
#CDC9CD
(205,201,205)
#D7D6D9
(215,214,217)
#E1E3E5
(225,227,229)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876E79 color. Also use rgb(135,110,121) instead hex code.

Text Font Color

.myTextColor { color: #876E79; }

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

This text font color is #876E79.


Background Color

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

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

This div background color is #876E79.


Border color

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

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

This div border color is #876E79.


Opacity

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

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

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

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

This text has shadow with #876E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E79 on black background.


Color preview on white background

This text has color #876E79 on white background.



Black color preview on #876E79 background

This text has black color on #876E79 background.


White color preview on #876E79 background

This text has white color on #876E79 background.