COLOR #7D6A8F

HEX: #7D6A8F
RGB: (125,106,143)

Renk bilgisi

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

RGB renk modeli

#7D6A8F color RGB value is (125,106,143).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 106 of 255 = 42%
B 143 of 255 = 56%

125
106
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 106 + 143 = 374 (100%)
R 125 of 374 ~ 33.42%
G 106 of 374 ~ 28.34%
B 143 of 374 ~ 38.24%

%33.42
%28.34
%38.24

CMYK RENK MODELİ

#7D6A8F rengi CMYK tonu (13,26,0,44).

  • camgöbeği tonu 12.59%
  • eflatun tonu 25.87%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(13,26,0,44)
C13M26Y0K44 
(13%,26%,0%,44%)
(0.13/0.26/0.00/0.44)	

CMYK yüzdeleri

%12.59
%25.87
%0
%43.92

Codes

Color #7D6A8F in popluar color models

7D6A8F
RGB125106143
HSL271°14.86%48.82%
HSB/HSV271°25.87%56.08%
CMYK12.59%25.87%0.00%
43.92%

Color #7D6A8F in popluar number systems.

HEX7D6A8F
Decimal125106143
Binary1111101110101010001111
Octal175152217

Shades and tints

Shades of #7D6A8F

#7D6A8F
(125,106,143)
#726182
(114,97,130)
#675875
(103,88,117)
#5C4F68
(92,79,104)
#51465B
(81,70,91)
#463D4E
(70,61,78)
#3B3441
(59,52,65)
#302B34
(48,43,52)
#252227
(37,34,39)
#1A191A
(26,25,26)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #7D6A8F

#7D6A8F
(125,106,143)
#887799
(136,119,153)
#9384A3
(147,132,163)
#9E91AD
(158,145,173)
#A99EB7
(169,158,183)
#B4ABC1
(180,171,193)
#BFB8CB
(191,184,203)
#CAC5D5
(202,197,213)
#D5D2DF
(213,210,223)
#E0DFE9
(224,223,233)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6A8F; }

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

This text font color is #7D6A8F.


Background Color

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

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

This div background color is #7D6A8F.


Border color

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

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

This div border color is #7D6A8F.


Opacity

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

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

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

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

This text has shadow with #7D6A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6A8F on black background.


Color preview on white background

This text has color #7D6A8F on white background.



Black color preview on #7D6A8F background

This text has black color on #7D6A8F background.


White color preview on #7D6A8F background

This text has white color on #7D6A8F background.