COLOR #7D5864

HEX: #7D5864 RGB: (125,88,100)

Color info

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

RGB color model

#7D5864 color RGB value is (125,88,100).

RGB: (125,88,100) (49%, 35%, 39%)

RGB channels and saturation

R 125 of 255 = 49%
G 88 of 255 = 35%
B 100 of 255 = 39%

125
88
100

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

Portions of RGB colors in percentages

R + G + B = 125 + 88 + 100 = 313 (100%)
R 125 of 313 ~ 39.94%
G 88 of 313 ~ 28.12%
B 100 of 313 ~ 31.95'%

%39.94
%28.12
%31.95

CMYK color model

#7D5864 color CMYK value is (0,30,20,51).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 20.00%
  • key color value is 50.98%

CMYK: (0,30,20,51)
C0M30Y20K51 (0%, 30%, 20%, 51%)
(0.00 / 0.30 / 0.20 / 0.51)

CMYK percentages

%0
%29.6
%20
%50.98

Codes

Color #7D5864 in popluar color models

7D 58 64
RGB 125 88 100
HSL 341° 17.37% 41.76%
HSB/HSV 341° 29.60% 49.02%
CMYK 0.00% 29.60% 20.00%
50.98%

Color #7D5864 in popluar number systems.

HEX 7D 58 64
Decimal 125 88 100
Binary 1111101 1011000 1100100
Octal 175 130 144

Shades and tints

Shades of #7D5864

#7D5864
(125,88,100)
#72505B
(114,80,91)
#674852
(103,72,82)
#5C4049
(92,64,73)
#513840
(81,56,64)
#463037
(70,48,55)
#3B282E
(59,40,46)
#302025
(48,32,37)
#25181C
(37,24,28)
#1A1013
(26,16,19)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #7D5864

#7D5864
(125,88,100)
#886772
(136,103,114)
#937680
(147,118,128)
#9E858E
(158,133,142)
#A9949C
(169,148,156)
#B4A3AA
(180,163,170)
#BFB2B8
(191,178,184)
#CAC1C6
(202,193,198)
#D5D0D4
(213,208,212)
#E0DFE2
(224,223,226)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5864; }

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

This text font color is #7D5864.

Background Color

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

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

This div background color is #7D5864.

Border color

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

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

This div border color is #7D5864.

Opacity

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

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

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

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

This text has shadow with #7D5864 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5864.

Preview

Color preview on black background

This text has color #7D5864 on black background.


Color preview on white background

This text has color #7D5864 on white background.


Black color preview on #7D5864 background

This text has black color on #7D5864 background.


White color preview on #7D5864 background

This text has white color on #7D5864 background.


Related colors

Complementary color

Complementary color for #hex is #82A79B.


I love getcolorcode.com

Triadic colors

1 #647D58 and #58647D with #7D5864 are triadic colors.

2 #64587D and #587D64 with #7D5864 are triadic colors.