COLOR #7D556E

HEX: #7D556E
RGB: (125,85,110)

Color info

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

RGB color model

#7D556E color RGB value is (125,85,110).

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

RGB channels and saturation

R 125 of 255 = 49%
G 85 of 255 = 33%
B 110 of 255 = 43%

125
85
110

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

Portions of RGB colors in percentages

R + G + B =
125 + 85 + 110 = 320 (100%)
R 125 of 320 ~ 39.06%
G 85 of 320 ~ 26.56%
B 110 of 320 ~ 34.38%

%39.06
%26.56
%34.38

CMYK color model

#7D556E color CMYK value is (0,32,12,51).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 12.00%
  • key color value is 50.98%
CMYK:
(0,32,12,51)
C0M32Y12K51 
(0%,32%,12%,51%)
(0.00/0.32/0.12/0.51)	

CMYK percentages

%0
%32
%12
%50.98

Codes

Color #7D556E in popluar color models

7D556E
RGB12585110
HSL323°19.05%41.18%
HSB/HSV323°32.00%49.02%
CMYK0.00%32.00%12.00%
50.98%

Color #7D556E in popluar number systems.

HEX7D556E
Decimal12585110
Binary111110110101011101110
Octal175125156

Shades and tints

Shades of #7D556E

#7D556E
(125,85,110)
#724E64
(114,78,100)
#67475A
(103,71,90)
#5C4050
(92,64,80)
#513946
(81,57,70)
#46323C
(70,50,60)
#3B2B32
(59,43,50)
#302428
(48,36,40)
#251D1E
(37,29,30)
#1A1614
(26,22,20)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #7D556E

#7D556E
(125,85,110)
#88647B
(136,100,123)
#937388
(147,115,136)
#9E8295
(158,130,149)
#A991A2
(169,145,162)
#B4A0AF
(180,160,175)
#BFAFBC
(191,175,188)
#CABEC9
(202,190,201)
#D5CDD6
(213,205,214)
#E0DCE3
(224,220,227)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D556E; }

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

This text font color is #7D556E.


Background Color

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

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

This div background color is #7D556E.


Border color

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

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

This div border color is #7D556E.


Opacity

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

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

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

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

This text has shadow with #7D556E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D556E on black background.


Color preview on white background

This text has color #7D556E on white background.



Black color preview on #7D556E background

This text has black color on #7D556E background.


White color preview on #7D556E background

This text has white color on #7D556E background.