COLOR #7D796C

HEX: #7D796C
RGB: (125,121,108)

Color info

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

RGB color model

#7D796C color RGB value is (125,121,108).

  • red value is 125;
  • green value is 121;
  • blue value is 108.
RGB:
(125,121,108)
(49%,47%,42%)

RGB channels and saturation

R 125 of 255 = 49%
G 121 of 255 = 47%
B 108 of 255 = 42%

125
121
108

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

Portions of RGB colors in percentages

R + G + B =
125 + 121 + 108 = 354 (100%)
R 125 of 354 ~ 35.31%
G 121 of 354 ~ 34.18%
B 108 of 354 ~ 30.51%

%35.31
%34.18
%30.51

CMYK color model

#7D796C color CMYK value is (0,3,14,51).

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 13.60%
  • key color value is 50.98%
CMYK:
(0,3,14,51)
C0M3Y14K51 
(0%,3%,14%,51%)
(0.00/0.03/0.14/0.51)	

CMYK percentages

%0
%3.2
%13.6
%50.98

Codes

Color #7D796C in popluar color models

7D796C
RGB125121108
HSL46°7.30%45.69%
HSB/HSV46°13.60%49.02%
CMYK0.00%3.20%13.60%
50.98%

Color #7D796C in popluar number systems.

HEX7D796C
Decimal125121108
Binary111110111110011101100
Octal175171154

Shades and tints

Shades of #7D796C

#7D796C
(125,121,108)
#726E63
(114,110,99)
#67635A
(103,99,90)
#5C5851
(92,88,81)
#514D48
(81,77,72)
#46423F
(70,66,63)
#3B3736
(59,55,54)
#302C2D
(48,44,45)
#252124
(37,33,36)
#1A161B
(26,22,27)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #7D796C

#7D796C
(125,121,108)
#888579
(136,133,121)
#939186
(147,145,134)
#9E9D93
(158,157,147)
#A9A9A0
(169,169,160)
#B4B5AD
(180,181,173)
#BFC1BA
(191,193,186)
#CACDC7
(202,205,199)
#D5D9D4
(213,217,212)
#E0E5E1
(224,229,225)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D796C; }

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

This text font color is #7D796C.


Background Color

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

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

This div background color is #7D796C.


Border color

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

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

This div border color is #7D796C.


Opacity

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

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

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

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

This text has shadow with #7D796C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D796C on black background.


Color preview on white background

This text has color #7D796C on white background.



Black color preview on #7D796C background

This text has black color on #7D796C background.


White color preview on #7D796C background

This text has white color on #7D796C background.