COLOR #7A6173

HEX: #7A6173
RGB: (122,97,115)

Color info

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

RGB color model

#7A6173 color RGB value is (122,97,115).

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

RGB channels and saturation

R 122 of 255 = 48%
G 97 of 255 = 38%
B 115 of 255 = 45%

122
97
115

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

Portions of RGB colors in percentages

R + G + B =
122 + 97 + 115 = 334 (100%)
R 122 of 334 ~ 36.53%
G 97 of 334 ~ 29.04%
B 115 of 334 ~ 34.43%

%36.53
%29.04
%34.43

CMYK color model

#7A6173 color CMYK value is (0,20,6,52).

  • cyan value is 0.00%
  • magenta value is 20.49%
  • yellow value is 5.74%
  • key color value is 52.16%
CMYK:
(0,20,6,52)
C0M20Y6K52 
(0%,20%,6%,52%)
(0.00/0.20/0.06/0.52)	

CMYK percentages

%0
%20.49
%5.74
%52.16

Codes

Color #7A6173 in popluar color models

7A6173
RGB12297115
HSL317°11.42%42.94%
HSB/HSV317°20.49%47.84%
CMYK0.00%20.49%5.74%
52.16%

Color #7A6173 in popluar number systems.

HEX7A6173
Decimal12297115
Binary111101011000011110011
Octal172141163

Shades and tints

Shades of #7A6173

#7A6173
(122,97,115)
#6F5969
(111,89,105)
#64515F
(100,81,95)
#594955
(89,73,85)
#4E414B
(78,65,75)
#433941
(67,57,65)
#383137
(56,49,55)
#2D292D
(45,41,45)
#222123
(34,33,35)
#171919
(23,25,25)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #7A6173

#7A6173
(122,97,115)
#866F7F
(134,111,127)
#927D8B
(146,125,139)
#9E8B97
(158,139,151)
#AA99A3
(170,153,163)
#B6A7AF
(182,167,175)
#C2B5BB
(194,181,187)
#CEC3C7
(206,195,199)
#DAD1D3
(218,209,211)
#E6DFDF
(230,223,223)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6173; }

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

This text font color is #7A6173.


Background Color

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

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

This div background color is #7A6173.


Border color

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

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

This div border color is #7A6173.


Opacity

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

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

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

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

This text has shadow with #7A6173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6173 on black background.


Color preview on white background

This text has color #7A6173 on white background.



Black color preview on #7A6173 background

This text has black color on #7A6173 background.


White color preview on #7A6173 background

This text has white color on #7A6173 background.