COLOR #7D6B9A

HEX: #7D6B9A
RGB: (125,107,154)

Color info

#7D6B9A contains red, green and blue colors in about the same proportion. Web safe color of #7D6B9A is #666699 (or #669).

RGB color model

#7D6B9A color RGB value is (125,107,154).

  • red value is 125;
  • green value is 107;
  • blue value is 154.
RGB:
(125,107,154)
(49%,42%,60%)

RGB channels and saturation

R 125 of 255 = 49%
G 107 of 255 = 42%
B 154 of 255 = 60%

125
107
154

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

Portions of RGB colors in percentages

R + G + B =
125 + 107 + 154 = 386 (100%)
R 125 of 386 ~ 32.38%
G 107 of 386 ~ 27.72%
B 154 of 386 ~ 39.9%

%32.38
%27.72
%39.9

CMYK color model

#7D6B9A color CMYK value is (19,31,0,40).

  • cyan value is 18.83%
  • magenta value is 30.52%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(19,31,0,40)
C19M31Y0K40 
(19%,31%,0%,40%)
(0.19/0.31/0.00/0.40)	

CMYK percentages

%18.83
%30.52
%0
%39.61

Codes

Color #7D6B9A in popluar color models

7D6B9A
RGB125107154
HSL263°18.88%51.18%
HSB/HSV263°30.52%60.39%
CMYK18.83%30.52%0.00%
39.61%

Color #7D6B9A in popluar number systems.

HEX7D6B9A
Decimal125107154
Binary1111101110101110011010
Octal175153232

Shades and tints

Shades of #7D6B9A

#7D6B9A
(125,107,154)
#72628C
(114,98,140)
#67597E
(103,89,126)
#5C5070
(92,80,112)
#514762
(81,71,98)
#463E54
(70,62,84)
#3B3546
(59,53,70)
#302C38
(48,44,56)
#25232A
(37,35,42)
#1A1A1C
(26,26,28)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #7D6B9A

#7D6B9A
(125,107,154)
#8878A3
(136,120,163)
#9385AC
(147,133,172)
#9E92B5
(158,146,181)
#A99FBE
(169,159,190)
#B4ACC7
(180,172,199)
#BFB9D0
(191,185,208)
#CAC6D9
(202,198,217)
#D5D3E2
(213,211,226)
#E0E0EB
(224,224,235)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6B9A color. Also use rgb(125,107,154) instead hex code.

Text Font Color

.myTextColor { color: #7D6B9A; }

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

This text font color is #7D6B9A.


Background Color

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

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

This div background color is #7D6B9A.


Border color

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

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

This div border color is #7D6B9A.


Opacity

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

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

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

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

This text has shadow with #7D6B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6B9A on black background.


Color preview on white background

This text has color #7D6B9A on white background.



Black color preview on #7D6B9A background

This text has black color on #7D6B9A background.


White color preview on #7D6B9A background

This text has white color on #7D6B9A background.