COLOR #7D565F

HEX: #7D565F
RGB: (125,86,95)

Color info

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

RGB color model

#7D565F color RGB value is (125,86,95).

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

RGB channels and saturation

R 125 of 255 = 49%
G 86 of 255 = 34%
B 95 of 255 = 37%

125
86
95

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

Portions of RGB colors in percentages

R + G + B =
125 + 86 + 95 = 306 (100%)
R 125 of 306 ~ 40.85%
G 86 of 306 ~ 28.1%
B 95 of 306 ~ 31.05%

%40.85
%28.1
%31.05

CMYK color model

#7D565F color CMYK value is (0,31,24,51).

  • cyan value is 0.00%
  • magenta value is 31.20%
  • yellow value is 24.00%
  • key color value is 50.98%
CMYK:
(0,31,24,51)
C0M31Y24K51 
(0%,31%,24%,51%)
(0.00/0.31/0.24/0.51)	

CMYK percentages

%0
%31.2
%24
%50.98

Codes

Color #7D565F in popluar color models

7D565F
RGB1258695
HSL346°18.48%41.37%
HSB/HSV346°31.20%49.02%
CMYK0.00%31.20%24.00%
50.98%

Color #7D565F in popluar number systems.

HEX7D565F
Decimal1258695
Binary111110110101101011111
Octal175126137

Shades and tints

Shades of #7D565F

#7D565F
(125,86,95)
#724F57
(114,79,87)
#67484F
(103,72,79)
#5C4147
(92,65,71)
#513A3F
(81,58,63)
#463337
(70,51,55)
#3B2C2F
(59,44,47)
#302527
(48,37,39)
#251E1F
(37,30,31)
#1A1717
(26,23,23)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #7D565F

#7D565F
(125,86,95)
#88656D
(136,101,109)
#93747B
(147,116,123)
#9E8389
(158,131,137)
#A99297
(169,146,151)
#B4A1A5
(180,161,165)
#BFB0B3
(191,176,179)
#CABFC1
(202,191,193)
#D5CECF
(213,206,207)
#E0DDDD
(224,221,221)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D565F; }

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

This text font color is #7D565F.


Background Color

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

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

This div background color is #7D565F.


Border color

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

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

This div border color is #7D565F.


Opacity

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

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

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

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

This text has shadow with #7D565F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D565F on black background.


Color preview on white background

This text has color #7D565F on white background.



Black color preview on #7D565F background

This text has black color on #7D565F background.


White color preview on #7D565F background

This text has white color on #7D565F background.