COLOR #884F76

HEX: #884F76
RGB: (136,79,118)

Renk bilgisi

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

RGB renk modeli

#884F76 color RGB value is (136,79,118).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 79 of 255 = 31%
B 118 of 255 = 46%

136
79
118

R + G + B ~ 43%. #884F76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 79 + 118 = 333 (100%)
R 136 of 333 ~ 40.84%
G 79 of 333 ~ 23.72%
B 118 of 333 ~ 35.44%

%40.84
%23.72
%35.44

CMYK RENK MODELİ

#884F76 rengi CMYK tonu (0,42,13,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.91%
  • sarı tonu 13.24%
  • ana renk tonu 46.67%
CMYK:
(0,42,13,47)
C0M42Y13K47 
(0%,42%,13%,47%)
(0.00/0.42/0.13/0.47)	

CMYK yüzdeleri

%0
%41.91
%13.24
%46.67

Codes

Color #884F76 in popluar color models

884F76
RGB13679118
HSL319°26.51%42.16%
HSB/HSV319°41.91%53.33%
CMYK0.00%41.91%13.24%
46.67%

Color #884F76 in popluar number systems.

HEX884F76
Decimal13679118
Binary1000100010011111110110
Octal210117166

Shades and tints

Shades of #884F76

#884F76
(136,79,118)
#7C486C
(124,72,108)
#704162
(112,65,98)
#643A58
(100,58,88)
#58334E
(88,51,78)
#4C2C44
(76,44,68)
#40253A
(64,37,58)
#341E30
(52,30,48)
#281726
(40,23,38)
#1C101C
(28,16,28)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #884F76

#884F76
(136,79,118)
#925F82
(146,95,130)
#9C6F8E
(156,111,142)
#A67F9A
(166,127,154)
#B08FA6
(176,143,166)
#BA9FB2
(186,159,178)
#C4AFBE
(196,175,190)
#CEBFCA
(206,191,202)
#D8CFD6
(216,207,214)
#E2DFE2
(226,223,226)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884F76; }

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

This text font color is #884F76.


Background Color

.myBgColor { background-color: #884F76; }

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

This div background color is #884F76.


Border color

.myBorderColor { border: 1px solid #884F76; }

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

This div border color is #884F76.


Opacity

.myOpacity80 { color: #884F76; opacity: 0.8; }

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

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

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

This text has shadow with #884F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884F76 on black background.


Color preview on white background

This text has color #884F76 on white background.



Black color preview on #884F76 background

This text has black color on #884F76 background.


White color preview on #884F76 background

This text has white color on #884F76 background.