COLOR #887864

HEX: #887864
RGB: (136,120,100)

Renk bilgisi

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

RGB renk modeli

#887864 color RGB value is (136,120,100).

  • kırmız ton 136;
  • yeşil ton 120;
  • mavi ton 100.
RGB:
(136,120,100)
(53%,47%,39%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 120 of 255 = 47%
B 100 of 255 = 39%

136
120
100

R + G + B ~ 46%. #887864 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 120 + 100 = 356 (100%)
R 136 of 356 ~ 38.2%
G 120 of 356 ~ 33.71%
B 100 of 356 ~ 28.09%

%38.2
%33.71
%28.09

CMYK RENK MODELİ

#887864 rengi CMYK tonu (0,12,26,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.76%
  • sarı tonu 26.47%
  • ana renk tonu 46.67%
CMYK:
(0,12,26,47)
C0M12Y26K47 
(0%,12%,26%,47%)
(0.00/0.12/0.26/0.47)	

CMYK yüzdeleri

%0
%11.76
%26.47
%46.67

Codes

Color #887864 in popluar color models

887864
RGB136120100
HSL33°15.25%46.27%
HSB/HSV33°26.47%53.33%
CMYK0.00%11.76%26.47%
46.67%

Color #887864 in popluar number systems.

HEX887864
Decimal136120100
Binary1000100011110001100100
Octal210170144

Shades and tints

Shades of #887864

#887864
(136,120,100)
#7C6E5B
(124,110,91)
#706452
(112,100,82)
#645A49
(100,90,73)
#585040
(88,80,64)
#4C4637
(76,70,55)
#403C2E
(64,60,46)
#343225
(52,50,37)
#28281C
(40,40,28)
#1C1E13
(28,30,19)
#10140A
(16,20,10)
#000000
(0,0,0)

Tints of #887864

#887864
(136,120,100)
#928472
(146,132,114)
#9C9080
(156,144,128)
#A69C8E
(166,156,142)
#B0A89C
(176,168,156)
#BAB4AA
(186,180,170)
#C4C0B8
(196,192,184)
#CECCC6
(206,204,198)
#D8D8D4
(216,216,212)
#E2E4E2
(226,228,226)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887864 color. Also use rgb(136,120,100) instead hex code.

Text Font Color

.myTextColor { color: #887864; }

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

This text font color is #887864.


Background Color

.myBgColor { background-color: #887864; }

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

This div background color is #887864.


Border color

.myBorderColor { border: 1px solid #887864; }

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

This div border color is #887864.


Opacity

.myOpacity80 { color: #887864; opacity: 0.8; }

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

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

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

This text has shadow with #887864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887864 on black background.


Color preview on white background

This text has color #887864 on white background.



Black color preview on #887864 background

This text has black color on #887864 background.


White color preview on #887864 background

This text has white color on #887864 background.