COLOR #887B70

HEX: #887B70
RGB: (136,123,112)

Renk bilgisi

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

RGB renk modeli

#887B70 color RGB value is (136,123,112).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 123 of 255 = 48%
B 112 of 255 = 44%

136
123
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 123 + 112 = 371 (100%)
R 136 of 371 ~ 36.66%
G 123 of 371 ~ 33.15%
B 112 of 371 ~ 30.19%

%36.66
%33.15
%30.19

CMYK RENK MODELİ

#887B70 rengi CMYK tonu (0,10,18,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.56%
  • sarı tonu 17.65%
  • ana renk tonu 46.67%
CMYK:
(0,10,18,47)
C0M10Y18K47 
(0%,10%,18%,47%)
(0.00/0.10/0.18/0.47)	

CMYK yüzdeleri

%0
%9.56
%17.65
%46.67

Codes

Color #887B70 in popluar color models

887B70
RGB136123112
HSL28°9.68%48.63%
HSB/HSV28°17.65%53.33%
CMYK0.00%9.56%17.65%
46.67%

Color #887B70 in popluar number systems.

HEX887B70
Decimal136123112
Binary1000100011110111110000
Octal210173160

Shades and tints

Shades of #887B70

#887B70
(136,123,112)
#7C7066
(124,112,102)
#70655C
(112,101,92)
#645A52
(100,90,82)
#584F48
(88,79,72)
#4C443E
(76,68,62)
#403934
(64,57,52)
#342E2A
(52,46,42)
#282320
(40,35,32)
#1C1816
(28,24,22)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #887B70

#887B70
(136,123,112)
#92877D
(146,135,125)
#9C938A
(156,147,138)
#A69F97
(166,159,151)
#B0ABA4
(176,171,164)
#BAB7B1
(186,183,177)
#C4C3BE
(196,195,190)
#CECFCB
(206,207,203)
#D8DBD8
(216,219,216)
#E2E7E5
(226,231,229)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887B70; }

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

This text font color is #887B70.


Background Color

.myBgColor { background-color: #887B70; }

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

This div background color is #887B70.


Border color

.myBorderColor { border: 1px solid #887B70; }

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

This div border color is #887B70.


Opacity

.myOpacity80 { color: #887B70; opacity: 0.8; }

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

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

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

This text has shadow with #887B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887B70 on black background.


Color preview on white background

This text has color #887B70 on white background.



Black color preview on #887B70 background

This text has black color on #887B70 background.


White color preview on #887B70 background

This text has white color on #887B70 background.