COLOR #7D5D77

HEX: #7D5D77
RGB: (125,93,119)

Renk bilgisi

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

RGB renk modeli

#7D5D77 color RGB value is (125,93,119).

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

RGB bağlantıları ve doygunluk

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

125
93
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 93 + 119 = 337 (100%)
R 125 of 337 ~ 37.09%
G 93 of 337 ~ 27.6%
B 119 of 337 ~ 35.31%

%37.09
%27.6
%35.31

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.60%
  • 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
%25.6
%4.8
%50.98

Codes

Color #7D5D77 in popluar color models

7D5D77
RGB12593119
HSL311°14.68%42.75%
HSB/HSV311°25.60%49.02%
CMYK0.00%25.60%4.80%
50.98%

Color #7D5D77 in popluar number systems.

HEX7D5D77
Decimal12593119
Binary111110110111011110111
Octal175135167

Shades and tints

Shades of #7D5D77

#7D5D77
(125,93,119)
#72556D
(114,85,109)
#674D63
(103,77,99)
#5C4559
(92,69,89)
#513D4F
(81,61,79)
#463545
(70,53,69)
#3B2D3B
(59,45,59)
#302531
(48,37,49)
#251D27
(37,29,39)
#1A151D
(26,21,29)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #7D5D77

#7D5D77
(125,93,119)
#886B83
(136,107,131)
#93798F
(147,121,143)
#9E879B
(158,135,155)
#A995A7
(169,149,167)
#B4A3B3
(180,163,179)
#BFB1BF
(191,177,191)
#CABFCB
(202,191,203)
#D5CDD7
(213,205,215)
#E0DBE3
(224,219,227)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5D77; }

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

This text font color is #7D5D77.


Background Color

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

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

This div background color is #7D5D77.


Border color

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

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

This div border color is #7D5D77.


Opacity

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

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

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

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

This text has shadow with #7D5D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5D77 on black background.


Color preview on white background

This text has color #7D5D77 on white background.



Black color preview on #7D5D77 background

This text has black color on #7D5D77 background.


White color preview on #7D5D77 background

This text has white color on #7D5D77 background.