COLOR #877D76

HEX: #877D76
RGB: (135,125,118)

Renk bilgisi

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

RGB renk modeli

#877D76 color RGB value is (135,125,118).

  • kırmız ton 135;
  • yeşil ton 125;
  • mavi ton 118.
RGB:
(135,125,118)
(53%,49%,46%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 125 of 255 = 49%
B 118 of 255 = 46%

135
125
118

R + G + B ~ 49%. #877D76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 125 + 118 = 378 (100%)
R 135 of 378 ~ 35.71%
G 125 of 378 ~ 33.07%
B 118 of 378 ~ 31.22%

%35.71
%33.07
%31.22

CMYK RENK MODELİ

#877D76 rengi CMYK tonu (0,7,13,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.41%
  • sarı tonu 12.59%
  • ana renk tonu 47.06%
CMYK:
(0,7,13,47)
C0M7Y13K47 
(0%,7%,13%,47%)
(0.00/0.07/0.13/0.47)	

CMYK yüzdeleri

%0
%7.41
%12.59
%47.06

Codes

Color #877D76 in popluar color models

877D76
RGB135125118
HSL25°6.72%49.61%
HSB/HSV25°12.59%52.94%
CMYK0.00%7.41%12.59%
47.06%

Color #877D76 in popluar number systems.

HEX877D76
Decimal135125118
Binary1000011111111011110110
Octal207175166

Shades and tints

Shades of #877D76

#877D76
(135,125,118)
#7B726C
(123,114,108)
#6F6762
(111,103,98)
#635C58
(99,92,88)
#57514E
(87,81,78)
#4B4644
(75,70,68)
#3F3B3A
(63,59,58)
#333030
(51,48,48)
#272526
(39,37,38)
#1B1A1C
(27,26,28)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #877D76

#877D76
(135,125,118)
#918882
(145,136,130)
#9B938E
(155,147,142)
#A59E9A
(165,158,154)
#AFA9A6
(175,169,166)
#B9B4B2
(185,180,178)
#C3BFBE
(195,191,190)
#CDCACA
(205,202,202)
#D7D5D6
(215,213,214)
#E1E0E2
(225,224,226)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877D76 color. Also use rgb(135,125,118) instead hex code.

Text Font Color

.myTextColor { color: #877D76; }

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

This text font color is #877D76.


Background Color

.myBgColor { background-color: #877D76; }

<div style="background-color:#877D76">Inner text</div>

This div background color is #877D76.


Border color

.myBorderColor { border: 1px solid #877D76; }

<div style="border:3px solid #877D76">Div</div>

This div border color is #877D76.


Opacity

.myOpacity80 { color: #877D76; opacity: 0.8; }

<p style="color:#877D76;opacity:0.8;">80%</p>

Text with #877D76 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 #877D76;}

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

This text has shadow with #877D76 color.

.textShadow {text-shadow: 3px 3px 1px #877D76, 3px 3px 1px red;}

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

This text has shadow with #877D76 primary color and red secondary color.


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

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

This text has shadow with #877D76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877D76 on black background.


Color preview on white background

This text has color #877D76 on white background.



Black color preview on #877D76 background

This text has black color on #877D76 background.


White color preview on #877D76 background

This text has white color on #877D76 background.