COLOR #7D709E

HEX: #7D709E RGB: (125,112,158)

Color info

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

RGB color model

#7D709E color RGB value is (125,112,158).

RGB: (125,112,158) (49%, 44%, 62%)

RGB channels and saturation

R 125 of 255 = 49%
G 112 of 255 = 44%
B 158 of 255 = 62%

125
112
158

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

Portions of RGB colors in percentages

R + G + B = 125 + 112 + 158 = 395 (100%)
R 125 of 395 ~ 31.65%
G 112 of 395 ~ 28.35%
B 158 of 395 ~ 40'%

%31.65
%28.35
%40

CMYK color model

#7D709E color CMYK value is (21,29,0,38).

  • cyan value is 20.89%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (21,29,0,38)
C21M29Y0K38 (21%, 29%, 0%, 38%)
(0.21 / 0.29 / 0.00 / 0.38)

CMYK percentages

%20.89
%29.11
%0
%38.04

Codes

Color #7D709E in popluar color models

7D 70 9E
RGB 125 112 158
HSL 257° 19.17% 52.94%
HSB/HSV 257° 29.11% 61.96%
CMYK 20.89% 29.11% 0.00%
38.04%

Color #7D709E in popluar number systems.

HEX 7D 70 9E
Decimal 125 112 158
Binary 1111101 1110000 10011110
Octal 175 160 236

Shades and tints

Shades of #7D709E

#7D709E
(125,112,158)
#726690
(114,102,144)
#675C82
(103,92,130)
#5C5274
(92,82,116)
#514866
(81,72,102)
#463E58
(70,62,88)
#3B344A
(59,52,74)
#302A3C
(48,42,60)
#25202E
(37,32,46)
#1A1620
(26,22,32)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #7D709E

#7D709E
(125,112,158)
#887DA6
(136,125,166)
#938AAE
(147,138,174)
#9E97B6
(158,151,182)
#A9A4BE
(169,164,190)
#B4B1C6
(180,177,198)
#BFBECE
(191,190,206)
#CACBD6
(202,203,214)
#D5D8DE
(213,216,222)
#E0E5E6
(224,229,230)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D709E color. Also use rgb(125,112,158) instead hex code.

Text Font Color

.myTextColor { color: #7D709E; }

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

This text font color is #7D709E.

Background Color

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

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

This div background color is #7D709E.

Border color

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

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

This div border color is #7D709E.

Opacity

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

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

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

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

This text has shadow with #7D709E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D709E.

Preview

Color preview on black background

This text has color #7D709E on black background.


Color preview on white background

This text has color #7D709E on white background.


Black color preview on #7D709E background

This text has black color on #7D709E background.


White color preview on #7D709E background

This text has white color on #7D709E background.


Related colors

Complementary color

Complementary color for #hex is #828F61.


I love getcolorcode.com

Triadic colors

1 #9E7D70 and #709E7D with #7D709E are triadic colors.

2 #9E707D and #707D9E with #7D709E are triadic colors.