COLOR #7E5A75

HEX: #7E5A75
RGB: (126,90,117)

Renk bilgisi

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

RGB renk modeli

#7E5A75 color RGB value is (126,90,117).

  • kırmız ton 126;
  • yeşil ton 90;
  • mavi ton 117.
RGB:
(126,90,117)
(49%,35%,46%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 90 of 255 = 35%
B 117 of 255 = 46%

126
90
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 90 + 117 = 333 (100%)
R 126 of 333 ~ 37.84%
G 90 of 333 ~ 27.03%
B 117 of 333 ~ 35.14%

%37.84
%27.03
%35.14

CMYK RENK MODELİ

#7E5A75 rengi CMYK tonu (0,29,7,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.57%
  • sarı tonu 7.14%
  • ana renk tonu 50.59%
CMYK:
(0,29,7,51)
C0M29Y7K51 
(0%,29%,7%,51%)
(0.00/0.29/0.07/0.51)	

CMYK yüzdeleri

%0
%28.57
%7.14
%50.59

Codes

Color #7E5A75 in popluar color models

7E5A75
RGB12690117
HSL315°16.67%42.35%
HSB/HSV315°28.57%49.41%
CMYK0.00%28.57%7.14%
50.59%

Color #7E5A75 in popluar number systems.

HEX7E5A75
Decimal12690117
Binary111111010110101110101
Octal176132165

Shades and tints

Shades of #7E5A75

#7E5A75
(126,90,117)
#73526B
(115,82,107)
#684A61
(104,74,97)
#5D4257
(93,66,87)
#523A4D
(82,58,77)
#473243
(71,50,67)
#3C2A39
(60,42,57)
#31222F
(49,34,47)
#261A25
(38,26,37)
#1B121B
(27,18,27)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #7E5A75

#7E5A75
(126,90,117)
#896981
(137,105,129)
#94788D
(148,120,141)
#9F8799
(159,135,153)
#AA96A5
(170,150,165)
#B5A5B1
(181,165,177)
#C0B4BD
(192,180,189)
#CBC3C9
(203,195,201)
#D6D2D5
(214,210,213)
#E1E1E1
(225,225,225)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5A75 color. Also use rgb(126,90,117) instead hex code.

Text Font Color

.myTextColor { color: #7E5A75; }

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

This text font color is #7E5A75.


Background Color

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

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

This div background color is #7E5A75.


Border color

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

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

This div border color is #7E5A75.


Opacity

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

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

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

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

This text has shadow with #7E5A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5A75 on black background.


Color preview on white background

This text has color #7E5A75 on white background.



Black color preview on #7E5A75 background

This text has black color on #7E5A75 background.


White color preview on #7E5A75 background

This text has white color on #7E5A75 background.