COLOR #7E5785

HEX: #7E5785
RGB: (126,87,133)

Renk bilgisi

#7E5785 contains red, green and blue colors in about the same proportion. #7E5785 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7E5785 color RGB value is (126,87,133).

  • kırmız ton 126;
  • yeşil ton 87;
  • mavi ton 133.
RGB:
(126,87,133)
(49%,34%,52%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 87 of 255 = 34%
B 133 of 255 = 52%

126
87
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 87 + 133 = 346 (100%)
R 126 of 346 ~ 36.42%
G 87 of 346 ~ 25.14%
B 133 of 346 ~ 38.44%

%36.42
%25.14
%38.44

CMYK RENK MODELİ

#7E5785 rengi CMYK tonu (5,35,0,48).

  • camgöbeği tonu 5.26%
  • eflatun tonu 34.59%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(5,35,0,48)
C5M35Y0K48 
(5%,35%,0%,48%)
(0.05/0.35/0.00/0.48)	

CMYK yüzdeleri

%5.26
%34.59
%0
%47.84

Codes

Color #7E5785 in popluar color models

7E5785
RGB12687133
HSL291°20.91%43.14%
HSB/HSV291°34.59%52.16%
CMYK5.26%34.59%0.00%
47.84%

Color #7E5785 in popluar number systems.

HEX7E5785
Decimal12687133
Binary1111110101011110000101
Octal176127205

Shades and tints

Shades of #7E5785

#7E5785
(126,87,133)
#735079
(115,80,121)
#68496D
(104,73,109)
#5D4261
(93,66,97)
#523B55
(82,59,85)
#473449
(71,52,73)
#3C2D3D
(60,45,61)
#312631
(49,38,49)
#261F25
(38,31,37)
#1B1819
(27,24,25)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #7E5785

#7E5785
(126,87,133)
#896690
(137,102,144)
#94759B
(148,117,155)
#9F84A6
(159,132,166)
#AA93B1
(170,147,177)
#B5A2BC
(181,162,188)
#C0B1C7
(192,177,199)
#CBC0D2
(203,192,210)
#D6CFDD
(214,207,221)
#E1DEE8
(225,222,232)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5785 color. Also use rgb(126,87,133) instead hex code.

Text Font Color

.myTextColor { color: #7E5785; }

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

This text font color is #7E5785.


Background Color

.myBgColor { background-color: #7E5785; }

<div style="background-color:#7E5785">Inner text</div>

This div background color is #7E5785.


Border color

.myBorderColor { border: 1px solid #7E5785; }

<div style="border:3px solid #7E5785">Div</div>

This div border color is #7E5785.


Opacity

.myOpacity80 { color: #7E5785; opacity: 0.8; }

<p style="color:#7E5785;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E5785 color.

.textShadow {text-shadow: 3px 3px 1px #7E5785, 3px 3px 1px red;}

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

This text has shadow with #7E5785 primary color and red secondary color.


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

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

This text has shadow with #7E5785 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5785 on black background.


Color preview on white background

This text has color #7E5785 on white background.



Black color preview on #7E5785 background

This text has black color on #7E5785 background.


White color preview on #7E5785 background

This text has white color on #7E5785 background.