COLOR #7E517F

HEX: #7E517F
RGB: (126,81,127)

Renk bilgisi

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

RGB renk modeli

#7E517F color RGB value is (126,81,127).

  • kırmız ton 126;
  • yeşil ton 81;
  • mavi ton 127.
RGB:
(126,81,127)
(49%,32%,50%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 81 of 255 = 32%
B 127 of 255 = 50%

126
81
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 81 + 127 = 334 (100%)
R 126 of 334 ~ 37.72%
G 81 of 334 ~ 24.25%
B 127 of 334 ~ 38.02%

%37.72
%24.25
%38.02

CMYK RENK MODELİ

#7E517F rengi CMYK tonu (1,36,0,50).

  • camgöbeği tonu 0.79%
  • eflatun tonu 36.22%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(1,36,0,50)
C1M36Y0K50 
(1%,36%,0%,50%)
(0.01/0.36/0.00/0.50)	

CMYK yüzdeleri

%0.79
%36.22
%0
%50.2

Codes

Color #7E517F in popluar color models

7E517F
RGB12681127
HSL299°22.12%40.78%
HSB/HSV299°36.22%49.80%
CMYK0.79%36.22%0.00%
50.20%

Color #7E517F in popluar number systems.

HEX7E517F
Decimal12681127
Binary111111010100011111111
Octal176121177

Shades and tints

Shades of #7E517F

#7E517F
(126,81,127)
#734A74
(115,74,116)
#684369
(104,67,105)
#5D3C5E
(93,60,94)
#523553
(82,53,83)
#472E48
(71,46,72)
#3C273D
(60,39,61)
#312032
(49,32,50)
#261927
(38,25,39)
#1B121C
(27,18,28)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #7E517F

#7E517F
(126,81,127)
#89608A
(137,96,138)
#946F95
(148,111,149)
#9F7EA0
(159,126,160)
#AA8DAB
(170,141,171)
#B59CB6
(181,156,182)
#C0ABC1
(192,171,193)
#CBBACC
(203,186,204)
#D6C9D7
(214,201,215)
#E1D8E2
(225,216,226)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E517F color. Also use rgb(126,81,127) instead hex code.

Text Font Color

.myTextColor { color: #7E517F; }

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

This text font color is #7E517F.


Background Color

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

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

This div background color is #7E517F.


Border color

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

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

This div border color is #7E517F.


Opacity

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

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

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

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

This text has shadow with #7E517F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E517F on black background.


Color preview on white background

This text has color #7E517F on white background.



Black color preview on #7E517F background

This text has black color on #7E517F background.


White color preview on #7E517F background

This text has white color on #7E517F background.