COLOR #7D5668

HEX: #7D5668
RGB: (125,86,104)

Color info

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

RGB color model

#7D5668 color RGB value is (125,86,104).

  • red value is 125;
  • green value is 86;
  • blue value is 104.
RGB:
(125,86,104)
(49%,34%,41%)

RGB channels and saturation

R 125 of 255 = 49%
G 86 of 255 = 34%
B 104 of 255 = 41%

125
86
104

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

Portions of RGB colors in percentages

R + G + B =
125 + 86 + 104 = 315 (100%)
R 125 of 315 ~ 39.68%
G 86 of 315 ~ 27.3%
B 104 of 315 ~ 33.02%

%39.68
%27.3
%33.02

CMYK color model

#7D5668 color CMYK value is (0,31,17,51).

  • cyan value is 0.00%
  • magenta value is 31.20%
  • yellow value is 16.80%
  • key color value is 50.98%
CMYK:
(0,31,17,51)
C0M31Y17K51 
(0%,31%,17%,51%)
(0.00/0.31/0.17/0.51)	

CMYK percentages

%0
%31.2
%16.8
%50.98

Codes

Color #7D5668 in popluar color models

7D5668
RGB12586104
HSL332°18.48%41.37%
HSB/HSV332°31.20%49.02%
CMYK0.00%31.20%16.80%
50.98%

Color #7D5668 in popluar number systems.

HEX7D5668
Decimal12586104
Binary111110110101101101000
Octal175126150

Shades and tints

Shades of #7D5668

#7D5668
(125,86,104)
#724F5F
(114,79,95)
#674856
(103,72,86)
#5C414D
(92,65,77)
#513A44
(81,58,68)
#46333B
(70,51,59)
#3B2C32
(59,44,50)
#302529
(48,37,41)
#251E20
(37,30,32)
#1A1717
(26,23,23)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #7D5668

#7D5668
(125,86,104)
#886575
(136,101,117)
#937482
(147,116,130)
#9E838F
(158,131,143)
#A9929C
(169,146,156)
#B4A1A9
(180,161,169)
#BFB0B6
(191,176,182)
#CABFC3
(202,191,195)
#D5CED0
(213,206,208)
#E0DDDD
(224,221,221)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5668; }

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

This text font color is #7D5668.


Background Color

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

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

This div background color is #7D5668.


Border color

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

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

This div border color is #7D5668.


Opacity

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

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

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

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

This text has shadow with #7D5668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5668 on black background.


Color preview on white background

This text has color #7D5668 on white background.



Black color preview on #7D5668 background

This text has black color on #7D5668 background.


White color preview on #7D5668 background

This text has white color on #7D5668 background.