COLOR #7D4787

HEX: #7D4787
RGB: (125,71,135)

Renk bilgisi

#7D4787 contains mainly red and blue colors. #7D4787 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#7D4787 color RGB value is (125,71,135).

  • kırmız ton 125;
  • yeşil ton 71;
  • mavi ton 135.
RGB:
(125,71,135)
(49%,28%,53%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 71 of 255 = 28%
B 135 of 255 = 53%

125
71
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 71 + 135 = 331 (100%)
R 125 of 331 ~ 37.76%
G 71 of 331 ~ 21.45%
B 135 of 331 ~ 40.79%

%37.76
%21.45
%40.79

CMYK RENK MODELİ

#7D4787 rengi CMYK tonu (7,47,0,47).

  • camgöbeği tonu 7.41%
  • eflatun tonu 47.41%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(7,47,0,47)
C7M47Y0K47 
(7%,47%,0%,47%)
(0.07/0.47/0.00/0.47)	

CMYK yüzdeleri

%7.41
%47.41
%0
%47.06

Codes

Color #7D4787 in popluar color models

7D4787
RGB12571135
HSL291°31.07%40.39%
HSB/HSV291°47.41%52.94%
CMYK7.41%47.41%0.00%
47.06%

Color #7D4787 in popluar number systems.

HEX7D4787
Decimal12571135
Binary1111101100011110000111
Octal175107207

Shades and tints

Shades of #7D4787

#7D4787
(125,71,135)
#72417B
(114,65,123)
#673B6F
(103,59,111)
#5C3563
(92,53,99)
#512F57
(81,47,87)
#46294B
(70,41,75)
#3B233F
(59,35,63)
#301D33
(48,29,51)
#251727
(37,23,39)
#1A111B
(26,17,27)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #7D4787

#7D4787
(125,71,135)
#885791
(136,87,145)
#93679B
(147,103,155)
#9E77A5
(158,119,165)
#A987AF
(169,135,175)
#B497B9
(180,151,185)
#BFA7C3
(191,167,195)
#CAB7CD
(202,183,205)
#D5C7D7
(213,199,215)
#E0D7E1
(224,215,225)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4787 color. Also use rgb(125,71,135) instead hex code.

Text Font Color

.myTextColor { color: #7D4787; }

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

This text font color is #7D4787.


Background Color

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

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

This div background color is #7D4787.


Border color

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

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

This div border color is #7D4787.


Opacity

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

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

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

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

This text has shadow with #7D4787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4787 on black background.


Color preview on white background

This text has color #7D4787 on white background.



Black color preview on #7D4787 background

This text has black color on #7D4787 background.


White color preview on #7D4787 background

This text has white color on #7D4787 background.