COLOR #7D607F

HEX: #7D607F
RGB: (125,96,127)

Color info

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

RGB color model

#7D607F color RGB value is (125,96,127).

  • red value is 125;
  • green value is 96;
  • blue value is 127.
RGB:
(125,96,127)
(49%,38%,50%)

RGB channels and saturation

R 125 of 255 = 49%
G 96 of 255 = 38%
B 127 of 255 = 50%

125
96
127

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

Portions of RGB colors in percentages

R + G + B =
125 + 96 + 127 = 348 (100%)
R 125 of 348 ~ 35.92%
G 96 of 348 ~ 27.59%
B 127 of 348 ~ 36.49%

%35.92
%27.59
%36.49

CMYK color model

#7D607F color CMYK value is (2,24,0,50).

  • cyan value is 1.57%
  • magenta value is 24.41%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(2,24,0,50)
C2M24Y0K50 
(2%,24%,0%,50%)
(0.02/0.24/0.00/0.50)	

CMYK percentages

%1.57
%24.41
%0
%50.2

Codes

Color #7D607F in popluar color models

7D607F
RGB12596127
HSL296°13.90%43.73%
HSB/HSV296°24.41%49.80%
CMYK1.57%24.41%0.00%
50.20%

Color #7D607F in popluar number systems.

HEX7D607F
Decimal12596127
Binary111110111000001111111
Octal175140177

Shades and tints

Shades of #7D607F

#7D607F
(125,96,127)
#725874
(114,88,116)
#675069
(103,80,105)
#5C485E
(92,72,94)
#514053
(81,64,83)
#463848
(70,56,72)
#3B303D
(59,48,61)
#302832
(48,40,50)
#252027
(37,32,39)
#1A181C
(26,24,28)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #7D607F

#7D607F
(125,96,127)
#886E8A
(136,110,138)
#937C95
(147,124,149)
#9E8AA0
(158,138,160)
#A998AB
(169,152,171)
#B4A6B6
(180,166,182)
#BFB4C1
(191,180,193)
#CAC2CC
(202,194,204)
#D5D0D7
(213,208,215)
#E0DEE2
(224,222,226)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D607F color. Also use rgb(125,96,127) instead hex code.

Text Font Color

.myTextColor { color: #7D607F; }

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

This text font color is #7D607F.


Background Color

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

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

This div background color is #7D607F.


Border color

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

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

This div border color is #7D607F.


Opacity

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

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

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

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

This text has shadow with #7D607F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D607F on black background.


Color preview on white background

This text has color #7D607F on white background.



Black color preview on #7D607F background

This text has black color on #7D607F background.


White color preview on #7D607F background

This text has white color on #7D607F background.