COLOR #7D7B6C

HEX: #7D7B6C RGB: (125,123,108)

Color info

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

RGB color model

#7D7B6C color RGB value is (125,123,108).

RGB: (125,123,108) (49%, 48%, 42%)

RGB channels and saturation

R 125 of 255 = 49%
G 123 of 255 = 48%
B 108 of 255 = 42%

125
123
108

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

Portions of RGB colors in percentages

R + G + B = 125 + 123 + 108 = 356 (100%)
R 125 of 356 ~ 35.11%
G 123 of 356 ~ 34.55%
B 108 of 356 ~ 30.34'%

%35.11
%34.55
%30.34

CMYK color model

#7D7B6C color CMYK value is (0,2,14,51).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 13.60%
  • key color value is 50.98%

CMYK: (0,2,14,51)
C0M2Y14K51 (0%, 2%, 14%, 51%)
(0.00 / 0.02 / 0.14 / 0.51)

CMYK percentages

%0
%1.6
%13.6
%50.98

Codes

Color #7D7B6C in popluar color models

7D 7B 6C
RGB 125 123 108
HSL 53° 7.30% 45.69%
HSB/HSV 53° 13.60% 49.02%
CMYK 0.00% 1.60% 13.60%
50.98%

Color #7D7B6C in popluar number systems.

HEX 7D 7B 6C
Decimal 125 123 108
Binary 1111101 1111011 1101100
Octal 175 173 154

Shades and tints

Shades of #7D7B6C

#7D7B6C
(125,123,108)
#727063
(114,112,99)
#67655A
(103,101,90)
#5C5A51
(92,90,81)
#514F48
(81,79,72)
#46443F
(70,68,63)
#3B3936
(59,57,54)
#302E2D
(48,46,45)
#252324
(37,35,36)
#1A181B
(26,24,27)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #7D7B6C

#7D7B6C
(125,123,108)
#888779
(136,135,121)
#939386
(147,147,134)
#9E9F93
(158,159,147)
#A9ABA0
(169,171,160)
#B4B7AD
(180,183,173)
#BFC3BA
(191,195,186)
#CACFC7
(202,207,199)
#D5DBD4
(213,219,212)
#E0E7E1
(224,231,225)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7B6C color. Also use rgb(125,123,108) instead hex code.

Text Font Color

.myTextColor { color: #7D7B6C; }

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

This text font color is #7D7B6C.

Background Color

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

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

This div background color is #7D7B6C.

Border color

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

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

This div border color is #7D7B6C.

Opacity

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

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

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

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

This text has shadow with #7D7B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7B6C.

Preview

Color preview on black background

This text has color #7D7B6C on black background.


Color preview on white background

This text has color #7D7B6C on white background.


Black color preview on #7D7B6C background

This text has black color on #7D7B6C background.


White color preview on #7D7B6C background

This text has white color on #7D7B6C background.


Related colors

Complementary color

Complementary color for #hex is #828493.


I love getcolorcode.com

Triadic colors

1 #6C7D7B and #7B6C7D with #7D7B6C are triadic colors.

2 #6C7B7D and #7B7D6C with #7D7B6C are triadic colors.