COLOR #887376

HEX: #887376
RGB: (136,115,118)

Renk bilgisi

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

RGB renk modeli

#887376 color RGB value is (136,115,118).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 115 of 255 = 45%
B 118 of 255 = 46%

136
115
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 115 + 118 = 369 (100%)
R 136 of 369 ~ 36.86%
G 115 of 369 ~ 31.17%
B 118 of 369 ~ 31.98%

%36.86
%31.17
%31.98

CMYK RENK MODELİ

#887376 rengi CMYK tonu (0,15,13,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.44%
  • sarı tonu 13.24%
  • ana renk tonu 46.67%
CMYK:
(0,15,13,47)
C0M15Y13K47 
(0%,15%,13%,47%)
(0.00/0.15/0.13/0.47)	

CMYK yüzdeleri

%0
%15.44
%13.24
%46.67

Codes

Color #887376 in popluar color models

887376
RGB136115118
HSL351°8.37%49.22%
HSB/HSV351°15.44%53.33%
CMYK0.00%15.44%13.24%
46.67%

Color #887376 in popluar number systems.

HEX887376
Decimal136115118
Binary1000100011100111110110
Octal210163166

Shades and tints

Shades of #887376

#887376
(136,115,118)
#7C696C
(124,105,108)
#705F62
(112,95,98)
#645558
(100,85,88)
#584B4E
(88,75,78)
#4C4144
(76,65,68)
#40373A
(64,55,58)
#342D30
(52,45,48)
#282326
(40,35,38)
#1C191C
(28,25,28)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #887376

#887376
(136,115,118)
#927F82
(146,127,130)
#9C8B8E
(156,139,142)
#A6979A
(166,151,154)
#B0A3A6
(176,163,166)
#BAAFB2
(186,175,178)
#C4BBBE
(196,187,190)
#CEC7CA
(206,199,202)
#D8D3D6
(216,211,214)
#E2DFE2
(226,223,226)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887376; }

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

This text font color is #887376.


Background Color

.myBgColor { background-color: #887376; }

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

This div background color is #887376.


Border color

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

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

This div border color is #887376.


Opacity

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

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

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

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

This text has shadow with #887376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887376 on black background.


Color preview on white background

This text has color #887376 on white background.



Black color preview on #887376 background

This text has black color on #887376 background.


White color preview on #887376 background

This text has white color on #887376 background.