COLOR #7E5C77

HEX: #7E5C77
RGB: (126,92,119)

Renk bilgisi

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

RGB renk modeli

#7E5C77 color RGB value is (126,92,119).

  • kırmız ton 126;
  • yeşil ton 92;
  • mavi ton 119.
RGB:
(126,92,119)
(49%,36%,47%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 92 of 255 = 36%
B 119 of 255 = 47%

126
92
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 92 + 119 = 337 (100%)
R 126 of 337 ~ 37.39%
G 92 of 337 ~ 27.3%
B 119 of 337 ~ 35.31%

%37.39
%27.3
%35.31

CMYK RENK MODELİ

#7E5C77 rengi CMYK tonu (0,27,6,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.98%
  • sarı tonu 5.56%
  • ana renk tonu 50.59%
CMYK:
(0,27,6,51)
C0M27Y6K51 
(0%,27%,6%,51%)
(0.00/0.27/0.06/0.51)	

CMYK yüzdeleri

%0
%26.98
%5.56
%50.59

Codes

Color #7E5C77 in popluar color models

7E5C77
RGB12692119
HSL312°15.60%42.75%
HSB/HSV312°26.98%49.41%
CMYK0.00%26.98%5.56%
50.59%

Color #7E5C77 in popluar number systems.

HEX7E5C77
Decimal12692119
Binary111111010111001110111
Octal176134167

Shades and tints

Shades of #7E5C77

#7E5C77
(126,92,119)
#73546D
(115,84,109)
#684C63
(104,76,99)
#5D4459
(93,68,89)
#523C4F
(82,60,79)
#473445
(71,52,69)
#3C2C3B
(60,44,59)
#312431
(49,36,49)
#261C27
(38,28,39)
#1B141D
(27,20,29)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #7E5C77

#7E5C77
(126,92,119)
#896A83
(137,106,131)
#94788F
(148,120,143)
#9F869B
(159,134,155)
#AA94A7
(170,148,167)
#B5A2B3
(181,162,179)
#C0B0BF
(192,176,191)
#CBBECB
(203,190,203)
#D6CCD7
(214,204,215)
#E1DAE3
(225,218,227)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5C77 color. Also use rgb(126,92,119) instead hex code.

Text Font Color

.myTextColor { color: #7E5C77; }

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

This text font color is #7E5C77.


Background Color

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

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

This div background color is #7E5C77.


Border color

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

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

This div border color is #7E5C77.


Opacity

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

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

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

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

This text has shadow with #7E5C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5C77 on black background.


Color preview on white background

This text has color #7E5C77 on white background.



Black color preview on #7E5C77 background

This text has black color on #7E5C77 background.


White color preview on #7E5C77 background

This text has white color on #7E5C77 background.