COLOR #7E5679

HEX: #7E5679
RGB: (126,86,121)

Renk bilgisi

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

RGB renk modeli

#7E5679 color RGB value is (126,86,121).

  • kırmız ton 126;
  • yeşil ton 86;
  • mavi ton 121.
RGB:
(126,86,121)
(49%,34%,47%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 86 of 255 = 34%
B 121 of 255 = 47%

126
86
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 86 + 121 = 333 (100%)
R 126 of 333 ~ 37.84%
G 86 of 333 ~ 25.83%
B 121 of 333 ~ 36.34%

%37.84
%25.83
%36.34

CMYK RENK MODELİ

#7E5679 rengi CMYK tonu (0,32,4,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.75%
  • sarı tonu 3.97%
  • ana renk tonu 50.59%
CMYK:
(0,32,4,51)
C0M32Y4K51 
(0%,32%,4%,51%)
(0.00/0.32/0.04/0.51)	

CMYK yüzdeleri

%0
%31.75
%3.97
%50.59

Codes

Color #7E5679 in popluar color models

7E5679
RGB12686121
HSL308°18.87%41.57%
HSB/HSV308°31.75%49.41%
CMYK0.00%31.75%3.97%
50.59%

Color #7E5679 in popluar number systems.

HEX7E5679
Decimal12686121
Binary111111010101101111001
Octal176126171

Shades and tints

Shades of #7E5679

#7E5679
(126,86,121)
#734F6E
(115,79,110)
#684863
(104,72,99)
#5D4158
(93,65,88)
#523A4D
(82,58,77)
#473342
(71,51,66)
#3C2C37
(60,44,55)
#31252C
(49,37,44)
#261E21
(38,30,33)
#1B1716
(27,23,22)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #7E5679

#7E5679
(126,86,121)
#896585
(137,101,133)
#947491
(148,116,145)
#9F839D
(159,131,157)
#AA92A9
(170,146,169)
#B5A1B5
(181,161,181)
#C0B0C1
(192,176,193)
#CBBFCD
(203,191,205)
#D6CED9
(214,206,217)
#E1DDE5
(225,221,229)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5679 color. Also use rgb(126,86,121) instead hex code.

Text Font Color

.myTextColor { color: #7E5679; }

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

This text font color is #7E5679.


Background Color

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

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

This div background color is #7E5679.


Border color

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

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

This div border color is #7E5679.


Opacity

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

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

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

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

This text has shadow with #7E5679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5679 on black background.


Color preview on white background

This text has color #7E5679 on white background.



Black color preview on #7E5679 background

This text has black color on #7E5679 background.


White color preview on #7E5679 background

This text has white color on #7E5679 background.