COLOR #7D737A

HEX: #7D737A
RGB: (125,115,122)

Color info

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

RGB color model

#7D737A color RGB value is (125,115,122).

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

RGB channels and saturation

R 125 of 255 = 49%
G 115 of 255 = 45%
B 122 of 255 = 48%

125
115
122

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

Portions of RGB colors in percentages

R + G + B =
125 + 115 + 122 = 362 (100%)
R 125 of 362 ~ 34.53%
G 115 of 362 ~ 31.77%
B 122 of 362 ~ 33.7%

%34.53
%31.77
%33.7

CMYK color model

#7D737A color CMYK value is (0,8,2,51).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 2.40%
  • key color value is 50.98%
CMYK:
(0,8,2,51)
C0M8Y2K51 
(0%,8%,2%,51%)
(0.00/0.08/0.02/0.51)	

CMYK percentages

%0
%8
%2.4
%50.98

Codes

Color #7D737A in popluar color models

7D737A
RGB125115122
HSL318°4.17%47.06%
HSB/HSV318°8.00%49.02%
CMYK0.00%8.00%2.40%
50.98%

Color #7D737A in popluar number systems.

HEX7D737A
Decimal125115122
Binary111110111100111111010
Octal175163172

Shades and tints

Shades of #7D737A

#7D737A
(125,115,122)
#72696F
(114,105,111)
#675F64
(103,95,100)
#5C5559
(92,85,89)
#514B4E
(81,75,78)
#464143
(70,65,67)
#3B3738
(59,55,56)
#302D2D
(48,45,45)
#252322
(37,35,34)
#1A1917
(26,25,23)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #7D737A

#7D737A
(125,115,122)
#887F86
(136,127,134)
#938B92
(147,139,146)
#9E979E
(158,151,158)
#A9A3AA
(169,163,170)
#B4AFB6
(180,175,182)
#BFBBC2
(191,187,194)
#CAC7CE
(202,199,206)
#D5D3DA
(213,211,218)
#E0DFE6
(224,223,230)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D737A; }

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

This text font color is #7D737A.


Background Color

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

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

This div background color is #7D737A.


Border color

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

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

This div border color is #7D737A.


Opacity

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

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

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

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

This text has shadow with #7D737A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D737A on black background.


Color preview on white background

This text has color #7D737A on white background.



Black color preview on #7D737A background

This text has black color on #7D737A background.


White color preview on #7D737A background

This text has white color on #7D737A background.