COLOR #887672

HEX: #887672
RGB: (136,118,114)

Renk bilgisi

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

RGB renk modeli

#887672 color RGB value is (136,118,114).

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

RGB bağlantıları ve doygunluk

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

136
118
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 118 + 114 = 368 (100%)
R 136 of 368 ~ 36.96%
G 118 of 368 ~ 32.07%
B 114 of 368 ~ 30.98%

%36.96
%32.07
%30.98

CMYK RENK MODELİ

#887672 rengi CMYK tonu (0,13,16,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.24%
  • sarı tonu 16.18%
  • ana renk tonu 46.67%
CMYK:
(0,13,16,47)
C0M13Y16K47 
(0%,13%,16%,47%)
(0.00/0.13/0.16/0.47)	

CMYK yüzdeleri

%0
%13.24
%16.18
%46.67

Codes

Color #887672 in popluar color models

887672
RGB136118114
HSL11°8.80%49.02%
HSB/HSV11°16.18%53.33%
CMYK0.00%13.24%16.18%
46.67%

Color #887672 in popluar number systems.

HEX887672
Decimal136118114
Binary1000100011101101110010
Octal210166162

Shades and tints

Shades of #887672

#887672
(136,118,114)
#7C6C68
(124,108,104)
#70625E
(112,98,94)
#645854
(100,88,84)
#584E4A
(88,78,74)
#4C4440
(76,68,64)
#403A36
(64,58,54)
#34302C
(52,48,44)
#282622
(40,38,34)
#1C1C18
(28,28,24)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #887672

#887672
(136,118,114)
#92827E
(146,130,126)
#9C8E8A
(156,142,138)
#A69A96
(166,154,150)
#B0A6A2
(176,166,162)
#BAB2AE
(186,178,174)
#C4BEBA
(196,190,186)
#CECAC6
(206,202,198)
#D8D6D2
(216,214,210)
#E2E2DE
(226,226,222)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887672; }

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

This text font color is #887672.


Background Color

.myBgColor { background-color: #887672; }

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

This div background color is #887672.


Border color

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

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

This div border color is #887672.


Opacity

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

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

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

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

This text has shadow with #887672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887672 on black background.


Color preview on white background

This text has color #887672 on white background.



Black color preview on #887672 background

This text has black color on #887672 background.


White color preview on #887672 background

This text has white color on #887672 background.