COLOR #887E7E

HEX: #887E7E
RGB: (136,126,126)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

136
126
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 126 + 126 = 388 (100%)
R 136 of 388 ~ 35.05%
G 126 of 388 ~ 32.47%
B 126 of 388 ~ 32.47%

%35.05
%32.47
%32.47

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%7.35
%7.35
%46.67

Codes

Color #887E7E in popluar color models

887E7E
RGB136126126
HSL4.03%51.37%
HSB/HSV7.35%53.33%
CMYK0.00%7.35%7.35%
46.67%

Color #887E7E in popluar number systems.

HEX887E7E
Decimal136126126
Binary1000100011111101111110
Octal210176176

Shades and tints

Shades of #887E7E

#887E7E
(136,126,126)
#7C7373
(124,115,115)
#706868
(112,104,104)
#645D5D
(100,93,93)
#585252
(88,82,82)
#4C4747
(76,71,71)
#403C3C
(64,60,60)
#343131
(52,49,49)
#282626
(40,38,38)
#1C1B1B
(28,27,27)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #887E7E

#887E7E
(136,126,126)
#928989
(146,137,137)
#9C9494
(156,148,148)
#A69F9F
(166,159,159)
#B0AAAA
(176,170,170)
#BAB5B5
(186,181,181)
#C4C0C0
(196,192,192)
#CECBCB
(206,203,203)
#D8D6D6
(216,214,214)
#E2E1E1
(226,225,225)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887E7E; }

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

This text font color is #887E7E.


Background Color

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

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

This div background color is #887E7E.


Border color

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

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

This div border color is #887E7E.


Opacity

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

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

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

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

This text has shadow with #887E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887E7E on black background.


Color preview on white background

This text has color #887E7E on white background.



Black color preview on #887E7E background

This text has black color on #887E7E background.


White color preview on #887E7E background

This text has white color on #887E7E background.