COLOR #7D7C60

HEX: #7D7C60 RGB: (125,124,96)

Color info

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

RGB color model

#7D7C60 color RGB value is (125,124,96).

RGB: (125,124,96) (49%, 49%, 38%)

RGB channels and saturation

R 125 of 255 = 49%
G 124 of 255 = 49%
B 96 of 255 = 38%

125
124
96

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

Portions of RGB colors in percentages

R + G + B = 125 + 124 + 96 = 345 (100%)
R 125 of 345 ~ 36.23%
G 124 of 345 ~ 35.94%
B 96 of 345 ~ 27.83'%

%36.23
%35.94
%27.83

CMYK color model

#7D7C60 color CMYK value is (0,1,23,51).

  • cyan value is 0.00%
  • magenta value is 0.80%
  • yellow value is 23.20%
  • key color value is 50.98%

CMYK: (0,1,23,51)
C0M1Y23K51 (0%, 1%, 23%, 51%)
(0.00 / 0.01 / 0.23 / 0.51)

CMYK percentages

%0
%0.8
%23.2
%50.98

Codes

Color #7D7C60 in popluar color models

7D 7C 60
RGB 125 124 96
HSL 58° 13.12% 43.33%
HSB/HSV 58° 23.20% 49.02%
CMYK 0.00% 0.80% 23.20%
50.98%

Color #7D7C60 in popluar number systems.

HEX 7D 7C 60
Decimal 125 124 96
Binary 1111101 1111100 1100000
Octal 175 174 140

Shades and tints

Shades of #7D7C60

#7D7C60
(125,124,96)
#727158
(114,113,88)
#676650
(103,102,80)
#5C5B48
(92,91,72)
#515040
(81,80,64)
#464538
(70,69,56)
#3B3A30
(59,58,48)
#302F28
(48,47,40)
#252420
(37,36,32)
#1A1918
(26,25,24)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #7D7C60

#7D7C60
(125,124,96)
#88876E
(136,135,110)
#93927C
(147,146,124)
#9E9D8A
(158,157,138)
#A9A898
(169,168,152)
#B4B3A6
(180,179,166)
#BFBEB4
(191,190,180)
#CAC9C2
(202,201,194)
#D5D4D0
(213,212,208)
#E0DFDE
(224,223,222)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7C60 color. Also use rgb(125,124,96) instead hex code.

Text Font Color

.myTextColor { color: #7D7C60; }

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

This text font color is #7D7C60.

Background Color

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

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

This div background color is #7D7C60.

Border color

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

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

This div border color is #7D7C60.

Opacity

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

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

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

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

This text has shadow with #7D7C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7C60.

Preview

Color preview on black background

This text has color #7D7C60 on black background.


Color preview on white background

This text has color #7D7C60 on white background.


Black color preview on #7D7C60 background

This text has black color on #7D7C60 background.


White color preview on #7D7C60 background

This text has white color on #7D7C60 background.


Related colors

Complementary color

Complementary color for #hex is #82839F.


I love getcolorcode.com

Triadic colors

1 #607D7C and #7C607D with #7D7C60 are triadic colors.

2 #607C7D and #7C7D60 with #7D7C60 are triadic colors.