COLOR #7D618B

HEX: #7D618B RGB: (125,97,139)

Color info

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

RGB color model

#7D618B color RGB value is (125,97,139).

RGB: (125,97,139) (49%, 38%, 55%)

RGB channels and saturation

R 125 of 255 = 49%
G 97 of 255 = 38%
B 139 of 255 = 55%

125
97
139

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

Portions of RGB colors in percentages

R + G + B = 125 + 97 + 139 = 361 (100%)
R 125 of 361 ~ 34.63%
G 97 of 361 ~ 26.87%
B 139 of 361 ~ 38.5'%

%34.63
%26.87
%38.5

CMYK color model

#7D618B color CMYK value is (10,30,0,45).

  • cyan value is 10.07%
  • magenta value is 30.22%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (10,30,0,45)
C10M30Y0K45 (10%, 30%, 0%, 45%)
(0.10 / 0.30 / 0.00 / 0.45)

CMYK percentages

%10.07
%30.22
%0
%45.49

Codes

Color #7D618B in popluar color models

7D 61 8B
RGB 125 97 139
HSL 280° 17.80% 46.27%
HSB/HSV 280° 30.22% 54.51%
CMYK 10.07% 30.22% 0.00%
45.49%

Color #7D618B in popluar number systems.

HEX 7D 61 8B
Decimal 125 97 139
Binary 1111101 1100001 10001011
Octal 175 141 213

Shades and tints

Shades of #7D618B

#7D618B
(125,97,139)
#72597F
(114,89,127)
#675173
(103,81,115)
#5C4967
(92,73,103)
#51415B
(81,65,91)
#46394F
(70,57,79)
#3B3143
(59,49,67)
#302937
(48,41,55)
#25212B
(37,33,43)
#1A191F
(26,25,31)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #7D618B

#7D618B
(125,97,139)
#886F95
(136,111,149)
#937D9F
(147,125,159)
#9E8BA9
(158,139,169)
#A999B3
(169,153,179)
#B4A7BD
(180,167,189)
#BFB5C7
(191,181,199)
#CAC3D1
(202,195,209)
#D5D1DB
(213,209,219)
#E0DFE5
(224,223,229)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D618B color. Also use rgb(125,97,139) instead hex code.

Text Font Color

.myTextColor { color: #7D618B; }

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

This text font color is #7D618B.

Background Color

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

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

This div background color is #7D618B.

Border color

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

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

This div border color is #7D618B.

Opacity

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

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

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

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

This text has shadow with #7D618B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D618B.

Preview

Color preview on black background

This text has color #7D618B on black background.


Color preview on white background

This text has color #7D618B on white background.


Black color preview on #7D618B background

This text has black color on #7D618B background.


White color preview on #7D618B background

This text has white color on #7D618B background.


Related colors

Complementary color

Complementary color for #hex is #829E74.


I love getcolorcode.com

Triadic colors

1 #8B7D61 and #618B7D with #7D618B are triadic colors.

2 #8B617D and #617D8B with #7D618B are triadic colors.