COLOR #855F76

HEX: #855F76
RGB: (133,95,118)

Renk bilgisi

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

RGB renk modeli

#855F76 color RGB value is (133,95,118).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 95 of 255 = 37%
B 118 of 255 = 46%

133
95
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 95 + 118 = 346 (100%)
R 133 of 346 ~ 38.44%
G 95 of 346 ~ 27.46%
B 118 of 346 ~ 34.1%

%38.44
%27.46
%34.1

CMYK RENK MODELİ

#855F76 rengi CMYK tonu (0,29,11,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.57%
  • sarı tonu 11.28%
  • ana renk tonu 47.84%
CMYK:
(0,29,11,48)
C0M29Y11K48 
(0%,29%,11%,48%)
(0.00/0.29/0.11/0.48)	

CMYK yüzdeleri

%0
%28.57
%11.28
%47.84

Codes

Color #855F76 in popluar color models

855F76
RGB13395118
HSL324°16.67%44.71%
HSB/HSV324°28.57%52.16%
CMYK0.00%28.57%11.28%
47.84%

Color #855F76 in popluar number systems.

HEX855F76
Decimal13395118
Binary1000010110111111110110
Octal205137166

Shades and tints

Shades of #855F76

#855F76
(133,95,118)
#79576C
(121,87,108)
#6D4F62
(109,79,98)
#614758
(97,71,88)
#553F4E
(85,63,78)
#493744
(73,55,68)
#3D2F3A
(61,47,58)
#312730
(49,39,48)
#251F26
(37,31,38)
#19171C
(25,23,28)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #855F76

#855F76
(133,95,118)
#906D82
(144,109,130)
#9B7B8E
(155,123,142)
#A6899A
(166,137,154)
#B197A6
(177,151,166)
#BCA5B2
(188,165,178)
#C7B3BE
(199,179,190)
#D2C1CA
(210,193,202)
#DDCFD6
(221,207,214)
#E8DDE2
(232,221,226)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855F76; }

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

This text font color is #855F76.


Background Color

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

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

This div background color is #855F76.


Border color

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

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

This div border color is #855F76.


Opacity

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

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

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

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

This text has shadow with #855F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855F76 on black background.


Color preview on white background

This text has color #855F76 on white background.



Black color preview on #855F76 background

This text has black color on #855F76 background.


White color preview on #855F76 background

This text has white color on #855F76 background.