COLOR #875F76

HEX: #875F76
RGB: (135,95,118)

Renk bilgisi

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

RGB renk modeli

#875F76 color RGB value is (135,95,118).

  • kırmız ton 135;
  • yeşil ton 95;
  • mavi ton 118.
RGB:
(135,95,118)
(53%,37%,46%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 95 of 255 = 37%
B 118 of 255 = 46%

135
95
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 95 + 118 = 348 (100%)
R 135 of 348 ~ 38.79%
G 95 of 348 ~ 27.3%
B 118 of 348 ~ 33.91%

%38.79
%27.3
%33.91

CMYK RENK MODELİ

#875F76 rengi CMYK tonu (0,30,13,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.63%
  • sarı tonu 12.59%
  • ana renk tonu 47.06%
CMYK:
(0,30,13,47)
C0M30Y13K47 
(0%,30%,13%,47%)
(0.00/0.30/0.13/0.47)	

CMYK yüzdeleri

%0
%29.63
%12.59
%47.06

Codes

Color #875F76 in popluar color models

875F76
RGB13595118
HSL326°17.39%45.10%
HSB/HSV326°29.63%52.94%
CMYK0.00%29.63%12.59%
47.06%

Color #875F76 in popluar number systems.

HEX875F76
Decimal13595118
Binary1000011110111111110110
Octal207137166

Shades and tints

Shades of #875F76

#875F76
(135,95,118)
#7B576C
(123,87,108)
#6F4F62
(111,79,98)
#634758
(99,71,88)
#573F4E
(87,63,78)
#4B3744
(75,55,68)
#3F2F3A
(63,47,58)
#332730
(51,39,48)
#271F26
(39,31,38)
#1B171C
(27,23,28)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #875F76

#875F76
(135,95,118)
#916D82
(145,109,130)
#9B7B8E
(155,123,142)
#A5899A
(165,137,154)
#AF97A6
(175,151,166)
#B9A5B2
(185,165,178)
#C3B3BE
(195,179,190)
#CDC1CA
(205,193,202)
#D7CFD6
(215,207,214)
#E1DDE2
(225,221,226)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875F76 color. Also use rgb(135,95,118) instead hex code.

Text Font Color

.myTextColor { color: #875F76; }

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

This text font color is #875F76.


Background Color

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

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

This div background color is #875F76.


Border color

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

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

This div border color is #875F76.


Opacity

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

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

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

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

This text has shadow with #875F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875F76 on black background.


Color preview on white background

This text has color #875F76 on white background.



Black color preview on #875F76 background

This text has black color on #875F76 background.


White color preview on #875F76 background

This text has white color on #875F76 background.