COLOR #7D5E67

HEX: #7D5E67
RGB: (125,94,103)

Color info

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

RGB color model

#7D5E67 color RGB value is (125,94,103).

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

RGB channels and saturation

R 125 of 255 = 49%
G 94 of 255 = 37%
B 103 of 255 = 40%

125
94
103

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

Portions of RGB colors in percentages

R + G + B =
125 + 94 + 103 = 322 (100%)
R 125 of 322 ~ 38.82%
G 94 of 322 ~ 29.19%
B 103 of 322 ~ 31.99%

%38.82
%29.19
%31.99

CMYK color model

#7D5E67 color CMYK value is (0,25,18,51).

  • cyan value is 0.00%
  • magenta value is 24.80%
  • yellow value is 17.60%
  • key color value is 50.98%
CMYK:
(0,25,18,51)
C0M25Y18K51 
(0%,25%,18%,51%)
(0.00/0.25/0.18/0.51)	

CMYK percentages

%0
%24.8
%17.6
%50.98

Codes

Color #7D5E67 in popluar color models

7D5E67
RGB12594103
HSL343°14.16%42.94%
HSB/HSV343°24.80%49.02%
CMYK0.00%24.80%17.60%
50.98%

Color #7D5E67 in popluar number systems.

HEX7D5E67
Decimal12594103
Binary111110110111101100111
Octal175136147

Shades and tints

Shades of #7D5E67

#7D5E67
(125,94,103)
#72565E
(114,86,94)
#674E55
(103,78,85)
#5C464C
(92,70,76)
#513E43
(81,62,67)
#46363A
(70,54,58)
#3B2E31
(59,46,49)
#302628
(48,38,40)
#251E1F
(37,30,31)
#1A1616
(26,22,22)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #7D5E67

#7D5E67
(125,94,103)
#886C74
(136,108,116)
#937A81
(147,122,129)
#9E888E
(158,136,142)
#A9969B
(169,150,155)
#B4A4A8
(180,164,168)
#BFB2B5
(191,178,181)
#CAC0C2
(202,192,194)
#D5CECF
(213,206,207)
#E0DCDC
(224,220,220)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5E67; }

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

This text font color is #7D5E67.


Background Color

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

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

This div background color is #7D5E67.


Border color

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

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

This div border color is #7D5E67.


Opacity

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

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

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

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

This text has shadow with #7D5E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5E67 on black background.


Color preview on white background

This text has color #7D5E67 on white background.



Black color preview on #7D5E67 background

This text has black color on #7D5E67 background.


White color preview on #7D5E67 background

This text has white color on #7D5E67 background.