COLOR #7D5D70

HEX: #7D5D70
RGB: (125,93,112)

Color info

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

RGB color model

#7D5D70 color RGB value is (125,93,112).

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

RGB channels and saturation

R 125 of 255 = 49%
G 93 of 255 = 36%
B 112 of 255 = 44%

125
93
112

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

Portions of RGB colors in percentages

R + G + B =
125 + 93 + 112 = 330 (100%)
R 125 of 330 ~ 37.88%
G 93 of 330 ~ 28.18%
B 112 of 330 ~ 33.94%

%37.88
%28.18
%33.94

CMYK color model

#7D5D70 color CMYK value is (0,26,10,51).

  • cyan value is 0.00%
  • magenta value is 25.60%
  • yellow value is 10.40%
  • key color value is 50.98%
CMYK:
(0,26,10,51)
C0M26Y10K51 
(0%,26%,10%,51%)
(0.00/0.26/0.10/0.51)	

CMYK percentages

%0
%25.6
%10.4
%50.98

Codes

Color #7D5D70 in popluar color models

7D5D70
RGB12593112
HSL324°14.68%42.75%
HSB/HSV324°25.60%49.02%
CMYK0.00%25.60%10.40%
50.98%

Color #7D5D70 in popluar number systems.

HEX7D5D70
Decimal12593112
Binary111110110111011110000
Octal175135160

Shades and tints

Shades of #7D5D70

#7D5D70
(125,93,112)
#725566
(114,85,102)
#674D5C
(103,77,92)
#5C4552
(92,69,82)
#513D48
(81,61,72)
#46353E
(70,53,62)
#3B2D34
(59,45,52)
#30252A
(48,37,42)
#251D20
(37,29,32)
#1A1516
(26,21,22)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #7D5D70

#7D5D70
(125,93,112)
#886B7D
(136,107,125)
#93798A
(147,121,138)
#9E8797
(158,135,151)
#A995A4
(169,149,164)
#B4A3B1
(180,163,177)
#BFB1BE
(191,177,190)
#CABFCB
(202,191,203)
#D5CDD8
(213,205,216)
#E0DBE5
(224,219,229)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5D70; }

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

This text font color is #7D5D70.


Background Color

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

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

This div background color is #7D5D70.


Border color

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

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

This div border color is #7D5D70.


Opacity

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

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

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

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

This text has shadow with #7D5D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5D70 on black background.


Color preview on white background

This text has color #7D5D70 on white background.



Black color preview on #7D5D70 background

This text has black color on #7D5D70 background.


White color preview on #7D5D70 background

This text has white color on #7D5D70 background.