COLOR #887077

HEX: #887077
RGB: (136,112,119)

Renk bilgisi

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

RGB renk modeli

#887077 color RGB value is (136,112,119).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 112 of 255 = 44%
B 119 of 255 = 47%

136
112
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 112 + 119 = 367 (100%)
R 136 of 367 ~ 37.06%
G 112 of 367 ~ 30.52%
B 119 of 367 ~ 32.43%

%37.06
%30.52
%32.43

CMYK RENK MODELİ

#887077 rengi CMYK tonu (0,18,13,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.65%
  • sarı tonu 12.50%
  • ana renk tonu 46.67%
CMYK:
(0,18,13,47)
C0M18Y13K47 
(0%,18%,13%,47%)
(0.00/0.18/0.13/0.47)	

CMYK yüzdeleri

%0
%17.65
%12.5
%46.67

Codes

Color #887077 in popluar color models

887077
RGB136112119
HSL343°9.68%48.63%
HSB/HSV343°17.65%53.33%
CMYK0.00%17.65%12.50%
46.67%

Color #887077 in popluar number systems.

HEX887077
Decimal136112119
Binary1000100011100001110111
Octal210160167

Shades and tints

Shades of #887077

#887077
(136,112,119)
#7C666D
(124,102,109)
#705C63
(112,92,99)
#645259
(100,82,89)
#58484F
(88,72,79)
#4C3E45
(76,62,69)
#40343B
(64,52,59)
#342A31
(52,42,49)
#282027
(40,32,39)
#1C161D
(28,22,29)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #887077

#887077
(136,112,119)
#927D83
(146,125,131)
#9C8A8F
(156,138,143)
#A6979B
(166,151,155)
#B0A4A7
(176,164,167)
#BAB1B3
(186,177,179)
#C4BEBF
(196,190,191)
#CECBCB
(206,203,203)
#D8D8D7
(216,216,215)
#E2E5E3
(226,229,227)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887077; }

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

This text font color is #887077.


Background Color

.myBgColor { background-color: #887077; }

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

This div background color is #887077.


Border color

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

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

This div border color is #887077.


Opacity

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

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

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

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

This text has shadow with #887077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887077 on black background.


Color preview on white background

This text has color #887077 on white background.



Black color preview on #887077 background

This text has black color on #887077 background.


White color preview on #887077 background

This text has white color on #887077 background.