COLOR #887766

HEX: #887766
RGB: (136,119,102)

Renk bilgisi

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

RGB renk modeli

#887766 color RGB value is (136,119,102).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 119 of 255 = 47%
B 102 of 255 = 40%

136
119
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 119 + 102 = 357 (100%)
R 136 of 357 ~ 38.1%
G 119 of 357 ~ 33.33%
B 102 of 357 ~ 28.57%

%38.1
%33.33
%28.57

CMYK RENK MODELİ

#887766 rengi CMYK tonu (0,13,25,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.50%
  • sarı tonu 25.00%
  • ana renk tonu 46.67%
CMYK:
(0,13,25,47)
C0M13Y25K47 
(0%,13%,25%,47%)
(0.00/0.13/0.25/0.47)	

CMYK yüzdeleri

%0
%12.5
%25
%46.67

Codes

Color #887766 in popluar color models

887766
RGB136119102
HSL30°14.29%46.67%
HSB/HSV30°25.00%53.33%
CMYK0.00%12.50%25.00%
46.67%

Color #887766 in popluar number systems.

HEX887766
Decimal136119102
Binary1000100011101111100110
Octal210167146

Shades and tints

Shades of #887766

#887766
(136,119,102)
#7C6D5D
(124,109,93)
#706354
(112,99,84)
#64594B
(100,89,75)
#584F42
(88,79,66)
#4C4539
(76,69,57)
#403B30
(64,59,48)
#343127
(52,49,39)
#28271E
(40,39,30)
#1C1D15
(28,29,21)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #887766

#887766
(136,119,102)
#928373
(146,131,115)
#9C8F80
(156,143,128)
#A69B8D
(166,155,141)
#B0A79A
(176,167,154)
#BAB3A7
(186,179,167)
#C4BFB4
(196,191,180)
#CECBC1
(206,203,193)
#D8D7CE
(216,215,206)
#E2E3DB
(226,227,219)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887766; }

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

This text font color is #887766.


Background Color

.myBgColor { background-color: #887766; }

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

This div background color is #887766.


Border color

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

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

This div border color is #887766.


Opacity

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

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

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

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

This text has shadow with #887766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887766 on black background.


Color preview on white background

This text has color #887766 on white background.



Black color preview on #887766 background

This text has black color on #887766 background.


White color preview on #887766 background

This text has white color on #887766 background.