COLOR #7A5D72

HEX: #7A5D72
RGB: (122,93,114)

Color info

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

RGB color model

#7A5D72 color RGB value is (122,93,114).

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

RGB channels and saturation

R 122 of 255 = 48%
G 93 of 255 = 36%
B 114 of 255 = 45%

122
93
114

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

Portions of RGB colors in percentages

R + G + B =
122 + 93 + 114 = 329 (100%)
R 122 of 329 ~ 37.08%
G 93 of 329 ~ 28.27%
B 114 of 329 ~ 34.65%

%37.08
%28.27
%34.65

CMYK color model

#7A5D72 color CMYK value is (0,24,7,52).

  • cyan value is 0.00%
  • magenta value is 23.77%
  • yellow value is 6.56%
  • key color value is 52.16%
CMYK:
(0,24,7,52)
C0M24Y7K52 
(0%,24%,7%,52%)
(0.00/0.24/0.07/0.52)	

CMYK percentages

%0
%23.77
%6.56
%52.16

Codes

Color #7A5D72 in popluar color models

7A5D72
RGB12293114
HSL317°13.49%42.16%
HSB/HSV317°23.77%47.84%
CMYK0.00%23.77%6.56%
52.16%

Color #7A5D72 in popluar number systems.

HEX7A5D72
Decimal12293114
Binary111101010111011110010
Octal172135162

Shades and tints

Shades of #7A5D72

#7A5D72
(122,93,114)
#6F5568
(111,85,104)
#644D5E
(100,77,94)
#594554
(89,69,84)
#4E3D4A
(78,61,74)
#433540
(67,53,64)
#382D36
(56,45,54)
#2D252C
(45,37,44)
#221D22
(34,29,34)
#171518
(23,21,24)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #7A5D72

#7A5D72
(122,93,114)
#866B7E
(134,107,126)
#92798A
(146,121,138)
#9E8796
(158,135,150)
#AA95A2
(170,149,162)
#B6A3AE
(182,163,174)
#C2B1BA
(194,177,186)
#CEBFC6
(206,191,198)
#DACDD2
(218,205,210)
#E6DBDE
(230,219,222)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5D72 color. Also use rgb(122,93,114) instead hex code.

Text Font Color

.myTextColor { color: #7A5D72; }

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

This text font color is #7A5D72.


Background Color

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

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

This div background color is #7A5D72.


Border color

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

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

This div border color is #7A5D72.


Opacity

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

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

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

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

This text has shadow with #7A5D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5D72 on black background.


Color preview on white background

This text has color #7A5D72 on white background.



Black color preview on #7A5D72 background

This text has black color on #7A5D72 background.


White color preview on #7A5D72 background

This text has white color on #7A5D72 background.