COLOR #7A4F71

HEX: #7A4F71
RGB: (122,79,113)

Color info

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

RGB color model

#7A4F71 color RGB value is (122,79,113).

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

RGB channels and saturation

R 122 of 255 = 48%
G 79 of 255 = 31%
B 113 of 255 = 44%

122
79
113

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

Portions of RGB colors in percentages

R + G + B =
122 + 79 + 113 = 314 (100%)
R 122 of 314 ~ 38.85%
G 79 of 314 ~ 25.16%
B 113 of 314 ~ 35.99%

%38.85
%25.16
%35.99

CMYK color model

#7A4F71 color CMYK value is (0,35,7,52).

  • cyan value is 0.00%
  • magenta value is 35.25%
  • yellow value is 7.38%
  • key color value is 52.16%
CMYK:
(0,35,7,52)
C0M35Y7K52 
(0%,35%,7%,52%)
(0.00/0.35/0.07/0.52)	

CMYK percentages

%0
%35.25
%7.38
%52.16

Codes

Color #7A4F71 in popluar color models

7A4F71
RGB12279113
HSL313°21.39%39.41%
HSB/HSV313°35.25%47.84%
CMYK0.00%35.25%7.38%
52.16%

Color #7A4F71 in popluar number systems.

HEX7A4F71
Decimal12279113
Binary111101010011111110001
Octal172117161

Shades and tints

Shades of #7A4F71

#7A4F71
(122,79,113)
#6F4867
(111,72,103)
#64415D
(100,65,93)
#593A53
(89,58,83)
#4E3349
(78,51,73)
#432C3F
(67,44,63)
#382535
(56,37,53)
#2D1E2B
(45,30,43)
#221721
(34,23,33)
#171017
(23,16,23)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #7A4F71

#7A4F71
(122,79,113)
#865F7D
(134,95,125)
#926F89
(146,111,137)
#9E7F95
(158,127,149)
#AA8FA1
(170,143,161)
#B69FAD
(182,159,173)
#C2AFB9
(194,175,185)
#CEBFC5
(206,191,197)
#DACFD1
(218,207,209)
#E6DFDD
(230,223,221)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4F71; }

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

This text font color is #7A4F71.


Background Color

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

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

This div background color is #7A4F71.


Border color

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

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

This div border color is #7A4F71.


Opacity

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

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

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

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

This text has shadow with #7A4F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4F71 on black background.


Color preview on white background

This text has color #7A4F71 on white background.



Black color preview on #7A4F71 background

This text has black color on #7A4F71 background.


White color preview on #7A4F71 background

This text has white color on #7A4F71 background.