COLOR #7D6564

HEX: #7D6564 RGB: (125,101,100)

Color info

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

RGB color model

#7D6564 color RGB value is (125,101,100).

RGB: (125,101,100) (49%, 40%, 39%)

RGB channels and saturation

R 125 of 255 = 49%
G 101 of 255 = 40%
B 100 of 255 = 39%

125
101
100

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

Portions of RGB colors in percentages

R + G + B = 125 + 101 + 100 = 326 (100%)
R 125 of 326 ~ 38.34%
G 101 of 326 ~ 30.98%
B 100 of 326 ~ 30.67'%

%38.34
%30.98
%30.67

CMYK color model

#7D6564 color CMYK value is (0,19,20,51).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 20.00%
  • key color value is 50.98%

CMYK: (0,19,20,51)
C0M19Y20K51 (0%, 19%, 20%, 51%)
(0.00 / 0.19 / 0.20 / 0.51)

CMYK percentages

%0
%19.2
%20
%50.98

Codes

Color #7D6564 in popluar color models

7D 65 64
RGB 125 101 100
HSL 11.11% 44.12%
HSB/HSV 20.00% 49.02%
CMYK 0.00% 19.20% 20.00%
50.98%

Color #7D6564 in popluar number systems.

HEX 7D 65 64
Decimal 125 101 100
Binary 1111101 1100101 1100100
Octal 175 145 144

Shades and tints

Shades of #7D6564

#7D6564
(125,101,100)
#725C5B
(114,92,91)
#675352
(103,83,82)
#5C4A49
(92,74,73)
#514140
(81,65,64)
#463837
(70,56,55)
#3B2F2E
(59,47,46)
#302625
(48,38,37)
#251D1C
(37,29,28)
#1A1413
(26,20,19)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #7D6564

#7D6564
(125,101,100)
#887372
(136,115,114)
#938180
(147,129,128)
#9E8F8E
(158,143,142)
#A99D9C
(169,157,156)
#B4ABAA
(180,171,170)
#BFB9B8
(191,185,184)
#CAC7C6
(202,199,198)
#D5D5D4
(213,213,212)
#E0E3E2
(224,227,226)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6564; }

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

This text font color is #7D6564.

Background Color

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

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

This div background color is #7D6564.

Border color

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

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

This div border color is #7D6564.

Opacity

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

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

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

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

This text has shadow with #7D6564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6564.

Preview

Color preview on black background

This text has color #7D6564 on black background.


Color preview on white background

This text has color #7D6564 on white background.


Black color preview on #7D6564 background

This text has black color on #7D6564 background.


White color preview on #7D6564 background

This text has white color on #7D6564 background.


Related colors

Complementary color

Complementary color for #hex is #829A9B.


I love getcolorcode.com

Triadic colors

1 #647D65 and #65647D with #7D6564 are triadic colors.

2 #64657D and #657D64 with #7D6564 are triadic colors.