COLOR #7D5E76

HEX: #7D5E76
RGB: (125,94,118)

Renk bilgisi

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

RGB renk modeli

#7D5E76 color RGB value is (125,94,118).

  • kırmız ton 125;
  • yeşil ton 94;
  • mavi ton 118.
RGB:
(125,94,118)
(49%,37%,46%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 94 of 255 = 37%
B 118 of 255 = 46%

125
94
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 94 + 118 = 337 (100%)
R 125 of 337 ~ 37.09%
G 94 of 337 ~ 27.89%
B 118 of 337 ~ 35.01%

%37.09
%27.89
%35.01

CMYK RENK MODELİ

#7D5E76 rengi CMYK tonu (0,25,6,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.80%
  • sarı tonu 5.60%
  • ana renk tonu 50.98%
CMYK:
(0,25,6,51)
C0M25Y6K51 
(0%,25%,6%,51%)
(0.00/0.25/0.06/0.51)	

CMYK yüzdeleri

%0
%24.8
%5.6
%50.98

Codes

Color #7D5E76 in popluar color models

7D5E76
RGB12594118
HSL314°14.16%42.94%
HSB/HSV314°24.80%49.02%
CMYK0.00%24.80%5.60%
50.98%

Color #7D5E76 in popluar number systems.

HEX7D5E76
Decimal12594118
Binary111110110111101110110
Octal175136166

Shades and tints

Shades of #7D5E76

#7D5E76
(125,94,118)
#72566C
(114,86,108)
#674E62
(103,78,98)
#5C4658
(92,70,88)
#513E4E
(81,62,78)
#463644
(70,54,68)
#3B2E3A
(59,46,58)
#302630
(48,38,48)
#251E26
(37,30,38)
#1A161C
(26,22,28)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #7D5E76

#7D5E76
(125,94,118)
#886C82
(136,108,130)
#937A8E
(147,122,142)
#9E889A
(158,136,154)
#A996A6
(169,150,166)
#B4A4B2
(180,164,178)
#BFB2BE
(191,178,190)
#CAC0CA
(202,192,202)
#D5CED6
(213,206,214)
#E0DCE2
(224,220,226)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5E76 color. Also use rgb(125,94,118) instead hex code.

Text Font Color

.myTextColor { color: #7D5E76; }

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

This text font color is #7D5E76.


Background Color

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

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

This div background color is #7D5E76.


Border color

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

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

This div border color is #7D5E76.


Opacity

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

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

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

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

This text has shadow with #7D5E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5E76 on black background.


Color preview on white background

This text has color #7D5E76 on white background.



Black color preview on #7D5E76 background

This text has black color on #7D5E76 background.


White color preview on #7D5E76 background

This text has white color on #7D5E76 background.