COLOR #7A7073

HEX: #7A7073
RGB: (122,112,115)

Color info

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

RGB color model

#7A7073 color RGB value is (122,112,115).

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

RGB channels and saturation

R 122 of 255 = 48%
G 112 of 255 = 44%
B 115 of 255 = 45%

122
112
115

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

Portions of RGB colors in percentages

R + G + B =
122 + 112 + 115 = 349 (100%)
R 122 of 349 ~ 34.96%
G 112 of 349 ~ 32.09%
B 115 of 349 ~ 32.95%

%34.96
%32.09
%32.95

CMYK color model

#7A7073 color CMYK value is (0,8,6,52).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 5.74%
  • key color value is 52.16%
CMYK:
(0,8,6,52)
C0M8Y6K52 
(0%,8%,6%,52%)
(0.00/0.08/0.06/0.52)	

CMYK percentages

%0
%8.2
%5.74
%52.16

Codes

Color #7A7073 in popluar color models

7A7073
RGB122112115
HSL342°4.27%45.88%
HSB/HSV342°8.20%47.84%
CMYK0.00%8.20%5.74%
52.16%

Color #7A7073 in popluar number systems.

HEX7A7073
Decimal122112115
Binary111101011100001110011
Octal172160163

Shades and tints

Shades of #7A7073

#7A7073
(122,112,115)
#6F6669
(111,102,105)
#645C5F
(100,92,95)
#595255
(89,82,85)
#4E484B
(78,72,75)
#433E41
(67,62,65)
#383437
(56,52,55)
#2D2A2D
(45,42,45)
#222023
(34,32,35)
#171619
(23,22,25)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #7A7073

#7A7073
(122,112,115)
#867D7F
(134,125,127)
#928A8B
(146,138,139)
#9E9797
(158,151,151)
#AAA4A3
(170,164,163)
#B6B1AF
(182,177,175)
#C2BEBB
(194,190,187)
#CECBC7
(206,203,199)
#DAD8D3
(218,216,211)
#E6E5DF
(230,229,223)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7073; }

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

This text font color is #7A7073.


Background Color

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

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

This div background color is #7A7073.


Border color

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

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

This div border color is #7A7073.


Opacity

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

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

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

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

This text has shadow with #7A7073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7073 on black background.


Color preview on white background

This text has color #7A7073 on white background.



Black color preview on #7A7073 background

This text has black color on #7A7073 background.


White color preview on #7A7073 background

This text has white color on #7A7073 background.