COLOR #7D6475

HEX: #7D6475 RGB: (125,100,117)

Color info

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

RGB color model

#7D6475 color RGB value is (125,100,117).

RGB: (125,100,117) (49%, 39%, 46%)

RGB channels and saturation

R 125 of 255 = 49%
G 100 of 255 = 39%
B 117 of 255 = 46%

125
100
117

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

Portions of RGB colors in percentages

R + G + B = 125 + 100 + 117 = 342 (100%)
R 125 of 342 ~ 36.55%
G 100 of 342 ~ 29.24%
B 117 of 342 ~ 34.21'%

%36.55
%29.24
%34.21

CMYK color model

#7D6475 color CMYK value is (0,20,6,51).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 6.40%
  • key color value is 50.98%

CMYK: (0,20,6,51)
C0M20Y6K51 (0%, 20%, 6%, 51%)
(0.00 / 0.20 / 0.06 / 0.51)

CMYK percentages

%0
%20
%6.4
%50.98

Codes

Color #7D6475 in popluar color models

7D 64 75
RGB 125 100 117
HSL 319° 11.11% 44.12%
HSB/HSV 319° 20.00% 49.02%
CMYK 0.00% 20.00% 6.40%
50.98%

Color #7D6475 in popluar number systems.

HEX 7D 64 75
Decimal 125 100 117
Binary 1111101 1100100 1110101
Octal 175 144 165

Shades and tints

Shades of #7D6475

#7D6475
(125,100,117)
#725B6B
(114,91,107)
#675261
(103,82,97)
#5C4957
(92,73,87)
#51404D
(81,64,77)
#463743
(70,55,67)
#3B2E39
(59,46,57)
#30252F
(48,37,47)
#251C25
(37,28,37)
#1A131B
(26,19,27)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #7D6475

#7D6475
(125,100,117)
#887281
(136,114,129)
#93808D
(147,128,141)
#9E8E99
(158,142,153)
#A99CA5
(169,156,165)
#B4AAB1
(180,170,177)
#BFB8BD
(191,184,189)
#CAC6C9
(202,198,201)
#D5D4D5
(213,212,213)
#E0E2E1
(224,226,225)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6475; }

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

This text font color is #7D6475.

Background Color

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

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

This div background color is #7D6475.

Border color

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

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

This div border color is #7D6475.

Opacity

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

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

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

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

This text has shadow with #7D6475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6475.

Preview

Color preview on black background

This text has color #7D6475 on black background.


Color preview on white background

This text has color #7D6475 on white background.


Black color preview on #7D6475 background

This text has black color on #7D6475 background.


White color preview on #7D6475 background

This text has white color on #7D6475 background.


Related colors

Complementary color

Complementary color for #hex is #829B8A.


I love getcolorcode.com

Triadic colors

1 #757D64 and #64757D with #7D6475 are triadic colors.

2 #75647D and #647D75 with #7D6475 are triadic colors.