COLOR #7A4671

HEX: #7A4671
RGB: (122,70,113)

Color info

#7A4671 contains red, green and blue colors in about the same proportion. Web safe color of #7A4671 is #663366 (or #636).

RGB color model

#7A4671 color RGB value is (122,70,113).

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

RGB channels and saturation

R 122 of 255 = 48%
G 70 of 255 = 27%
B 113 of 255 = 44%

122
70
113

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

Portions of RGB colors in percentages

R + G + B =
122 + 70 + 113 = 305 (100%)
R 122 of 305 ~ 40%
G 70 of 305 ~ 22.95%
B 113 of 305 ~ 37.05%

%40
%22.95
%37.05

CMYK color model

#7A4671 color CMYK value is (0,43,7,52).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 7.38%
  • key color value is 52.16%
CMYK:
(0,43,7,52)
C0M43Y7K52 
(0%,43%,7%,52%)
(0.00/0.43/0.07/0.52)	

CMYK percentages

%0
%42.62
%7.38
%52.16

Codes

Color #7A4671 in popluar color models

7A4671
RGB12270113
HSL310°27.08%37.65%
HSB/HSV310°42.62%47.84%
CMYK0.00%42.62%7.38%
52.16%

Color #7A4671 in popluar number systems.

HEX7A4671
Decimal12270113
Binary111101010001101110001
Octal172106161

Shades and tints

Shades of #7A4671

#7A4671
(122,70,113)
#6F4067
(111,64,103)
#643A5D
(100,58,93)
#593453
(89,52,83)
#4E2E49
(78,46,73)
#43283F
(67,40,63)
#382235
(56,34,53)
#2D1C2B
(45,28,43)
#221621
(34,22,33)
#171017
(23,16,23)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #7A4671

#7A4671
(122,70,113)
#86567D
(134,86,125)
#926689
(146,102,137)
#9E7695
(158,118,149)
#AA86A1
(170,134,161)
#B696AD
(182,150,173)
#C2A6B9
(194,166,185)
#CEB6C5
(206,182,197)
#DAC6D1
(218,198,209)
#E6D6DD
(230,214,221)
#F2E6E9
(242,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4671; }

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

This text font color is #7A4671.


Background Color

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

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

This div background color is #7A4671.


Border color

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

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

This div border color is #7A4671.


Opacity

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

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

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

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

This text has shadow with #7A4671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4671 on black background.


Color preview on white background

This text has color #7A4671 on white background.



Black color preview on #7A4671 background

This text has black color on #7A4671 background.


White color preview on #7A4671 background

This text has white color on #7A4671 background.