COLOR #86727D

HEX: #86727D
RGB: (134,114,125)

Renk bilgisi

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

RGB renk modeli

#86727D color RGB value is (134,114,125).

  • kırmız ton 134;
  • yeşil ton 114;
  • mavi ton 125.
RGB:
(134,114,125)
(53%,45%,49%)

RGB bağlantıları ve doygunluk

R 134 of 255 = 53%
G 114 of 255 = 45%
B 125 of 255 = 49%

134
114
125

R + G + B ~ 49%. #86727D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
134 + 114 + 125 = 373 (100%)
R 134 of 373 ~ 35.92%
G 114 of 373 ~ 30.56%
B 125 of 373 ~ 33.51%

%35.92
%30.56
%33.51

CMYK RENK MODELİ

#86727D rengi CMYK tonu (0,15,7,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.93%
  • sarı tonu 6.72%
  • ana renk tonu 47.45%
CMYK:
(0,15,7,47)
C0M15Y7K47 
(0%,15%,7%,47%)
(0.00/0.15/0.07/0.47)	

CMYK yüzdeleri

%0
%14.93
%6.72
%47.45

Codes

Color #86727D in popluar color models

86727D
RGB134114125
HSL327°8.06%48.63%
HSB/HSV327°14.93%52.55%
CMYK0.00%14.93%6.72%
47.45%

Color #86727D in popluar number systems.

HEX86727D
Decimal134114125
Binary1000011011100101111101
Octal206162175

Shades and tints

Shades of #86727D

#86727D
(134,114,125)
#7A6872
(122,104,114)
#6E5E67
(110,94,103)
#62545C
(98,84,92)
#564A51
(86,74,81)
#4A4046
(74,64,70)
#3E363B
(62,54,59)
#322C30
(50,44,48)
#262225
(38,34,37)
#1A181A
(26,24,26)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #86727D

#86727D
(134,114,125)
#917E88
(145,126,136)
#9C8A93
(156,138,147)
#A7969E
(167,150,158)
#B2A2A9
(178,162,169)
#BDAEB4
(189,174,180)
#C8BABF
(200,186,191)
#D3C6CA
(211,198,202)
#DED2D5
(222,210,213)
#E9DEE0
(233,222,224)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86727D color. Also use rgb(134,114,125) instead hex code.

Text Font Color

.myTextColor { color: #86727D; }

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

This text font color is #86727D.


Background Color

.myBgColor { background-color: #86727D; }

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

This div background color is #86727D.


Border color

.myBorderColor { border: 1px solid #86727D; }

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

This div border color is #86727D.


Opacity

.myOpacity80 { color: #86727D; opacity: 0.8; }

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

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

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

This text has shadow with #86727D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86727D on black background.


Color preview on white background

This text has color #86727D on white background.



Black color preview on #86727D background

This text has black color on #86727D background.


White color preview on #86727D background

This text has white color on #86727D background.