COLOR #7D556B

HEX: #7D556B
RGB: (125,85,107)

Color info

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

RGB color model

#7D556B color RGB value is (125,85,107).

  • red value is 125;
  • green value is 85;
  • blue value is 107.
RGB:
(125,85,107)
(49%,33%,42%)

RGB channels and saturation

R 125 of 255 = 49%
G 85 of 255 = 33%
B 107 of 255 = 42%

125
85
107

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

Portions of RGB colors in percentages

R + G + B =
125 + 85 + 107 = 317 (100%)
R 125 of 317 ~ 39.43%
G 85 of 317 ~ 26.81%
B 107 of 317 ~ 33.75%

%39.43
%26.81
%33.75

CMYK color model

#7D556B color CMYK value is (0,32,14,51).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 14.40%
  • key color value is 50.98%
CMYK:
(0,32,14,51)
C0M32Y14K51 
(0%,32%,14%,51%)
(0.00/0.32/0.14/0.51)	

CMYK percentages

%0
%32
%14.4
%50.98

Codes

Color #7D556B in popluar color models

7D556B
RGB12585107
HSL327°19.05%41.18%
HSB/HSV327°32.00%49.02%
CMYK0.00%32.00%14.40%
50.98%

Color #7D556B in popluar number systems.

HEX7D556B
Decimal12585107
Binary111110110101011101011
Octal175125153

Shades and tints

Shades of #7D556B

#7D556B
(125,85,107)
#724E62
(114,78,98)
#674759
(103,71,89)
#5C4050
(92,64,80)
#513947
(81,57,71)
#46323E
(70,50,62)
#3B2B35
(59,43,53)
#30242C
(48,36,44)
#251D23
(37,29,35)
#1A161A
(26,22,26)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #7D556B

#7D556B
(125,85,107)
#886478
(136,100,120)
#937385
(147,115,133)
#9E8292
(158,130,146)
#A9919F
(169,145,159)
#B4A0AC
(180,160,172)
#BFAFB9
(191,175,185)
#CABEC6
(202,190,198)
#D5CDD3
(213,205,211)
#E0DCE0
(224,220,224)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D556B color. Also use rgb(125,85,107) instead hex code.

Text Font Color

.myTextColor { color: #7D556B; }

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

This text font color is #7D556B.


Background Color

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

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

This div background color is #7D556B.


Border color

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

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

This div border color is #7D556B.


Opacity

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

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

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

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

This text has shadow with #7D556B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D556B on black background.


Color preview on white background

This text has color #7D556B on white background.



Black color preview on #7D556B background

This text has black color on #7D556B background.


White color preview on #7D556B background

This text has white color on #7D556B background.