COLOR #886D78

HEX: #886D78
RGB: (136,109,120)

Renk bilgisi

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

RGB renk modeli

#886D78 color RGB value is (136,109,120).

  • kırmız ton 136;
  • yeşil ton 109;
  • mavi ton 120.
RGB:
(136,109,120)
(53%,43%,47%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 109 of 255 = 43%
B 120 of 255 = 47%

136
109
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 109 + 120 = 365 (100%)
R 136 of 365 ~ 37.26%
G 109 of 365 ~ 29.86%
B 120 of 365 ~ 32.88%

%37.26
%29.86
%32.88

CMYK RENK MODELİ

#886D78 rengi CMYK tonu (0,20,12,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.85%
  • sarı tonu 11.76%
  • ana renk tonu 46.67%
CMYK:
(0,20,12,47)
C0M20Y12K47 
(0%,20%,12%,47%)
(0.00/0.20/0.12/0.47)	

CMYK yüzdeleri

%0
%19.85
%11.76
%46.67

Codes

Color #886D78 in popluar color models

886D78
RGB136109120
HSL336°11.02%48.04%
HSB/HSV336°19.85%53.33%
CMYK0.00%19.85%11.76%
46.67%

Color #886D78 in popluar number systems.

HEX886D78
Decimal136109120
Binary1000100011011011111000
Octal210155170

Shades and tints

Shades of #886D78

#886D78
(136,109,120)
#7C646E
(124,100,110)
#705B64
(112,91,100)
#64525A
(100,82,90)
#584950
(88,73,80)
#4C4046
(76,64,70)
#40373C
(64,55,60)
#342E32
(52,46,50)
#282528
(40,37,40)
#1C1C1E
(28,28,30)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #886D78

#886D78
(136,109,120)
#927A84
(146,122,132)
#9C8790
(156,135,144)
#A6949C
(166,148,156)
#B0A1A8
(176,161,168)
#BAAEB4
(186,174,180)
#C4BBC0
(196,187,192)
#CEC8CC
(206,200,204)
#D8D5D8
(216,213,216)
#E2E2E4
(226,226,228)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886D78 color. Also use rgb(136,109,120) instead hex code.

Text Font Color

.myTextColor { color: #886D78; }

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

This text font color is #886D78.


Background Color

.myBgColor { background-color: #886D78; }

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

This div background color is #886D78.


Border color

.myBorderColor { border: 1px solid #886D78; }

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

This div border color is #886D78.


Opacity

.myOpacity80 { color: #886D78; opacity: 0.8; }

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

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

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

This text has shadow with #886D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886D78 on black background.


Color preview on white background

This text has color #886D78 on white background.



Black color preview on #886D78 background

This text has black color on #886D78 background.


White color preview on #886D78 background

This text has white color on #886D78 background.