COLOR #887B73

HEX: #887B73
RGB: (136,123,115)

Renk bilgisi

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

RGB renk modeli

#887B73 color RGB value is (136,123,115).

  • kırmız ton 136;
  • yeşil ton 123;
  • mavi ton 115.
RGB:
(136,123,115)
(53%,48%,45%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 123 of 255 = 48%
B 115 of 255 = 45%

136
123
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 123 + 115 = 374 (100%)
R 136 of 374 ~ 36.36%
G 123 of 374 ~ 32.89%
B 115 of 374 ~ 30.75%

%36.36
%32.89
%30.75

CMYK RENK MODELİ

#887B73 rengi CMYK tonu (0,10,15,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.56%
  • sarı tonu 15.44%
  • ana renk tonu 46.67%
CMYK:
(0,10,15,47)
C0M10Y15K47 
(0%,10%,15%,47%)
(0.00/0.10/0.15/0.47)	

CMYK yüzdeleri

%0
%9.56
%15.44
%46.67

Codes

Color #887B73 in popluar color models

887B73
RGB136123115
HSL23°8.37%49.22%
HSB/HSV23°15.44%53.33%
CMYK0.00%9.56%15.44%
46.67%

Color #887B73 in popluar number systems.

HEX887B73
Decimal136123115
Binary1000100011110111110011
Octal210173163

Shades and tints

Shades of #887B73

#887B73
(136,123,115)
#7C7069
(124,112,105)
#70655F
(112,101,95)
#645A55
(100,90,85)
#584F4B
(88,79,75)
#4C4441
(76,68,65)
#403937
(64,57,55)
#342E2D
(52,46,45)
#282323
(40,35,35)
#1C1819
(28,24,25)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #887B73

#887B73
(136,123,115)
#92877F
(146,135,127)
#9C938B
(156,147,139)
#A69F97
(166,159,151)
#B0ABA3
(176,171,163)
#BAB7AF
(186,183,175)
#C4C3BB
(196,195,187)
#CECFC7
(206,207,199)
#D8DBD3
(216,219,211)
#E2E7DF
(226,231,223)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887B73 color. Also use rgb(136,123,115) instead hex code.

Text Font Color

.myTextColor { color: #887B73; }

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

This text font color is #887B73.


Background Color

.myBgColor { background-color: #887B73; }

<div style="background-color:#887B73">Inner text</div>

This div background color is #887B73.


Border color

.myBorderColor { border: 1px solid #887B73; }

<div style="border:3px solid #887B73">Div</div>

This div border color is #887B73.


Opacity

.myOpacity80 { color: #887B73; opacity: 0.8; }

<p style="color:#887B73;opacity:0.8;">80%</p>

Text with #887B73 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 #887B73;}

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

This text has shadow with #887B73 color.

.textShadow {text-shadow: 3px 3px 1px #887B73, 3px 3px 1px red;}

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

This text has shadow with #887B73 primary color and red secondary color.


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

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

This text has shadow with #887B73 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887B73 on black background.


Color preview on white background

This text has color #887B73 on white background.



Black color preview on #887B73 background

This text has black color on #887B73 background.


White color preview on #887B73 background

This text has white color on #887B73 background.