COLOR #7A5C73

HEX: #7A5C73
RGB: (122,92,115)

Color info

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

RGB color model

#7A5C73 color RGB value is (122,92,115).

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

RGB channels and saturation

R 122 of 255 = 48%
G 92 of 255 = 36%
B 115 of 255 = 45%

122
92
115

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

Portions of RGB colors in percentages

R + G + B =
122 + 92 + 115 = 329 (100%)
R 122 of 329 ~ 37.08%
G 92 of 329 ~ 27.96%
B 115 of 329 ~ 34.95%

%37.08
%27.96
%34.95

CMYK color model

#7A5C73 color CMYK value is (0,25,6,52).

  • cyan value is 0.00%
  • magenta value is 24.59%
  • yellow value is 5.74%
  • key color value is 52.16%
CMYK:
(0,25,6,52)
C0M25Y6K52 
(0%,25%,6%,52%)
(0.00/0.25/0.06/0.52)	

CMYK percentages

%0
%24.59
%5.74
%52.16

Codes

Color #7A5C73 in popluar color models

7A5C73
RGB12292115
HSL314°14.02%41.96%
HSB/HSV314°24.59%47.84%
CMYK0.00%24.59%5.74%
52.16%

Color #7A5C73 in popluar number systems.

HEX7A5C73
Decimal12292115
Binary111101010111001110011
Octal172134163

Shades and tints

Shades of #7A5C73

#7A5C73
(122,92,115)
#6F5469
(111,84,105)
#644C5F
(100,76,95)
#594455
(89,68,85)
#4E3C4B
(78,60,75)
#433441
(67,52,65)
#382C37
(56,44,55)
#2D242D
(45,36,45)
#221C23
(34,28,35)
#171419
(23,20,25)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #7A5C73

#7A5C73
(122,92,115)
#866A7F
(134,106,127)
#92788B
(146,120,139)
#9E8697
(158,134,151)
#AA94A3
(170,148,163)
#B6A2AF
(182,162,175)
#C2B0BB
(194,176,187)
#CEBEC7
(206,190,199)
#DACCD3
(218,204,211)
#E6DADF
(230,218,223)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5C73; }

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

This text font color is #7A5C73.


Background Color

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

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

This div background color is #7A5C73.


Border color

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

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

This div border color is #7A5C73.


Opacity

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

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

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

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

This text has shadow with #7A5C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5C73 on black background.


Color preview on white background

This text has color #7A5C73 on white background.



Black color preview on #7A5C73 background

This text has black color on #7A5C73 background.


White color preview on #7A5C73 background

This text has white color on #7A5C73 background.