COLOR #877B71

HEX: #877B71
RGB: (135,123,113)

Renk bilgisi

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

RGB renk modeli

#877B71 color RGB value is (135,123,113).

  • kırmız ton 135;
  • yeşil ton 123;
  • mavi ton 113.
RGB:
(135,123,113)
(53%,48%,44%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 123 of 255 = 48%
B 113 of 255 = 44%

135
123
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 123 + 113 = 371 (100%)
R 135 of 371 ~ 36.39%
G 123 of 371 ~ 33.15%
B 113 of 371 ~ 30.46%

%36.39
%33.15
%30.46

CMYK RENK MODELİ

#877B71 rengi CMYK tonu (0,9,16,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.89%
  • sarı tonu 16.30%
  • ana renk tonu 47.06%
CMYK:
(0,9,16,47)
C0M9Y16K47 
(0%,9%,16%,47%)
(0.00/0.09/0.16/0.47)	

CMYK yüzdeleri

%0
%8.89
%16.3
%47.06

Codes

Color #877B71 in popluar color models

877B71
RGB135123113
HSL27°8.87%48.63%
HSB/HSV27°16.30%52.94%
CMYK0.00%8.89%16.30%
47.06%

Color #877B71 in popluar number systems.

HEX877B71
Decimal135123113
Binary1000011111110111110001
Octal207173161

Shades and tints

Shades of #877B71

#877B71
(135,123,113)
#7B7067
(123,112,103)
#6F655D
(111,101,93)
#635A53
(99,90,83)
#574F49
(87,79,73)
#4B443F
(75,68,63)
#3F3935
(63,57,53)
#332E2B
(51,46,43)
#272321
(39,35,33)
#1B1817
(27,24,23)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #877B71

#877B71
(135,123,113)
#91877D
(145,135,125)
#9B9389
(155,147,137)
#A59F95
(165,159,149)
#AFABA1
(175,171,161)
#B9B7AD
(185,183,173)
#C3C3B9
(195,195,185)
#CDCFC5
(205,207,197)
#D7DBD1
(215,219,209)
#E1E7DD
(225,231,221)
#EBF3E9
(235,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877B71 color. Also use rgb(135,123,113) instead hex code.

Text Font Color

.myTextColor { color: #877B71; }

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

This text font color is #877B71.


Background Color

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

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

This div background color is #877B71.


Border color

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

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

This div border color is #877B71.


Opacity

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

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

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

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

This text has shadow with #877B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877B71 on black background.


Color preview on white background

This text has color #877B71 on white background.



Black color preview on #877B71 background

This text has black color on #877B71 background.


White color preview on #877B71 background

This text has white color on #877B71 background.