COLOR #7D6D92

HEX: #7D6D92
RGB: (125,109,146)

Color info

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

RGB color model

#7D6D92 color RGB value is (125,109,146).

  • red value is 125;
  • green value is 109;
  • blue value is 146.
RGB:
(125,109,146)
(49%,43%,57%)

RGB channels and saturation

R 125 of 255 = 49%
G 109 of 255 = 43%
B 146 of 255 = 57%

125
109
146

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

Portions of RGB colors in percentages

R + G + B =
125 + 109 + 146 = 380 (100%)
R 125 of 380 ~ 32.89%
G 109 of 380 ~ 28.68%
B 146 of 380 ~ 38.42%

%32.89
%28.68
%38.42

CMYK color model

#7D6D92 color CMYK value is (14,25,0,43).

  • cyan value is 14.38%
  • magenta value is 25.34%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(14,25,0,43)
C14M25Y0K43 
(14%,25%,0%,43%)
(0.14/0.25/0.00/0.43)	

CMYK percentages

%14.38
%25.34
%0
%42.75

Codes

Color #7D6D92 in popluar color models

7D6D92
RGB125109146
HSL266°14.51%50.00%
HSB/HSV266°25.34%57.25%
CMYK14.38%25.34%0.00%
42.75%

Color #7D6D92 in popluar number systems.

HEX7D6D92
Decimal125109146
Binary1111101110110110010010
Octal175155222

Shades and tints

Shades of #7D6D92

#7D6D92
(125,109,146)
#726485
(114,100,133)
#675B78
(103,91,120)
#5C526B
(92,82,107)
#51495E
(81,73,94)
#464051
(70,64,81)
#3B3744
(59,55,68)
#302E37
(48,46,55)
#25252A
(37,37,42)
#1A1C1D
(26,28,29)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #7D6D92

#7D6D92
(125,109,146)
#887A9B
(136,122,155)
#9387A4
(147,135,164)
#9E94AD
(158,148,173)
#A9A1B6
(169,161,182)
#B4AEBF
(180,174,191)
#BFBBC8
(191,187,200)
#CAC8D1
(202,200,209)
#D5D5DA
(213,213,218)
#E0E2E3
(224,226,227)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6D92 color. Also use rgb(125,109,146) instead hex code.

Text Font Color

.myTextColor { color: #7D6D92; }

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

This text font color is #7D6D92.


Background Color

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

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

This div background color is #7D6D92.


Border color

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

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

This div border color is #7D6D92.


Opacity

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

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

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

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

This text has shadow with #7D6D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6D92 on black background.


Color preview on white background

This text has color #7D6D92 on white background.



Black color preview on #7D6D92 background

This text has black color on #7D6D92 background.


White color preview on #7D6D92 background

This text has white color on #7D6D92 background.