COLOR #887979

HEX: #887979
RGB: (136,121,121)

Renk bilgisi

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

RGB renk modeli

#887979 color RGB value is (136,121,121).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 121 of 255 = 47%
B 121 of 255 = 47%

136
121
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 121 + 121 = 378 (100%)
R 136 of 378 ~ 35.98%
G 121 of 378 ~ 32.01%
B 121 of 378 ~ 32.01%

%35.98
%32.01
%32.01

CMYK RENK MODELİ

#887979 rengi CMYK tonu (0,11,11,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.03%
  • sarı tonu 11.03%
  • ana renk tonu 46.67%
CMYK:
(0,11,11,47)
C0M11Y11K47 
(0%,11%,11%,47%)
(0.00/0.11/0.11/0.47)	

CMYK yüzdeleri

%0
%11.03
%11.03
%46.67

Codes

Color #887979 in popluar color models

887979
RGB136121121
HSL5.93%50.39%
HSB/HSV11.03%53.33%
CMYK0.00%11.03%11.03%
46.67%

Color #887979 in popluar number systems.

HEX887979
Decimal136121121
Binary1000100011110011111001
Octal210171171

Shades and tints

Shades of #887979

#887979
(136,121,121)
#7C6E6E
(124,110,110)
#706363
(112,99,99)
#645858
(100,88,88)
#584D4D
(88,77,77)
#4C4242
(76,66,66)
#403737
(64,55,55)
#342C2C
(52,44,44)
#282121
(40,33,33)
#1C1616
(28,22,22)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #887979

#887979
(136,121,121)
#928585
(146,133,133)
#9C9191
(156,145,145)
#A69D9D
(166,157,157)
#B0A9A9
(176,169,169)
#BAB5B5
(186,181,181)
#C4C1C1
(196,193,193)
#CECDCD
(206,205,205)
#D8D9D9
(216,217,217)
#E2E5E5
(226,229,229)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887979; }

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

This text font color is #887979.


Background Color

.myBgColor { background-color: #887979; }

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

This div background color is #887979.


Border color

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

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

This div border color is #887979.


Opacity

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

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

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

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

This text has shadow with #887979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887979 on black background.


Color preview on white background

This text has color #887979 on white background.



Black color preview on #887979 background

This text has black color on #887979 background.


White color preview on #887979 background

This text has white color on #887979 background.