COLOR #7D566B

HEX: #7D566B RGB: (125,86,107)

Color info

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

RGB color model

#7D566B color RGB value is (125,86,107).

RGB: (125,86,107) (49%, 34%, 42%)

RGB channels and saturation

R 125 of 255 = 49%
G 86 of 255 = 34%
B 107 of 255 = 42%

125
86
107

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

Portions of RGB colors in percentages

R + G + B = 125 + 86 + 107 = 318 (100%)
R 125 of 318 ~ 39.31%
G 86 of 318 ~ 27.04%
B 107 of 318 ~ 33.65'%

%39.31
%27.04
%33.65

CMYK color model

#7D566B color CMYK value is (0,31,14,51).

  • cyan value is 0.00%
  • magenta value is 31.20%
  • yellow value is 14.40%
  • key color value is 50.98%
CMYK: (0,31,14,51) C0M31Y14K51 (0%,31%,14%,51%) (0.00/0.31/0.14/0.51) 

CMYK percentages

%0
%31.2
%14.4
%50.98

Codes

Color #7D566B in popluar color models

7D 56 6B
RGB 125 86 107
HSL 328° 18.48% 41.37%
HSB/HSV 328° 31.20% 49.02%
CMYK 0.00% 31.20% 14.40%
50.98%

Color #7D566B in popluar number systems.

HEX 7D 56 6B
Decimal 125 86 107
Binary 1111101 1010110 1101011
Octal 175 126 153

Shades and tints

Shades of #7D566B

#7D566B
(125,86,107)
#724F62
(114,79,98)
#674859
(103,72,89)
#5C4150
(92,65,80)
#513A47
(81,58,71)
#46333E
(70,51,62)
#3B2C35
(59,44,53)
#30252C
(48,37,44)
#251E23
(37,30,35)
#1A171A
(26,23,26)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #7D566B

#7D566B
(125,86,107)
#886578
(136,101,120)
#937485
(147,116,133)
#9E8392
(158,131,146)
#A9929F
(169,146,159)
#B4A1AC
(180,161,172)
#BFB0B9
(191,176,185)
#CABFC6
(202,191,198)
#D5CED3
(213,206,211)
#E0DDE0
(224,221,224)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D566B; }

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

This text font color is #7D566B.

Background Color

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

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

This div background color is #7D566B.

Border color

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

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

This div border color is #7D566B.

Opacity

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

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

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

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

This text has shadow with #7D566B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D566B.

Preview

Color preview on black background

This text has color #7D566B on black background.


Color preview on white background

This text has color #7D566B on white background.


Black color preview on #7D566B background

This text has black color on #7D566B background.


White color preview on #7D566B background

This text has white color on #7D566B background.


Related colors

Complementary color

Complementary color for #hex is #82A994.


I love getcolorcode.com

Triadic colors

1 #6B7D56 and #566B7D with #7D566B are triadic colors.

2 #6B567D and #567D6B with #7D566B are triadic colors.