COLOR #7D507E

HEX: #7D507E
RGB: (125,80,126)

Renk bilgisi

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

RGB renk modeli

#7D507E color RGB value is (125,80,126).

  • kırmız ton 125;
  • yeşil ton 80;
  • mavi ton 126.
RGB:
(125,80,126)
(49%,31%,49%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 80 of 255 = 31%
B 126 of 255 = 49%

125
80
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 80 + 126 = 331 (100%)
R 125 of 331 ~ 37.76%
G 80 of 331 ~ 24.17%
B 126 of 331 ~ 38.07%

%37.76
%24.17
%38.07

CMYK RENK MODELİ

#7D507E rengi CMYK tonu (1,37,0,51).

  • camgöbeği tonu 0.79%
  • eflatun tonu 36.51%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(1,37,0,51)
C1M37Y0K51 
(1%,37%,0%,51%)
(0.01/0.37/0.00/0.51)	

CMYK yüzdeleri

%0.79
%36.51
%0
%50.59

Codes

Color #7D507E in popluar color models

7D507E
RGB12580126
HSL299°22.33%40.39%
HSB/HSV299°36.51%49.41%
CMYK0.79%36.51%0.00%
50.59%

Color #7D507E in popluar number systems.

HEX7D507E
Decimal12580126
Binary111110110100001111110
Octal175120176

Shades and tints

Shades of #7D507E

#7D507E
(125,80,126)
#724973
(114,73,115)
#674268
(103,66,104)
#5C3B5D
(92,59,93)
#513452
(81,52,82)
#462D47
(70,45,71)
#3B263C
(59,38,60)
#301F31
(48,31,49)
#251826
(37,24,38)
#1A111B
(26,17,27)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #7D507E

#7D507E
(125,80,126)
#885F89
(136,95,137)
#936E94
(147,110,148)
#9E7D9F
(158,125,159)
#A98CAA
(169,140,170)
#B49BB5
(180,155,181)
#BFAAC0
(191,170,192)
#CAB9CB
(202,185,203)
#D5C8D6
(213,200,214)
#E0D7E1
(224,215,225)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D507E color. Also use rgb(125,80,126) instead hex code.

Text Font Color

.myTextColor { color: #7D507E; }

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

This text font color is #7D507E.


Background Color

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

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

This div background color is #7D507E.


Border color

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

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

This div border color is #7D507E.


Opacity

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

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

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

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

This text has shadow with #7D507E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D507E on black background.


Color preview on white background

This text has color #7D507E on white background.



Black color preview on #7D507E background

This text has black color on #7D507E background.


White color preview on #7D507E background

This text has white color on #7D507E background.