COLOR #7D6471

HEX: #7D6471 RGB: (125,100,113)

Color info

#7D6471 contains red, green and blue colors in about the same proportion. Web safe color of #7D6471 is #666666 (or #666).

RGB color model

#7D6471 color RGB value is (125,100,113).

RGB: (125,100,113) (49%, 39%, 44%)

RGB channels and saturation

R 125 of 255 = 49%
G 100 of 255 = 39%
B 113 of 255 = 44%

125
100
113

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

Portions of RGB colors in percentages

R + G + B = 125 + 100 + 113 = 338 (100%)
R 125 of 338 ~ 36.98%
G 100 of 338 ~ 29.59%
B 113 of 338 ~ 33.43'%

%36.98
%29.59
%33.43

CMYK color model

#7D6471 color CMYK value is (0,20,10,51).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 9.60%
  • key color value is 50.98%
CMYK: (0,20,10,51) C0M20Y10K51 (0%,20%,10%,51%) (0.00/0.20/0.10/0.51) 

CMYK percentages

%0
%20
%9.6
%50.98

Codes

Color #7D6471 in popluar color models

7D 64 71
RGB 125 100 113
HSL 329° 11.11% 44.12%
HSB/HSV 329° 20.00% 49.02%
CMYK 0.00% 20.00% 9.60%
50.98%

Color #7D6471 in popluar number systems.

HEX 7D 64 71
Decimal 125 100 113
Binary 1111101 1100100 1110001
Octal 175 144 161

Shades and tints

Shades of #7D6471

#7D6471
(125,100,113)
#725B67
(114,91,103)
#67525D
(103,82,93)
#5C4953
(92,73,83)
#514049
(81,64,73)
#46373F
(70,55,63)
#3B2E35
(59,46,53)
#30252B
(48,37,43)
#251C21
(37,28,33)
#1A1317
(26,19,23)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #7D6471

#7D6471
(125,100,113)
#88727D
(136,114,125)
#938089
(147,128,137)
#9E8E95
(158,142,149)
#A99CA1
(169,156,161)
#B4AAAD
(180,170,173)
#BFB8B9
(191,184,185)
#CAC6C5
(202,198,197)
#D5D4D1
(213,212,209)
#E0E2DD
(224,226,221)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6471; }

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

This text font color is #7D6471.

Background Color

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

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

This div background color is #7D6471.

Border color

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

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

This div border color is #7D6471.

Opacity

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

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

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

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

This text has shadow with #7D6471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6471.

Preview

Color preview on black background

This text has color #7D6471 on black background.


Color preview on white background

This text has color #7D6471 on white background.


Black color preview on #7D6471 background

This text has black color on #7D6471 background.


White color preview on #7D6471 background

This text has white color on #7D6471 background.


Related colors

Complementary color

Complementary color for #hex is #829B8E.


I love getcolorcode.com

Triadic colors

1 #717D64 and #64717D with #7D6471 are triadic colors.

2 #71647D and #647D71 with #7D6471 are triadic colors.