COLOR #7D7065

HEX: #7D7065 RGB: (125,112,101)

Color info

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

RGB color model

#7D7065 color RGB value is (125,112,101).

RGB: (125,112,101) (49%, 44%, 40%)

RGB channels and saturation

R 125 of 255 = 49%
G 112 of 255 = 44%
B 101 of 255 = 40%

125
112
101

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

Portions of RGB colors in percentages

R + G + B = 125 + 112 + 101 = 338 (100%)
R 125 of 338 ~ 36.98%
G 112 of 338 ~ 33.14%
B 101 of 338 ~ 29.88'%

%36.98
%33.14
%29.88

CMYK color model

#7D7065 color CMYK value is (0,10,19,51).

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

CMYK: (0,10,19,51)
C0M10Y19K51 (0%, 10%, 19%, 51%)
(0.00 / 0.10 / 0.19 / 0.51)

CMYK percentages

%0
%10.4
%19.2
%50.98

Codes

Color #7D7065 in popluar color models

7D 70 65
RGB 125 112 101
HSL 28° 10.62% 44.31%
HSB/HSV 28° 19.20% 49.02%
CMYK 0.00% 10.40% 19.20%
50.98%

Color #7D7065 in popluar number systems.

HEX 7D 70 65
Decimal 125 112 101
Binary 1111101 1110000 1100101
Octal 175 160 145

Shades and tints

Shades of #7D7065

#7D7065
(125,112,101)
#72665C
(114,102,92)
#675C53
(103,92,83)
#5C524A
(92,82,74)
#514841
(81,72,65)
#463E38
(70,62,56)
#3B342F
(59,52,47)
#302A26
(48,42,38)
#25201D
(37,32,29)
#1A1614
(26,22,20)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #7D7065

#7D7065
(125,112,101)
#887D73
(136,125,115)
#938A81
(147,138,129)
#9E978F
(158,151,143)
#A9A49D
(169,164,157)
#B4B1AB
(180,177,171)
#BFBEB9
(191,190,185)
#CACBC7
(202,203,199)
#D5D8D5
(213,216,213)
#E0E5E3
(224,229,227)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7065; }

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

This text font color is #7D7065.

Background Color

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

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

This div background color is #7D7065.

Border color

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

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

This div border color is #7D7065.

Opacity

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

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

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

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

This text has shadow with #7D7065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7065.

Preview

Color preview on black background

This text has color #7D7065 on black background.


Color preview on white background

This text has color #7D7065 on white background.


Black color preview on #7D7065 background

This text has black color on #7D7065 background.


White color preview on #7D7065 background

This text has white color on #7D7065 background.


Related colors

Complementary color

Complementary color for #hex is #828F9A.


I love getcolorcode.com

Triadic colors

1 #657D70 and #70657D with #7D7065 are triadic colors.

2 #65707D and #707D65 with #7D7065 are triadic colors.