COLOR #7D679F

HEX: #7D679F RGB: (125,103,159)

Color info

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

RGB color model

#7D679F color RGB value is (125,103,159).

RGB: (125,103,159) (49%, 40%, 62%)

RGB channels and saturation

R 125 of 255 = 49%
G 103 of 255 = 40%
B 159 of 255 = 62%

125
103
159

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

Portions of RGB colors in percentages

R + G + B = 125 + 103 + 159 = 387 (100%)
R 125 of 387 ~ 32.3%
G 103 of 387 ~ 26.61%
B 159 of 387 ~ 41.09'%

%32.3
%26.61
%41.09

CMYK color model

#7D679F color CMYK value is (21,35,0,38).

  • cyan value is 21.38%
  • magenta value is 35.22%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (21,35,0,38)
C21M35Y0K38 (21%, 35%, 0%, 38%)
(0.21 / 0.35 / 0.00 / 0.38)

CMYK percentages

%21.38
%35.22
%0
%37.65

Codes

Color #7D679F in popluar color models

7D 67 9F
RGB 125 103 159
HSL 264° 22.58% 51.37%
HSB/HSV 264° 35.22% 62.35%
CMYK 21.38% 35.22% 0.00%
37.65%

Color #7D679F in popluar number systems.

HEX 7D 67 9F
Decimal 125 103 159
Binary 1111101 1100111 10011111
Octal 175 147 237

Shades and tints

Shades of #7D679F

#7D679F
(125,103,159)
#725E91
(114,94,145)
#675583
(103,85,131)
#5C4C75
(92,76,117)
#514367
(81,67,103)
#463A59
(70,58,89)
#3B314B
(59,49,75)
#30283D
(48,40,61)
#251F2F
(37,31,47)
#1A1621
(26,22,33)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #7D679F

#7D679F
(125,103,159)
#8874A7
(136,116,167)
#9381AF
(147,129,175)
#9E8EB7
(158,142,183)
#A99BBF
(169,155,191)
#B4A8C7
(180,168,199)
#BFB5CF
(191,181,207)
#CAC2D7
(202,194,215)
#D5CFDF
(213,207,223)
#E0DCE7
(224,220,231)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D679F color. Also use rgb(125,103,159) instead hex code.

Text Font Color

.myTextColor { color: #7D679F; }

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

This text font color is #7D679F.

Background Color

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

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

This div background color is #7D679F.

Border color

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

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

This div border color is #7D679F.

Opacity

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

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

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

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

This text has shadow with #7D679F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D679F.

Preview

Color preview on black background

This text has color #7D679F on black background.


Color preview on white background

This text has color #7D679F on white background.


Black color preview on #7D679F background

This text has black color on #7D679F background.


White color preview on #7D679F background

This text has white color on #7D679F background.


Related colors

Complementary color

Complementary color for #hex is #829860.


I love getcolorcode.com

Triadic colors

1 #9F7D67 and #679F7D with #7D679F are triadic colors.

2 #9F677D and #677D9F with #7D679F are triadic colors.