COLOR #7D5F70

HEX: #7D5F70
RGB: (125,95,112)

Color info

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

RGB color model

#7D5F70 color RGB value is (125,95,112).

  • red value is 125;
  • green value is 95;
  • blue value is 112.
RGB:
(125,95,112)
(49%,37%,44%)

RGB channels and saturation

R 125 of 255 = 49%
G 95 of 255 = 37%
B 112 of 255 = 44%

125
95
112

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

Portions of RGB colors in percentages

R + G + B =
125 + 95 + 112 = 332 (100%)
R 125 of 332 ~ 37.65%
G 95 of 332 ~ 28.61%
B 112 of 332 ~ 33.73%

%37.65
%28.61
%33.73

CMYK color model

#7D5F70 color CMYK value is (0,24,10,51).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 10.40%
  • key color value is 50.98%
CMYK:
(0,24,10,51)
C0M24Y10K51 
(0%,24%,10%,51%)
(0.00/0.24/0.10/0.51)	

CMYK percentages

%0
%24
%10.4
%50.98

Codes

Color #7D5F70 in popluar color models

7D5F70
RGB12595112
HSL326°13.64%43.14%
HSB/HSV326°24.00%49.02%
CMYK0.00%24.00%10.40%
50.98%

Color #7D5F70 in popluar number systems.

HEX7D5F70
Decimal12595112
Binary111110110111111110000
Octal175137160

Shades and tints

Shades of #7D5F70

#7D5F70
(125,95,112)
#725766
(114,87,102)
#674F5C
(103,79,92)
#5C4752
(92,71,82)
#513F48
(81,63,72)
#46373E
(70,55,62)
#3B2F34
(59,47,52)
#30272A
(48,39,42)
#251F20
(37,31,32)
#1A1716
(26,23,22)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #7D5F70

#7D5F70
(125,95,112)
#886D7D
(136,109,125)
#937B8A
(147,123,138)
#9E8997
(158,137,151)
#A997A4
(169,151,164)
#B4A5B1
(180,165,177)
#BFB3BE
(191,179,190)
#CAC1CB
(202,193,203)
#D5CFD8
(213,207,216)
#E0DDE5
(224,221,229)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5F70; }

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

This text font color is #7D5F70.


Background Color

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

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

This div background color is #7D5F70.


Border color

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

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

This div border color is #7D5F70.


Opacity

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

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

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

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

This text has shadow with #7D5F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5F70 on black background.


Color preview on white background

This text has color #7D5F70 on white background.



Black color preview on #7D5F70 background

This text has black color on #7D5F70 background.


White color preview on #7D5F70 background

This text has white color on #7D5F70 background.