COLOR #7E5F7F

HEX: #7E5F7F
RGB: (126,95,127)

Renk bilgisi

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

RGB renk modeli

#7E5F7F color RGB value is (126,95,127).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 95 of 255 = 37%
B 127 of 255 = 50%

126
95
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 95 + 127 = 348 (100%)
R 126 of 348 ~ 36.21%
G 95 of 348 ~ 27.3%
B 127 of 348 ~ 36.49%

%36.21
%27.3
%36.49

CMYK RENK MODELİ

#7E5F7F rengi CMYK tonu (1,25,0,50).

  • camgöbeği tonu 0.79%
  • eflatun tonu 25.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(1,25,0,50)
C1M25Y0K50 
(1%,25%,0%,50%)
(0.01/0.25/0.00/0.50)	

CMYK yüzdeleri

%0.79
%25.2
%0
%50.2

Codes

Color #7E5F7F in popluar color models

7E5F7F
RGB12695127
HSL298°14.41%43.53%
HSB/HSV298°25.20%49.80%
CMYK0.79%25.20%0.00%
50.20%

Color #7E5F7F in popluar number systems.

HEX7E5F7F
Decimal12695127
Binary111111010111111111111
Octal176137177

Shades and tints

Shades of #7E5F7F

#7E5F7F
(126,95,127)
#735774
(115,87,116)
#684F69
(104,79,105)
#5D475E
(93,71,94)
#523F53
(82,63,83)
#473748
(71,55,72)
#3C2F3D
(60,47,61)
#312732
(49,39,50)
#261F27
(38,31,39)
#1B171C
(27,23,28)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #7E5F7F

#7E5F7F
(126,95,127)
#896D8A
(137,109,138)
#947B95
(148,123,149)
#9F89A0
(159,137,160)
#AA97AB
(170,151,171)
#B5A5B6
(181,165,182)
#C0B3C1
(192,179,193)
#CBC1CC
(203,193,204)
#D6CFD7
(214,207,215)
#E1DDE2
(225,221,226)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5F7F; }

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

This text font color is #7E5F7F.


Background Color

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

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

This div background color is #7E5F7F.


Border color

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

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

This div border color is #7E5F7F.


Opacity

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

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

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

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

This text has shadow with #7E5F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5F7F on black background.


Color preview on white background

This text has color #7E5F7F on white background.



Black color preview on #7E5F7F background

This text has black color on #7E5F7F background.


White color preview on #7E5F7F background

This text has white color on #7E5F7F background.