COLOR #7D719A

HEX: #7D719A
RGB: (125,113,154)

Color info

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

RGB color model

#7D719A color RGB value is (125,113,154).

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

RGB channels and saturation

R 125 of 255 = 49%
G 113 of 255 = 44%
B 154 of 255 = 60%

125
113
154

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

Portions of RGB colors in percentages

R + G + B =
125 + 113 + 154 = 392 (100%)
R 125 of 392 ~ 31.89%
G 113 of 392 ~ 28.83%
B 154 of 392 ~ 39.29%

%31.89
%28.83
%39.29

CMYK color model

#7D719A color CMYK value is (19,27,0,40).

  • cyan value is 18.83%
  • magenta value is 26.62%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(19,27,0,40)
C19M27Y0K40 
(19%,27%,0%,40%)
(0.19/0.27/0.00/0.40)	

CMYK percentages

%18.83
%26.62
%0
%39.61

Codes

Color #7D719A in popluar color models

7D719A
RGB125113154
HSL258°16.87%52.35%
HSB/HSV258°26.62%60.39%
CMYK18.83%26.62%0.00%
39.61%

Color #7D719A in popluar number systems.

HEX7D719A
Decimal125113154
Binary1111101111000110011010
Octal175161232

Shades and tints

Shades of #7D719A

#7D719A
(125,113,154)
#72678C
(114,103,140)
#675D7E
(103,93,126)
#5C5370
(92,83,112)
#514962
(81,73,98)
#463F54
(70,63,84)
#3B3546
(59,53,70)
#302B38
(48,43,56)
#25212A
(37,33,42)
#1A171C
(26,23,28)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #7D719A

#7D719A
(125,113,154)
#887DA3
(136,125,163)
#9389AC
(147,137,172)
#9E95B5
(158,149,181)
#A9A1BE
(169,161,190)
#B4ADC7
(180,173,199)
#BFB9D0
(191,185,208)
#CAC5D9
(202,197,217)
#D5D1E2
(213,209,226)
#E0DDEB
(224,221,235)
#EBE9F4
(235,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D719A; }

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

This text font color is #7D719A.


Background Color

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

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

This div background color is #7D719A.


Border color

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

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

This div border color is #7D719A.


Opacity

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

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

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

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

This text has shadow with #7D719A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D719A on black background.


Color preview on white background

This text has color #7D719A on white background.



Black color preview on #7D719A background

This text has black color on #7D719A background.


White color preview on #7D719A background

This text has white color on #7D719A background.