COLOR #7D517C

HEX: #7D517C
RGB: (125,81,124)

Renk bilgisi

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

RGB renk modeli

#7D517C color RGB value is (125,81,124).

  • kırmız ton 125;
  • yeşil ton 81;
  • mavi ton 124.
RGB:
(125,81,124)
(49%,32%,49%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 81 of 255 = 32%
B 124 of 255 = 49%

125
81
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 81 + 124 = 330 (100%)
R 125 of 330 ~ 37.88%
G 81 of 330 ~ 24.55%
B 124 of 330 ~ 37.58%

%37.88
%24.55
%37.58

CMYK RENK MODELİ

#7D517C rengi CMYK tonu (0,35,1,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.20%
  • sarı tonu 0.80%
  • ana renk tonu 50.98%
CMYK:
(0,35,1,51)
C0M35Y1K51 
(0%,35%,1%,51%)
(0.00/0.35/0.01/0.51)	

CMYK yüzdeleri

%0
%35.2
%0.8
%50.98

Codes

Color #7D517C in popluar color models

7D517C
RGB12581124
HSL301°21.36%40.39%
HSB/HSV301°35.20%49.02%
CMYK0.00%35.20%0.80%
50.98%

Color #7D517C in popluar number systems.

HEX7D517C
Decimal12581124
Binary111110110100011111100
Octal175121174

Shades and tints

Shades of #7D517C

#7D517C
(125,81,124)
#724A71
(114,74,113)
#674366
(103,67,102)
#5C3C5B
(92,60,91)
#513550
(81,53,80)
#462E45
(70,46,69)
#3B273A
(59,39,58)
#30202F
(48,32,47)
#251924
(37,25,36)
#1A1219
(26,18,25)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #7D517C

#7D517C
(125,81,124)
#886087
(136,96,135)
#936F92
(147,111,146)
#9E7E9D
(158,126,157)
#A98DA8
(169,141,168)
#B49CB3
(180,156,179)
#BFABBE
(191,171,190)
#CABAC9
(202,186,201)
#D5C9D4
(213,201,212)
#E0D8DF
(224,216,223)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D517C color. Also use rgb(125,81,124) instead hex code.

Text Font Color

.myTextColor { color: #7D517C; }

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

This text font color is #7D517C.


Background Color

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

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

This div background color is #7D517C.


Border color

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

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

This div border color is #7D517C.


Opacity

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

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

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

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

This text has shadow with #7D517C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D517C on black background.


Color preview on white background

This text has color #7D517C on white background.



Black color preview on #7D517C background

This text has black color on #7D517C background.


White color preview on #7D517C background

This text has white color on #7D517C background.