COLOR #875C79

HEX: #875C79
RGB: (135,92,121)

Renk bilgisi

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

RGB renk modeli

#875C79 color RGB value is (135,92,121).

  • kırmız ton 135;
  • yeşil ton 92;
  • mavi ton 121.
RGB:
(135,92,121)
(53%,36%,47%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 92 of 255 = 36%
B 121 of 255 = 47%

135
92
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 92 + 121 = 348 (100%)
R 135 of 348 ~ 38.79%
G 92 of 348 ~ 26.44%
B 121 of 348 ~ 34.77%

%38.79
%26.44
%34.77

CMYK RENK MODELİ

#875C79 rengi CMYK tonu (0,32,10,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.85%
  • sarı tonu 10.37%
  • ana renk tonu 47.06%
CMYK:
(0,32,10,47)
C0M32Y10K47 
(0%,32%,10%,47%)
(0.00/0.32/0.10/0.47)	

CMYK yüzdeleri

%0
%31.85
%10.37
%47.06

Codes

Color #875C79 in popluar color models

875C79
RGB13592121
HSL320°18.94%44.51%
HSB/HSV320°31.85%52.94%
CMYK0.00%31.85%10.37%
47.06%

Color #875C79 in popluar number systems.

HEX875C79
Decimal13592121
Binary1000011110111001111001
Octal207134171

Shades and tints

Shades of #875C79

#875C79
(135,92,121)
#7B546E
(123,84,110)
#6F4C63
(111,76,99)
#634458
(99,68,88)
#573C4D
(87,60,77)
#4B3442
(75,52,66)
#3F2C37
(63,44,55)
#33242C
(51,36,44)
#271C21
(39,28,33)
#1B1416
(27,20,22)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #875C79

#875C79
(135,92,121)
#916A85
(145,106,133)
#9B7891
(155,120,145)
#A5869D
(165,134,157)
#AF94A9
(175,148,169)
#B9A2B5
(185,162,181)
#C3B0C1
(195,176,193)
#CDBECD
(205,190,205)
#D7CCD9
(215,204,217)
#E1DAE5
(225,218,229)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875C79 color. Also use rgb(135,92,121) instead hex code.

Text Font Color

.myTextColor { color: #875C79; }

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

This text font color is #875C79.


Background Color

.myBgColor { background-color: #875C79; }

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

This div background color is #875C79.


Border color

.myBorderColor { border: 1px solid #875C79; }

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

This div border color is #875C79.


Opacity

.myOpacity80 { color: #875C79; opacity: 0.8; }

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

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

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

This text has shadow with #875C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875C79 on black background.


Color preview on white background

This text has color #875C79 on white background.



Black color preview on #875C79 background

This text has black color on #875C79 background.


White color preview on #875C79 background

This text has white color on #875C79 background.