COLOR #887976

HEX: #887976
RGB: (136,121,118)

Renk bilgisi

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

RGB renk modeli

#887976 color RGB value is (136,121,118).

  • kırmız ton 136;
  • yeşil ton 121;
  • mavi ton 118.
RGB:
(136,121,118)
(53%,47%,46%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 121 of 255 = 47%
B 118 of 255 = 46%

136
121
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 121 + 118 = 375 (100%)
R 136 of 375 ~ 36.27%
G 121 of 375 ~ 32.27%
B 118 of 375 ~ 31.47%

%36.27
%32.27
%31.47

CMYK RENK MODELİ

#887976 rengi CMYK tonu (0,11,13,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.03%
  • sarı tonu 13.24%
  • ana renk tonu 46.67%
CMYK:
(0,11,13,47)
C0M11Y13K47 
(0%,11%,13%,47%)
(0.00/0.11/0.13/0.47)	

CMYK yüzdeleri

%0
%11.03
%13.24
%46.67

Codes

Color #887976 in popluar color models

887976
RGB136121118
HSL10°7.09%49.80%
HSB/HSV10°13.24%53.33%
CMYK0.00%11.03%13.24%
46.67%

Color #887976 in popluar number systems.

HEX887976
Decimal136121118
Binary1000100011110011110110
Octal210171166

Shades and tints

Shades of #887976

#887976
(136,121,118)
#7C6E6C
(124,110,108)
#706362
(112,99,98)
#645858
(100,88,88)
#584D4E
(88,77,78)
#4C4244
(76,66,68)
#40373A
(64,55,58)
#342C30
(52,44,48)
#282126
(40,33,38)
#1C161C
(28,22,28)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #887976

#887976
(136,121,118)
#928582
(146,133,130)
#9C918E
(156,145,142)
#A69D9A
(166,157,154)
#B0A9A6
(176,169,166)
#BAB5B2
(186,181,178)
#C4C1BE
(196,193,190)
#CECDCA
(206,205,202)
#D8D9D6
(216,217,214)
#E2E5E2
(226,229,226)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887976 color. Also use rgb(136,121,118) instead hex code.

Text Font Color

.myTextColor { color: #887976; }

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

This text font color is #887976.


Background Color

.myBgColor { background-color: #887976; }

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

This div background color is #887976.


Border color

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

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

This div border color is #887976.


Opacity

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

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

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

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

This text has shadow with #887976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887976 on black background.


Color preview on white background

This text has color #887976 on white background.



Black color preview on #887976 background

This text has black color on #887976 background.


White color preview on #887976 background

This text has white color on #887976 background.