COLOR #7A7D73

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

122
125
115

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

Portions of RGB colors in percentages

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

%33.7
%34.53
%31.77

CMYK color model

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

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

CMYK percentages

%2.4
%0
%8
%50.98

Codes

Color #7A7D73 in popluar color models

7A7D73
RGB122125115
HSL78°4.17%47.06%
HSB/HSV78°8.00%49.02%
CMYK2.40%0.00%8.00%
50.98%

Color #7A7D73 in popluar number systems.

HEX7A7D73
Decimal122125115
Binary111101011111011110011
Octal172175163

Shades and tints

Shades of #7A7D73

#7A7D73
(122,125,115)
#6F7269
(111,114,105)
#64675F
(100,103,95)
#595C55
(89,92,85)
#4E514B
(78,81,75)
#434641
(67,70,65)
#383B37
(56,59,55)
#2D302D
(45,48,45)
#222523
(34,37,35)
#171A19
(23,26,25)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #7A7D73

#7A7D73
(122,125,115)
#86887F
(134,136,127)
#92938B
(146,147,139)
#9E9E97
(158,158,151)
#AAA9A3
(170,169,163)
#B6B4AF
(182,180,175)
#C2BFBB
(194,191,187)
#CECAC7
(206,202,199)
#DAD5D3
(218,213,211)
#E6E0DF
(230,224,223)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7D73; }

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

This text font color is #7A7D73.


Background Color

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

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

This div background color is #7A7D73.


Border color

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

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

This div border color is #7A7D73.


Opacity

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

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

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

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

This text has shadow with #7A7D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7D73 on black background.


Color preview on white background

This text has color #7A7D73 on white background.



Black color preview on #7A7D73 background

This text has black color on #7A7D73 background.


White color preview on #7A7D73 background

This text has white color on #7A7D73 background.