COLOR #887B7C

HEX: #887B7C
RGB: (136,123,124)

Renk bilgisi

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

RGB renk modeli

#887B7C color RGB value is (136,123,124).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 123 of 255 = 48%
B 124 of 255 = 49%

136
123
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 123 + 124 = 383 (100%)
R 136 of 383 ~ 35.51%
G 123 of 383 ~ 32.11%
B 124 of 383 ~ 32.38%

%35.51
%32.11
%32.38

CMYK RENK MODELİ

#887B7C rengi CMYK tonu (0,10,9,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.56%
  • sarı tonu 8.82%
  • ana renk tonu 46.67%
CMYK:
(0,10,9,47)
C0M10Y9K47 
(0%,10%,9%,47%)
(0.00/0.10/0.09/0.47)	

CMYK yüzdeleri

%0
%9.56
%8.82
%46.67

Codes

Color #887B7C in popluar color models

887B7C
RGB136123124
HSL355°5.18%50.78%
HSB/HSV355°9.56%53.33%
CMYK0.00%9.56%8.82%
46.67%

Color #887B7C in popluar number systems.

HEX887B7C
Decimal136123124
Binary1000100011110111111100
Octal210173174

Shades and tints

Shades of #887B7C

#887B7C
(136,123,124)
#7C7071
(124,112,113)
#706566
(112,101,102)
#645A5B
(100,90,91)
#584F50
(88,79,80)
#4C4445
(76,68,69)
#40393A
(64,57,58)
#342E2F
(52,46,47)
#282324
(40,35,36)
#1C1819
(28,24,25)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #887B7C

#887B7C
(136,123,124)
#928787
(146,135,135)
#9C9392
(156,147,146)
#A69F9D
(166,159,157)
#B0ABA8
(176,171,168)
#BAB7B3
(186,183,179)
#C4C3BE
(196,195,190)
#CECFC9
(206,207,201)
#D8DBD4
(216,219,212)
#E2E7DF
(226,231,223)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887B7C; }

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

This text font color is #887B7C.


Background Color

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

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

This div background color is #887B7C.


Border color

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

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

This div border color is #887B7C.


Opacity

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

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

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

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

This text has shadow with #887B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887B7C on black background.


Color preview on white background

This text has color #887B7C on white background.



Black color preview on #887B7C background

This text has black color on #887B7C background.


White color preview on #887B7C background

This text has white color on #887B7C background.