COLOR #7A5873

HEX: #7A5873
RGB: (122,88,115)

Color info

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

RGB color model

#7A5873 color RGB value is (122,88,115).

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

RGB channels and saturation

R 122 of 255 = 48%
G 88 of 255 = 35%
B 115 of 255 = 45%

122
88
115

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

Portions of RGB colors in percentages

R + G + B =
122 + 88 + 115 = 325 (100%)
R 122 of 325 ~ 37.54%
G 88 of 325 ~ 27.08%
B 115 of 325 ~ 35.38%

%37.54
%27.08
%35.38

CMYK color model

#7A5873 color CMYK value is (0,28,6,52).

  • cyan value is 0.00%
  • magenta value is 27.87%
  • yellow value is 5.74%
  • key color value is 52.16%
CMYK:
(0,28,6,52)
C0M28Y6K52 
(0%,28%,6%,52%)
(0.00/0.28/0.06/0.52)	

CMYK percentages

%0
%27.87
%5.74
%52.16

Codes

Color #7A5873 in popluar color models

7A5873
RGB12288115
HSL312°16.19%41.18%
HSB/HSV312°27.87%47.84%
CMYK0.00%27.87%5.74%
52.16%

Color #7A5873 in popluar number systems.

HEX7A5873
Decimal12288115
Binary111101010110001110011
Octal172130163

Shades and tints

Shades of #7A5873

#7A5873
(122,88,115)
#6F5069
(111,80,105)
#64485F
(100,72,95)
#594055
(89,64,85)
#4E384B
(78,56,75)
#433041
(67,48,65)
#382837
(56,40,55)
#2D202D
(45,32,45)
#221823
(34,24,35)
#171019
(23,16,25)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #7A5873

#7A5873
(122,88,115)
#86677F
(134,103,127)
#92768B
(146,118,139)
#9E8597
(158,133,151)
#AA94A3
(170,148,163)
#B6A3AF
(182,163,175)
#C2B2BB
(194,178,187)
#CEC1C7
(206,193,199)
#DAD0D3
(218,208,211)
#E6DFDF
(230,223,223)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5873; }

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

This text font color is #7A5873.


Background Color

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

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

This div background color is #7A5873.


Border color

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

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

This div border color is #7A5873.


Opacity

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

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

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

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

This text has shadow with #7A5873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5873 on black background.


Color preview on white background

This text has color #7A5873 on white background.



Black color preview on #7A5873 background

This text has black color on #7A5873 background.


White color preview on #7A5873 background

This text has white color on #7A5873 background.