COLOR #887788

HEX: #887788
RGB: (136,119,136)

Renk bilgisi

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

RGB renk modeli

#887788 color RGB value is (136,119,136).

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

RGB bağlantıları ve doygunluk

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

136
119
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 119 + 136 = 391 (100%)
R 136 of 391 ~ 34.78%
G 119 of 391 ~ 30.43%
B 136 of 391 ~ 34.78%

%34.78
%30.43
%34.78

CMYK RENK MODELİ

#887788 rengi CMYK tonu (0,13,0,47).

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

CMYK yüzdeleri

%0
%12.5
%0
%46.67

Codes

Color #887788 in popluar color models

887788
RGB136119136
HSL300°6.67%50.00%
HSB/HSV300°12.50%53.33%
CMYK0.00%12.50%0.00%
46.67%

Color #887788 in popluar number systems.

HEX887788
Decimal136119136
Binary10001000111011110001000
Octal210167210

Shades and tints

Shades of #887788

#887788
(136,119,136)
#7C6D7C
(124,109,124)
#706370
(112,99,112)
#645964
(100,89,100)
#584F58
(88,79,88)
#4C454C
(76,69,76)
#403B40
(64,59,64)
#343134
(52,49,52)
#282728
(40,39,40)
#1C1D1C
(28,29,28)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #887788

#887788
(136,119,136)
#928392
(146,131,146)
#9C8F9C
(156,143,156)
#A69BA6
(166,155,166)
#B0A7B0
(176,167,176)
#BAB3BA
(186,179,186)
#C4BFC4
(196,191,196)
#CECBCE
(206,203,206)
#D8D7D8
(216,215,216)
#E2E3E2
(226,227,226)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887788; }

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

This text font color is #887788.


Background Color

.myBgColor { background-color: #887788; }

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

This div background color is #887788.


Border color

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

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

This div border color is #887788.


Opacity

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

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

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

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

This text has shadow with #887788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887788 on black background.


Color preview on white background

This text has color #887788 on white background.



Black color preview on #887788 background

This text has black color on #887788 background.


White color preview on #887788 background

This text has white color on #887788 background.