COLOR #7A5871

HEX: #7A5871
RGB: (122,88,113)

Color info

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

RGB color model

#7A5871 color RGB value is (122,88,113).

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

RGB channels and saturation

R 122 of 255 = 48%
G 88 of 255 = 35%
B 113 of 255 = 44%

122
88
113

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

Portions of RGB colors in percentages

R + G + B =
122 + 88 + 113 = 323 (100%)
R 122 of 323 ~ 37.77%
G 88 of 323 ~ 27.24%
B 113 of 323 ~ 34.98%

%37.77
%27.24
%34.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.87%
  • yellow value is 7.38%
  • key color value is 52.16%
CMYK:
(0,28,7,52)
C0M28Y7K52 
(0%,28%,7%,52%)
(0.00/0.28/0.07/0.52)	

CMYK percentages

%0
%27.87
%7.38
%52.16

Codes

Color #7A5871 in popluar color models

7A5871
RGB12288113
HSL316°16.19%41.18%
HSB/HSV316°27.87%47.84%
CMYK0.00%27.87%7.38%
52.16%

Color #7A5871 in popluar number systems.

HEX7A5871
Decimal12288113
Binary111101010110001110001
Octal172130161

Shades and tints

Shades of #7A5871

#7A5871
(122,88,113)
#6F5067
(111,80,103)
#64485D
(100,72,93)
#594053
(89,64,83)
#4E3849
(78,56,73)
#43303F
(67,48,63)
#382835
(56,40,53)
#2D202B
(45,32,43)
#221821
(34,24,33)
#171017
(23,16,23)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #7A5871

#7A5871
(122,88,113)
#86677D
(134,103,125)
#927689
(146,118,137)
#9E8595
(158,133,149)
#AA94A1
(170,148,161)
#B6A3AD
(182,163,173)
#C2B2B9
(194,178,185)
#CEC1C5
(206,193,197)
#DAD0D1
(218,208,209)
#E6DFDD
(230,223,221)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5871; }

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

This text font color is #7A5871.


Background Color

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

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

This div background color is #7A5871.


Border color

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

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

This div border color is #7A5871.


Opacity

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

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

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

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

This text has shadow with #7A5871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5871 on black background.


Color preview on white background

This text has color #7A5871 on white background.



Black color preview on #7A5871 background

This text has black color on #7A5871 background.


White color preview on #7A5871 background

This text has white color on #7A5871 background.