COLOR #7E4D71

HEX: #7E4D71
RGB: (126,77,113)

Renk bilgisi

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

RGB renk modeli

#7E4D71 color RGB value is (126,77,113).

  • kırmız ton 126;
  • yeşil ton 77;
  • mavi ton 113.
RGB:
(126,77,113)
(49%,30%,44%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 77 of 255 = 30%
B 113 of 255 = 44%

126
77
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 77 + 113 = 316 (100%)
R 126 of 316 ~ 39.87%
G 77 of 316 ~ 24.37%
B 113 of 316 ~ 35.76%

%39.87
%24.37
%35.76

CMYK RENK MODELİ

#7E4D71 rengi CMYK tonu (0,39,10,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.89%
  • sarı tonu 10.32%
  • ana renk tonu 50.59%
CMYK:
(0,39,10,51)
C0M39Y10K51 
(0%,39%,10%,51%)
(0.00/0.39/0.10/0.51)	

CMYK yüzdeleri

%0
%38.89
%10.32
%50.59

Codes

Color #7E4D71 in popluar color models

7E4D71
RGB12677113
HSL316°24.14%39.80%
HSB/HSV316°38.89%49.41%
CMYK0.00%38.89%10.32%
50.59%

Color #7E4D71 in popluar number systems.

HEX7E4D71
Decimal12677113
Binary111111010011011110001
Octal176115161

Shades and tints

Shades of #7E4D71

#7E4D71
(126,77,113)
#734667
(115,70,103)
#683F5D
(104,63,93)
#5D3853
(93,56,83)
#523149
(82,49,73)
#472A3F
(71,42,63)
#3C2335
(60,35,53)
#311C2B
(49,28,43)
#261521
(38,21,33)
#1B0E17
(27,14,23)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #7E4D71

#7E4D71
(126,77,113)
#895D7D
(137,93,125)
#946D89
(148,109,137)
#9F7D95
(159,125,149)
#AA8DA1
(170,141,161)
#B59DAD
(181,157,173)
#C0ADB9
(192,173,185)
#CBBDC5
(203,189,197)
#D6CDD1
(214,205,209)
#E1DDDD
(225,221,221)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4D71 color. Also use rgb(126,77,113) instead hex code.

Text Font Color

.myTextColor { color: #7E4D71; }

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

This text font color is #7E4D71.


Background Color

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

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

This div background color is #7E4D71.


Border color

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

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

This div border color is #7E4D71.


Opacity

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

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

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

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

This text has shadow with #7E4D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4D71 on black background.


Color preview on white background

This text has color #7E4D71 on white background.



Black color preview on #7E4D71 background

This text has black color on #7E4D71 background.


White color preview on #7E4D71 background

This text has white color on #7E4D71 background.