COLOR #87676C

HEX: #87676C
RGB: (135,103,108)

Renk bilgisi

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

RGB renk modeli

#87676C color RGB value is (135,103,108).

  • kırmız ton 135;
  • yeşil ton 103;
  • mavi ton 108.
RGB:
(135,103,108)
(53%,40%,42%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 103 of 255 = 40%
B 108 of 255 = 42%

135
103
108

R + G + B ~ 45%. #87676C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 103 + 108 = 346 (100%)
R 135 of 346 ~ 39.02%
G 103 of 346 ~ 29.77%
B 108 of 346 ~ 31.21%

%39.02
%29.77
%31.21

CMYK RENK MODELİ

#87676C rengi CMYK tonu (0,24,20,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.70%
  • sarı tonu 20.00%
  • ana renk tonu 47.06%
CMYK:
(0,24,20,47)
C0M24Y20K47 
(0%,24%,20%,47%)
(0.00/0.24/0.20/0.47)	

CMYK yüzdeleri

%0
%23.7
%20
%47.06

Codes

Color #87676C in popluar color models

87676C
RGB135103108
HSL351°13.45%46.67%
HSB/HSV351°23.70%52.94%
CMYK0.00%23.70%20.00%
47.06%

Color #87676C in popluar number systems.

HEX87676C
Decimal135103108
Binary1000011111001111101100
Octal207147154

Shades and tints

Shades of #87676C

#87676C
(135,103,108)
#7B5E63
(123,94,99)
#6F555A
(111,85,90)
#634C51
(99,76,81)
#574348
(87,67,72)
#4B3A3F
(75,58,63)
#3F3136
(63,49,54)
#33282D
(51,40,45)
#271F24
(39,31,36)
#1B161B
(27,22,27)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #87676C

#87676C
(135,103,108)
#917479
(145,116,121)
#9B8186
(155,129,134)
#A58E93
(165,142,147)
#AF9BA0
(175,155,160)
#B9A8AD
(185,168,173)
#C3B5BA
(195,181,186)
#CDC2C7
(205,194,199)
#D7CFD4
(215,207,212)
#E1DCE1
(225,220,225)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87676C color. Also use rgb(135,103,108) instead hex code.

Text Font Color

.myTextColor { color: #87676C; }

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

This text font color is #87676C.


Background Color

.myBgColor { background-color: #87676C; }

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

This div background color is #87676C.


Border color

.myBorderColor { border: 1px solid #87676C; }

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

This div border color is #87676C.


Opacity

.myOpacity80 { color: #87676C; opacity: 0.8; }

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

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

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

This text has shadow with #87676C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87676C on black background.


Color preview on white background

This text has color #87676C on white background.



Black color preview on #87676C background

This text has black color on #87676C background.


White color preview on #87676C background

This text has white color on #87676C background.