COLOR #7D657D

HEX: #7D657D
RGB: (125,101,125)

Color info

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

RGB color model

#7D657D color RGB value is (125,101,125).

  • red value is 125;
  • green value is 101;
  • blue value is 125.
RGB:
(125,101,125)
(49%,40%,49%)

RGB channels and saturation

R 125 of 255 = 49%
G 101 of 255 = 40%
B 125 of 255 = 49%

125
101
125

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

Portions of RGB colors in percentages

R + G + B =
125 + 101 + 125 = 351 (100%)
R 125 of 351 ~ 35.61%
G 101 of 351 ~ 28.77%
B 125 of 351 ~ 35.61%

%35.61
%28.77
%35.61

CMYK color model

#7D657D color CMYK value is (0,19,0,51).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(0,19,0,51)
C0M19Y0K51 
(0%,19%,0%,51%)
(0.00/0.19/0.00/0.51)	

CMYK percentages

%0
%19.2
%0
%50.98

Codes

Color #7D657D in popluar color models

7D657D
RGB125101125
HSL300°10.62%44.31%
HSB/HSV300°19.20%49.02%
CMYK0.00%19.20%0.00%
50.98%

Color #7D657D in popluar number systems.

HEX7D657D
Decimal125101125
Binary111110111001011111101
Octal175145175

Shades and tints

Shades of #7D657D

#7D657D
(125,101,125)
#725C72
(114,92,114)
#675367
(103,83,103)
#5C4A5C
(92,74,92)
#514151
(81,65,81)
#463846
(70,56,70)
#3B2F3B
(59,47,59)
#302630
(48,38,48)
#251D25
(37,29,37)
#1A141A
(26,20,26)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #7D657D

#7D657D
(125,101,125)
#887388
(136,115,136)
#938193
(147,129,147)
#9E8F9E
(158,143,158)
#A99DA9
(169,157,169)
#B4ABB4
(180,171,180)
#BFB9BF
(191,185,191)
#CAC7CA
(202,199,202)
#D5D5D5
(213,213,213)
#E0E3E0
(224,227,224)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D657D; }

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

This text font color is #7D657D.


Background Color

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

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

This div background color is #7D657D.


Border color

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

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

This div border color is #7D657D.


Opacity

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

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

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

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

This text has shadow with #7D657D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D657D on black background.


Color preview on white background

This text has color #7D657D on white background.



Black color preview on #7D657D background

This text has black color on #7D657D background.


White color preview on #7D657D background

This text has white color on #7D657D background.