COLOR #7D7265

HEX: #7D7265 RGB: (125,114,101)

Color info

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

RGB color model

#7D7265 color RGB value is (125,114,101).

RGB: (125,114,101) (49%, 45%, 40%)

RGB channels and saturation

R 125 of 255 = 49%
G 114 of 255 = 45%
B 101 of 255 = 40%

125
114
101

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

Portions of RGB colors in percentages

R + G + B = 125 + 114 + 101 = 340 (100%)
R 125 of 340 ~ 36.76%
G 114 of 340 ~ 33.53%
B 101 of 340 ~ 29.71'%

%36.76
%33.53
%29.71

CMYK color model

#7D7265 color CMYK value is (0,9,19,51).

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

CMYK: (0,9,19,51)
C0M9Y19K51 (0%, 9%, 19%, 51%)
(0.00 / 0.09 / 0.19 / 0.51)

CMYK percentages

%0
%8.8
%19.2
%50.98

Codes

Color #7D7265 in popluar color models

7D 72 65
RGB 125 114 101
HSL 33° 10.62% 44.31%
HSB/HSV 33° 19.20% 49.02%
CMYK 0.00% 8.80% 19.20%
50.98%

Color #7D7265 in popluar number systems.

HEX 7D 72 65
Decimal 125 114 101
Binary 1111101 1110010 1100101
Octal 175 162 145

Shades and tints

Shades of #7D7265

#7D7265
(125,114,101)
#72685C
(114,104,92)
#675E53
(103,94,83)
#5C544A
(92,84,74)
#514A41
(81,74,65)
#464038
(70,64,56)
#3B362F
(59,54,47)
#302C26
(48,44,38)
#25221D
(37,34,29)
#1A1814
(26,24,20)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #7D7265

#7D7265
(125,114,101)
#887E73
(136,126,115)
#938A81
(147,138,129)
#9E968F
(158,150,143)
#A9A29D
(169,162,157)
#B4AEAB
(180,174,171)
#BFBAB9
(191,186,185)
#CAC6C7
(202,198,199)
#D5D2D5
(213,210,213)
#E0DEE3
(224,222,227)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7265; }

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

This text font color is #7D7265.

Background Color

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

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

This div background color is #7D7265.

Border color

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

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

This div border color is #7D7265.

Opacity

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

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

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

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

This text has shadow with #7D7265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7265.

Preview

Color preview on black background

This text has color #7D7265 on black background.


Color preview on white background

This text has color #7D7265 on white background.


Black color preview on #7D7265 background

This text has black color on #7D7265 background.


White color preview on #7D7265 background

This text has white color on #7D7265 background.


Related colors

Complementary color

Complementary color for #hex is #828D9A.


I love getcolorcode.com

Triadic colors

1 #657D72 and #72657D with #7D7265 are triadic colors.

2 #65727D and #727D65 with #7D7265 are triadic colors.