COLOR #887756

HEX: #887756
RGB: (136,119,86)

Renk bilgisi

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

RGB renk modeli

#887756 color RGB value is (136,119,86).

  • kırmız ton 136;
  • yeşil ton 119;
  • mavi ton 86.
RGB:
(136,119,86)
(53%,47%,34%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 119 of 255 = 47%
B 86 of 255 = 34%

136
119
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 119 + 86 = 341 (100%)
R 136 of 341 ~ 39.88%
G 119 of 341 ~ 34.9%
B 86 of 341 ~ 25.22%

%39.88
%34.9
%25.22

CMYK RENK MODELİ

#887756 rengi CMYK tonu (0,13,37,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.50%
  • sarı tonu 36.76%
  • ana renk tonu 46.67%
CMYK:
(0,13,37,47)
C0M13Y37K47 
(0%,13%,37%,47%)
(0.00/0.13/0.37/0.47)	

CMYK yüzdeleri

%0
%12.5
%36.76
%46.67

Codes

Color #887756 in popluar color models

887756
RGB13611986
HSL40°22.52%43.53%
HSB/HSV40°36.76%53.33%
CMYK0.00%12.50%36.76%
46.67%

Color #887756 in popluar number systems.

HEX887756
Decimal13611986
Binary1000100011101111010110
Octal210167126

Shades and tints

Shades of #887756

#887756
(136,119,86)
#7C6D4F
(124,109,79)
#706348
(112,99,72)
#645941
(100,89,65)
#584F3A
(88,79,58)
#4C4533
(76,69,51)
#403B2C
(64,59,44)
#343125
(52,49,37)
#28271E
(40,39,30)
#1C1D17
(28,29,23)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #887756

#887756
(136,119,86)
#928365
(146,131,101)
#9C8F74
(156,143,116)
#A69B83
(166,155,131)
#B0A792
(176,167,146)
#BAB3A1
(186,179,161)
#C4BFB0
(196,191,176)
#CECBBF
(206,203,191)
#D8D7CE
(216,215,206)
#E2E3DD
(226,227,221)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887756 color. Also use rgb(136,119,86) instead hex code.

Text Font Color

.myTextColor { color: #887756; }

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

This text font color is #887756.


Background Color

.myBgColor { background-color: #887756; }

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

This div background color is #887756.


Border color

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

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

This div border color is #887756.


Opacity

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

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

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

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

This text has shadow with #887756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887756 on black background.


Color preview on white background

This text has color #887756 on white background.



Black color preview on #887756 background

This text has black color on #887756 background.


White color preview on #887756 background

This text has white color on #887756 background.