COLOR #887B7E

HEX: #887B7E
RGB: (136,123,126)

Renk bilgisi

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

RGB renk modeli

#887B7E color RGB value is (136,123,126).

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

RGB bağlantıları ve doygunluk

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

136
123
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 123 + 126 = 385 (100%)
R 136 of 385 ~ 35.32%
G 123 of 385 ~ 31.95%
B 126 of 385 ~ 32.73%

%35.32
%31.95
%32.73

CMYK RENK MODELİ

#887B7E rengi CMYK tonu (0,10,7,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.56%
  • sarı tonu 7.35%
  • ana renk tonu 46.67%
CMYK:
(0,10,7,47)
C0M10Y7K47 
(0%,10%,7%,47%)
(0.00/0.10/0.07/0.47)	

CMYK yüzdeleri

%0
%9.56
%7.35
%46.67

Codes

Color #887B7E in popluar color models

887B7E
RGB136123126
HSL346°5.18%50.78%
HSB/HSV346°9.56%53.33%
CMYK0.00%9.56%7.35%
46.67%

Color #887B7E in popluar number systems.

HEX887B7E
Decimal136123126
Binary1000100011110111111110
Octal210173176

Shades and tints

Shades of #887B7E

#887B7E
(136,123,126)
#7C7073
(124,112,115)
#706568
(112,101,104)
#645A5D
(100,90,93)
#584F52
(88,79,82)
#4C4447
(76,68,71)
#40393C
(64,57,60)
#342E31
(52,46,49)
#282326
(40,35,38)
#1C181B
(28,24,27)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #887B7E

#887B7E
(136,123,126)
#928789
(146,135,137)
#9C9394
(156,147,148)
#A69F9F
(166,159,159)
#B0ABAA
(176,171,170)
#BAB7B5
(186,183,181)
#C4C3C0
(196,195,192)
#CECFCB
(206,207,203)
#D8DBD6
(216,219,214)
#E2E7E1
(226,231,225)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887B7E; }

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

This text font color is #887B7E.


Background Color

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

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

This div background color is #887B7E.


Border color

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

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

This div border color is #887B7E.


Opacity

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

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

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

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

This text has shadow with #887B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887B7E on black background.


Color preview on white background

This text has color #887B7E on white background.



Black color preview on #887B7E background

This text has black color on #887B7E background.


White color preview on #887B7E background

This text has white color on #887B7E background.