COLOR #887476

HEX: #887476
RGB: (136,116,118)

Renk bilgisi

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

RGB renk modeli

#887476 color RGB value is (136,116,118).

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

RGB bağlantıları ve doygunluk

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

136
116
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 116 + 118 = 370 (100%)
R 136 of 370 ~ 36.76%
G 116 of 370 ~ 31.35%
B 118 of 370 ~ 31.89%

%36.76
%31.35
%31.89

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.71%
  • 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
%14.71
%13.24
%46.67

Codes

Color #887476 in popluar color models

887476
RGB136116118
HSL354°7.94%49.41%
HSB/HSV354°14.71%53.33%
CMYK0.00%14.71%13.24%
46.67%

Color #887476 in popluar number systems.

HEX887476
Decimal136116118
Binary1000100011101001110110
Octal210164166

Shades and tints

Shades of #887476

#887476
(136,116,118)
#7C6A6C
(124,106,108)
#706062
(112,96,98)
#645658
(100,86,88)
#584C4E
(88,76,78)
#4C4244
(76,66,68)
#40383A
(64,56,58)
#342E30
(52,46,48)
#282426
(40,36,38)
#1C1A1C
(28,26,28)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #887476

#887476
(136,116,118)
#928082
(146,128,130)
#9C8C8E
(156,140,142)
#A6989A
(166,152,154)
#B0A4A6
(176,164,166)
#BAB0B2
(186,176,178)
#C4BCBE
(196,188,190)
#CEC8CA
(206,200,202)
#D8D4D6
(216,212,214)
#E2E0E2
(226,224,226)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887476; }

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

This text font color is #887476.


Background Color

.myBgColor { background-color: #887476; }

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

This div background color is #887476.


Border color

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

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

This div border color is #887476.


Opacity

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

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

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

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

This text has shadow with #887476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887476 on black background.


Color preview on white background

This text has color #887476 on white background.



Black color preview on #887476 background

This text has black color on #887476 background.


White color preview on #887476 background

This text has white color on #887476 background.