COLOR #7D5C77

HEX: #7D5C77
RGB: (125,92,119)

Renk bilgisi

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

RGB renk modeli

#7D5C77 color RGB value is (125,92,119).

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

RGB bağlantıları ve doygunluk

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

125
92
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 92 + 119 = 336 (100%)
R 125 of 336 ~ 37.2%
G 92 of 336 ~ 27.38%
B 119 of 336 ~ 35.42%

%37.2
%27.38
%35.42

CMYK RENK MODELİ

#7D5C77 rengi CMYK tonu (0,26,5,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.40%
  • sarı tonu 4.80%
  • ana renk tonu 50.98%
CMYK:
(0,26,5,51)
C0M26Y5K51 
(0%,26%,5%,51%)
(0.00/0.26/0.05/0.51)	

CMYK yüzdeleri

%0
%26.4
%4.8
%50.98

Codes

Color #7D5C77 in popluar color models

7D5C77
RGB12592119
HSL311°15.21%42.55%
HSB/HSV311°26.40%49.02%
CMYK0.00%26.40%4.80%
50.98%

Color #7D5C77 in popluar number systems.

HEX7D5C77
Decimal12592119
Binary111110110111001110111
Octal175134167

Shades and tints

Shades of #7D5C77

#7D5C77
(125,92,119)
#72546D
(114,84,109)
#674C63
(103,76,99)
#5C4459
(92,68,89)
#513C4F
(81,60,79)
#463445
(70,52,69)
#3B2C3B
(59,44,59)
#302431
(48,36,49)
#251C27
(37,28,39)
#1A141D
(26,20,29)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #7D5C77

#7D5C77
(125,92,119)
#886A83
(136,106,131)
#93788F
(147,120,143)
#9E869B
(158,134,155)
#A994A7
(169,148,167)
#B4A2B3
(180,162,179)
#BFB0BF
(191,176,191)
#CABECB
(202,190,203)
#D5CCD7
(213,204,215)
#E0DAE3
(224,218,227)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5C77; }

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

This text font color is #7D5C77.


Background Color

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

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

This div background color is #7D5C77.


Border color

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

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

This div border color is #7D5C77.


Opacity

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

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

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

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

This text has shadow with #7D5C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5C77 on black background.


Color preview on white background

This text has color #7D5C77 on white background.



Black color preview on #7D5C77 background

This text has black color on #7D5C77 background.


White color preview on #7D5C77 background

This text has white color on #7D5C77 background.