COLOR #876A77

HEX: #876A77
RGB: (135,106,119)

Renk bilgisi

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

RGB renk modeli

#876A77 color RGB value is (135,106,119).

  • kırmız ton 135;
  • yeşil ton 106;
  • mavi ton 119.
RGB:
(135,106,119)
(53%,42%,47%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 106 of 255 = 42%
B 119 of 255 = 47%

135
106
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 106 + 119 = 360 (100%)
R 135 of 360 ~ 37.5%
G 106 of 360 ~ 29.44%
B 119 of 360 ~ 33.06%

%37.5
%29.44
%33.06

CMYK RENK MODELİ

#876A77 rengi CMYK tonu (0,21,12,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.48%
  • sarı tonu 11.85%
  • ana renk tonu 47.06%
CMYK:
(0,21,12,47)
C0M21Y12K47 
(0%,21%,12%,47%)
(0.00/0.21/0.12/0.47)	

CMYK yüzdeleri

%0
%21.48
%11.85
%47.06

Codes

Color #876A77 in popluar color models

876A77
RGB135106119
HSL333°12.03%47.25%
HSB/HSV333°21.48%52.94%
CMYK0.00%21.48%11.85%
47.06%

Color #876A77 in popluar number systems.

HEX876A77
Decimal135106119
Binary1000011111010101110111
Octal207152167

Shades and tints

Shades of #876A77

#876A77
(135,106,119)
#7B616D
(123,97,109)
#6F5863
(111,88,99)
#634F59
(99,79,89)
#57464F
(87,70,79)
#4B3D45
(75,61,69)
#3F343B
(63,52,59)
#332B31
(51,43,49)
#272227
(39,34,39)
#1B191D
(27,25,29)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #876A77

#876A77
(135,106,119)
#917783
(145,119,131)
#9B848F
(155,132,143)
#A5919B
(165,145,155)
#AF9EA7
(175,158,167)
#B9ABB3
(185,171,179)
#C3B8BF
(195,184,191)
#CDC5CB
(205,197,203)
#D7D2D7
(215,210,215)
#E1DFE3
(225,223,227)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876A77 color. Also use rgb(135,106,119) instead hex code.

Text Font Color

.myTextColor { color: #876A77; }

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

This text font color is #876A77.


Background Color

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

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

This div background color is #876A77.


Border color

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

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

This div border color is #876A77.


Opacity

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

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

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

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

This text has shadow with #876A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876A77 on black background.


Color preview on white background

This text has color #876A77 on white background.



Black color preview on #876A77 background

This text has black color on #876A77 background.


White color preview on #876A77 background

This text has white color on #876A77 background.