COLOR #7D6A8C

HEX: #7D6A8C
RGB: (125,106,140)

Renk bilgisi

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

RGB renk modeli

#7D6A8C color RGB value is (125,106,140).

  • kırmız ton 125;
  • yeşil ton 106;
  • mavi ton 140.
RGB:
(125,106,140)
(49%,42%,55%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 106 of 255 = 42%
B 140 of 255 = 55%

125
106
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 106 + 140 = 371 (100%)
R 125 of 371 ~ 33.69%
G 106 of 371 ~ 28.57%
B 140 of 371 ~ 37.74%

%33.69
%28.57
%37.74

CMYK RENK MODELİ

#7D6A8C rengi CMYK tonu (11,24,0,45).

  • camgöbeği tonu 10.71%
  • eflatun tonu 24.29%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(11,24,0,45)
C11M24Y0K45 
(11%,24%,0%,45%)
(0.11/0.24/0.00/0.45)	

CMYK yüzdeleri

%10.71
%24.29
%0
%45.1

Codes

Color #7D6A8C in popluar color models

7D6A8C
RGB125106140
HSL274°13.82%48.24%
HSB/HSV274°24.29%54.90%
CMYK10.71%24.29%0.00%
45.10%

Color #7D6A8C in popluar number systems.

HEX7D6A8C
Decimal125106140
Binary1111101110101010001100
Octal175152214

Shades and tints

Shades of #7D6A8C

#7D6A8C
(125,106,140)
#726180
(114,97,128)
#675874
(103,88,116)
#5C4F68
(92,79,104)
#51465C
(81,70,92)
#463D50
(70,61,80)
#3B3444
(59,52,68)
#302B38
(48,43,56)
#25222C
(37,34,44)
#1A1920
(26,25,32)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #7D6A8C

#7D6A8C
(125,106,140)
#887796
(136,119,150)
#9384A0
(147,132,160)
#9E91AA
(158,145,170)
#A99EB4
(169,158,180)
#B4ABBE
(180,171,190)
#BFB8C8
(191,184,200)
#CAC5D2
(202,197,210)
#D5D2DC
(213,210,220)
#E0DFE6
(224,223,230)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6A8C color. Also use rgb(125,106,140) instead hex code.

Text Font Color

.myTextColor { color: #7D6A8C; }

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

This text font color is #7D6A8C.


Background Color

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

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

This div background color is #7D6A8C.


Border color

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

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

This div border color is #7D6A8C.


Opacity

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

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

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

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

This text has shadow with #7D6A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6A8C on black background.


Color preview on white background

This text has color #7D6A8C on white background.



Black color preview on #7D6A8C background

This text has black color on #7D6A8C background.


White color preview on #7D6A8C background

This text has white color on #7D6A8C background.