COLOR #887772

HEX: #887772
RGB: (136,119,114)

Renk bilgisi

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

RGB renk modeli

#887772 color RGB value is (136,119,114).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 119 of 255 = 47%
B 114 of 255 = 45%

136
119
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 119 + 114 = 369 (100%)
R 136 of 369 ~ 36.86%
G 119 of 369 ~ 32.25%
B 114 of 369 ~ 30.89%

%36.86
%32.25
%30.89

CMYK RENK MODELİ

#887772 rengi CMYK tonu (0,13,16,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.50%
  • sarı tonu 16.18%
  • ana renk tonu 46.67%
CMYK:
(0,13,16,47)
C0M13Y16K47 
(0%,13%,16%,47%)
(0.00/0.13/0.16/0.47)	

CMYK yüzdeleri

%0
%12.5
%16.18
%46.67

Codes

Color #887772 in popluar color models

887772
RGB136119114
HSL14°8.80%49.02%
HSB/HSV14°16.18%53.33%
CMYK0.00%12.50%16.18%
46.67%

Color #887772 in popluar number systems.

HEX887772
Decimal136119114
Binary1000100011101111110010
Octal210167162

Shades and tints

Shades of #887772

#887772
(136,119,114)
#7C6D68
(124,109,104)
#70635E
(112,99,94)
#645954
(100,89,84)
#584F4A
(88,79,74)
#4C4540
(76,69,64)
#403B36
(64,59,54)
#34312C
(52,49,44)
#282722
(40,39,34)
#1C1D18
(28,29,24)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #887772

#887772
(136,119,114)
#92837E
(146,131,126)
#9C8F8A
(156,143,138)
#A69B96
(166,155,150)
#B0A7A2
(176,167,162)
#BAB3AE
(186,179,174)
#C4BFBA
(196,191,186)
#CECBC6
(206,203,198)
#D8D7D2
(216,215,210)
#E2E3DE
(226,227,222)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887772; }

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

This text font color is #887772.


Background Color

.myBgColor { background-color: #887772; }

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

This div background color is #887772.


Border color

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

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

This div border color is #887772.


Opacity

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

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

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

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

This text has shadow with #887772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887772 on black background.


Color preview on white background

This text has color #887772 on white background.



Black color preview on #887772 background

This text has black color on #887772 background.


White color preview on #887772 background

This text has white color on #887772 background.