COLOR #887F6B

HEX: #887F6B
RGB: (136,127,107)

Renk bilgisi

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

RGB renk modeli

#887F6B color RGB value is (136,127,107).

  • kırmız ton 136;
  • yeşil ton 127;
  • mavi ton 107.
RGB:
(136,127,107)
(53%,50%,42%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 127 of 255 = 50%
B 107 of 255 = 42%

136
127
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 127 + 107 = 370 (100%)
R 136 of 370 ~ 36.76%
G 127 of 370 ~ 34.32%
B 107 of 370 ~ 28.92%

%36.76
%34.32
%28.92

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.62%
  • sarı tonu 21.32%
  • ana renk tonu 46.67%
CMYK:
(0,7,21,47)
C0M7Y21K47 
(0%,7%,21%,47%)
(0.00/0.07/0.21/0.47)	

CMYK yüzdeleri

%0
%6.62
%21.32
%46.67

Codes

Color #887F6B in popluar color models

887F6B
RGB136127107
HSL41°11.93%47.65%
HSB/HSV41°21.32%53.33%
CMYK0.00%6.62%21.32%
46.67%

Color #887F6B in popluar number systems.

HEX887F6B
Decimal136127107
Binary1000100011111111101011
Octal210177153

Shades and tints

Shades of #887F6B

#887F6B
(136,127,107)
#7C7462
(124,116,98)
#706959
(112,105,89)
#645E50
(100,94,80)
#585347
(88,83,71)
#4C483E
(76,72,62)
#403D35
(64,61,53)
#34322C
(52,50,44)
#282723
(40,39,35)
#1C1C1A
(28,28,26)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #887F6B

#887F6B
(136,127,107)
#928A78
(146,138,120)
#9C9585
(156,149,133)
#A6A092
(166,160,146)
#B0AB9F
(176,171,159)
#BAB6AC
(186,182,172)
#C4C1B9
(196,193,185)
#CECCC6
(206,204,198)
#D8D7D3
(216,215,211)
#E2E2E0
(226,226,224)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887F6B; }

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

This text font color is #887F6B.


Background Color

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

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

This div background color is #887F6B.


Border color

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

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

This div border color is #887F6B.


Opacity

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

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

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

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

This text has shadow with #887F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F6B on black background.


Color preview on white background

This text has color #887F6B on white background.



Black color preview on #887F6B background

This text has black color on #887F6B background.


White color preview on #887F6B background

This text has white color on #887F6B background.