COLOR #887674

HEX: #887674
RGB: (136,118,116)

Renk bilgisi

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

RGB renk modeli

#887674 color RGB value is (136,118,116).

  • kırmız ton 136;
  • yeşil ton 118;
  • mavi ton 116.
RGB:
(136,118,116)
(53%,46%,45%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 118 of 255 = 46%
B 116 of 255 = 45%

136
118
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 118 + 116 = 370 (100%)
R 136 of 370 ~ 36.76%
G 118 of 370 ~ 31.89%
B 116 of 370 ~ 31.35%

%36.76
%31.89
%31.35

CMYK RENK MODELİ

#887674 rengi CMYK tonu (0,13,15,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.24%
  • sarı tonu 14.71%
  • ana renk tonu 46.67%
CMYK:
(0,13,15,47)
C0M13Y15K47 
(0%,13%,15%,47%)
(0.00/0.13/0.15/0.47)	

CMYK yüzdeleri

%0
%13.24
%14.71
%46.67

Codes

Color #887674 in popluar color models

887674
RGB136118116
HSL7.94%49.41%
HSB/HSV14.71%53.33%
CMYK0.00%13.24%14.71%
46.67%

Color #887674 in popluar number systems.

HEX887674
Decimal136118116
Binary1000100011101101110100
Octal210166164

Shades and tints

Shades of #887674

#887674
(136,118,116)
#7C6C6A
(124,108,106)
#706260
(112,98,96)
#645856
(100,88,86)
#584E4C
(88,78,76)
#4C4442
(76,68,66)
#403A38
(64,58,56)
#34302E
(52,48,46)
#282624
(40,38,36)
#1C1C1A
(28,28,26)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #887674

#887674
(136,118,116)
#928280
(146,130,128)
#9C8E8C
(156,142,140)
#A69A98
(166,154,152)
#B0A6A4
(176,166,164)
#BAB2B0
(186,178,176)
#C4BEBC
(196,190,188)
#CECAC8
(206,202,200)
#D8D6D4
(216,214,212)
#E2E2E0
(226,226,224)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887674; }

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

This text font color is #887674.


Background Color

.myBgColor { background-color: #887674; }

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

This div background color is #887674.


Border color

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

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

This div border color is #887674.


Opacity

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

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

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

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

This text has shadow with #887674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887674 on black background.


Color preview on white background

This text has color #887674 on white background.



Black color preview on #887674 background

This text has black color on #887674 background.


White color preview on #887674 background

This text has white color on #887674 background.