COLOR #887472

HEX: #887472
RGB: (136,116,114)

Renk bilgisi

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

RGB renk modeli

#887472 color RGB value is (136,116,114).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 116 of 255 = 45%
B 114 of 255 = 45%

136
116
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 116 + 114 = 366 (100%)
R 136 of 366 ~ 37.16%
G 116 of 366 ~ 31.69%
B 114 of 366 ~ 31.15%

%37.16
%31.69
%31.15

CMYK RENK MODELİ

#887472 rengi CMYK tonu (0,15,16,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.71%
  • sarı tonu 16.18%
  • ana renk tonu 46.67%
CMYK:
(0,15,16,47)
C0M15Y16K47 
(0%,15%,16%,47%)
(0.00/0.15/0.16/0.47)	

CMYK yüzdeleri

%0
%14.71
%16.18
%46.67

Codes

Color #887472 in popluar color models

887472
RGB136116114
HSL8.80%49.02%
HSB/HSV16.18%53.33%
CMYK0.00%14.71%16.18%
46.67%

Color #887472 in popluar number systems.

HEX887472
Decimal136116114
Binary1000100011101001110010
Octal210164162

Shades and tints

Shades of #887472

#887472
(136,116,114)
#7C6A68
(124,106,104)
#70605E
(112,96,94)
#645654
(100,86,84)
#584C4A
(88,76,74)
#4C4240
(76,66,64)
#403836
(64,56,54)
#342E2C
(52,46,44)
#282422
(40,36,34)
#1C1A18
(28,26,24)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #887472

#887472
(136,116,114)
#92807E
(146,128,126)
#9C8C8A
(156,140,138)
#A69896
(166,152,150)
#B0A4A2
(176,164,162)
#BAB0AE
(186,176,174)
#C4BCBA
(196,188,186)
#CEC8C6
(206,200,198)
#D8D4D2
(216,212,210)
#E2E0DE
(226,224,222)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887472; }

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

This text font color is #887472.


Background Color

.myBgColor { background-color: #887472; }

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

This div background color is #887472.


Border color

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

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

This div border color is #887472.


Opacity

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

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

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

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

This text has shadow with #887472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887472 on black background.


Color preview on white background

This text has color #887472 on white background.



Black color preview on #887472 background

This text has black color on #887472 background.


White color preview on #887472 background

This text has white color on #887472 background.