COLOR #7D7377

HEX: #7D7377
RGB: (125,115,119)

Color info

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

RGB color model

#7D7377 color RGB value is (125,115,119).

  • red value is 125;
  • green value is 115;
  • blue value is 119.
RGB:
(125,115,119)
(49%,45%,47%)

RGB channels and saturation

R 125 of 255 = 49%
G 115 of 255 = 45%
B 119 of 255 = 47%

125
115
119

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

Portions of RGB colors in percentages

R + G + B =
125 + 115 + 119 = 359 (100%)
R 125 of 359 ~ 34.82%
G 115 of 359 ~ 32.03%
B 119 of 359 ~ 33.15%

%34.82
%32.03
%33.15

CMYK color model

#7D7377 color CMYK value is (0,8,5,51).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 4.80%
  • key color value is 50.98%
CMYK:
(0,8,5,51)
C0M8Y5K51 
(0%,8%,5%,51%)
(0.00/0.08/0.05/0.51)	

CMYK percentages

%0
%8
%4.8
%50.98

Codes

Color #7D7377 in popluar color models

7D7377
RGB125115119
HSL336°4.17%47.06%
HSB/HSV336°8.00%49.02%
CMYK0.00%8.00%4.80%
50.98%

Color #7D7377 in popluar number systems.

HEX7D7377
Decimal125115119
Binary111110111100111110111
Octal175163167

Shades and tints

Shades of #7D7377

#7D7377
(125,115,119)
#72696D
(114,105,109)
#675F63
(103,95,99)
#5C5559
(92,85,89)
#514B4F
(81,75,79)
#464145
(70,65,69)
#3B373B
(59,55,59)
#302D31
(48,45,49)
#252327
(37,35,39)
#1A191D
(26,25,29)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #7D7377

#7D7377
(125,115,119)
#887F83
(136,127,131)
#938B8F
(147,139,143)
#9E979B
(158,151,155)
#A9A3A7
(169,163,167)
#B4AFB3
(180,175,179)
#BFBBBF
(191,187,191)
#CAC7CB
(202,199,203)
#D5D3D7
(213,211,215)
#E0DFE3
(224,223,227)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7377 color. Also use rgb(125,115,119) instead hex code.

Text Font Color

.myTextColor { color: #7D7377; }

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

This text font color is #7D7377.


Background Color

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

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

This div background color is #7D7377.


Border color

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

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

This div border color is #7D7377.


Opacity

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

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

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

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

This text has shadow with #7D7377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7377 on black background.


Color preview on white background

This text has color #7D7377 on white background.



Black color preview on #7D7377 background

This text has black color on #7D7377 background.


White color preview on #7D7377 background

This text has white color on #7D7377 background.