COLOR #7D4D77

HEX: #7D4D77
RGB: (125,77,119)

Renk bilgisi

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

RGB renk modeli

#7D4D77 color RGB value is (125,77,119).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 77 of 255 = 30%
B 119 of 255 = 47%

125
77
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 77 + 119 = 321 (100%)
R 125 of 321 ~ 38.94%
G 77 of 321 ~ 23.99%
B 119 of 321 ~ 37.07%

%38.94
%23.99
%37.07

CMYK RENK MODELİ

#7D4D77 rengi CMYK tonu (0,38,5,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.40%
  • sarı tonu 4.80%
  • ana renk tonu 50.98%
CMYK:
(0,38,5,51)
C0M38Y5K51 
(0%,38%,5%,51%)
(0.00/0.38/0.05/0.51)	

CMYK yüzdeleri

%0
%38.4
%4.8
%50.98

Codes

Color #7D4D77 in popluar color models

7D4D77
RGB12577119
HSL308°23.76%39.61%
HSB/HSV308°38.40%49.02%
CMYK0.00%38.40%4.80%
50.98%

Color #7D4D77 in popluar number systems.

HEX7D4D77
Decimal12577119
Binary111110110011011110111
Octal175115167

Shades and tints

Shades of #7D4D77

#7D4D77
(125,77,119)
#72466D
(114,70,109)
#673F63
(103,63,99)
#5C3859
(92,56,89)
#51314F
(81,49,79)
#462A45
(70,42,69)
#3B233B
(59,35,59)
#301C31
(48,28,49)
#251527
(37,21,39)
#1A0E1D
(26,14,29)
#0F0713
(15,7,19)
#000000
(0,0,0)

Tints of #7D4D77

#7D4D77
(125,77,119)
#885D83
(136,93,131)
#936D8F
(147,109,143)
#9E7D9B
(158,125,155)
#A98DA7
(169,141,167)
#B49DB3
(180,157,179)
#BFADBF
(191,173,191)
#CABDCB
(202,189,203)
#D5CDD7
(213,205,215)
#E0DDE3
(224,221,227)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4D77; }

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

This text font color is #7D4D77.


Background Color

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

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

This div background color is #7D4D77.


Border color

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

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

This div border color is #7D4D77.


Opacity

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

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

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

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

This text has shadow with #7D4D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4D77 on black background.


Color preview on white background

This text has color #7D4D77 on white background.



Black color preview on #7D4D77 background

This text has black color on #7D4D77 background.


White color preview on #7D4D77 background

This text has white color on #7D4D77 background.