COLOR #7D7565

HEX: #7D7565
RGB: (125,117,101)

Color info

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

RGB color model

#7D7565 color RGB value is (125,117,101).

  • red value is 125;
  • green value is 117;
  • blue value is 101.
RGB:
(125,117,101)
(49%,46%,40%)

RGB channels and saturation

R 125 of 255 = 49%
G 117 of 255 = 46%
B 101 of 255 = 40%

125
117
101

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

Portions of RGB colors in percentages

R + G + B =
125 + 117 + 101 = 343 (100%)
R 125 of 343 ~ 36.44%
G 117 of 343 ~ 34.11%
B 101 of 343 ~ 29.45%

%36.44
%34.11
%29.45

CMYK color model

#7D7565 color CMYK value is (0,6,19,51).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 19.20%
  • key color value is 50.98%
CMYK:
(0,6,19,51)
C0M6Y19K51 
(0%,6%,19%,51%)
(0.00/0.06/0.19/0.51)	

CMYK percentages

%0
%6.4
%19.2
%50.98

Codes

Color #7D7565 in popluar color models

7D7565
RGB125117101
HSL40°10.62%44.31%
HSB/HSV40°19.20%49.02%
CMYK0.00%6.40%19.20%
50.98%

Color #7D7565 in popluar number systems.

HEX7D7565
Decimal125117101
Binary111110111101011100101
Octal175165145

Shades and tints

Shades of #7D7565

#7D7565
(125,117,101)
#726B5C
(114,107,92)
#676153
(103,97,83)
#5C574A
(92,87,74)
#514D41
(81,77,65)
#464338
(70,67,56)
#3B392F
(59,57,47)
#302F26
(48,47,38)
#25251D
(37,37,29)
#1A1B14
(26,27,20)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #7D7565

#7D7565
(125,117,101)
#888173
(136,129,115)
#938D81
(147,141,129)
#9E998F
(158,153,143)
#A9A59D
(169,165,157)
#B4B1AB
(180,177,171)
#BFBDB9
(191,189,185)
#CAC9C7
(202,201,199)
#D5D5D5
(213,213,213)
#E0E1E3
(224,225,227)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7565 color. Also use rgb(125,117,101) instead hex code.

Text Font Color

.myTextColor { color: #7D7565; }

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

This text font color is #7D7565.


Background Color

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

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

This div background color is #7D7565.


Border color

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

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

This div border color is #7D7565.


Opacity

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

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

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

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

This text has shadow with #7D7565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7565 on black background.


Color preview on white background

This text has color #7D7565 on white background.



Black color preview on #7D7565 background

This text has black color on #7D7565 background.


White color preview on #7D7565 background

This text has white color on #7D7565 background.