COLOR #7A4864

HEX: #7A4864 RGB: (122,72,100)

Color info

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

RGB color model

#7A4864 color RGB value is (122,72,100).

RGB: (122,72,100) (48%, 28%, 39%)

RGB channels and saturation

R 122 of 255 = 48%
G 72 of 255 = 28%
B 100 of 255 = 39%

122
72
100

R + G + B ~ 38%. #7A4864 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 72 + 100 = 294 (100%)
R 122 of 294 ~ 41.5%
G 72 of 294 ~ 24.49%
B 100 of 294 ~ 34.01'%

%41.5
%24.49
%34.01

CMYK color model

#7A4864 color CMYK value is (0,41,18,52).

  • cyan value is 0.00%
  • magenta value is 40.98%
  • yellow value is 18.03%
  • key color value is 52.16%
CMYK: (0,41,18,52) C0M41Y18K52 (0%,41%,18%,52%) (0.00/0.41/0.18/0.52) 

CMYK percentages

%0
%40.98
%18.03
%52.16

Codes

Color #7A4864 in popluar color models

7A 48 64
RGB 122 72 100
HSL 326° 25.77% 38.04%
HSB/HSV 326° 40.98% 47.84%
CMYK 0.00% 40.98% 18.03%
52.16%

Color #7A4864 in popluar number systems.

HEX 7A 48 64
Decimal 122 72 100
Binary 1111010 1001000 1100100
Octal 172 110 144

Shades and tints

Shades of #7A4864

#7A4864
(122,72,100)
#6F425B
(111,66,91)
#643C52
(100,60,82)
#593649
(89,54,73)
#4E3040
(78,48,64)
#432A37
(67,42,55)
#38242E
(56,36,46)
#2D1E25
(45,30,37)
#22181C
(34,24,28)
#171213
(23,18,19)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #7A4864

#7A4864
(122,72,100)
#865872
(134,88,114)
#926880
(146,104,128)
#9E788E
(158,120,142)
#AA889C
(170,136,156)
#B698AA
(182,152,170)
#C2A8B8
(194,168,184)
#CEB8C6
(206,184,198)
#DAC8D4
(218,200,212)
#E6D8E2
(230,216,226)
#F2E8F0
(242,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4864 color. Also use rgb(122,72,100) instead hex code.

Text Font Color

.myTextColor { color: #7A4864; }

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

This text font color is #7A4864.

Background Color

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

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

This div background color is #7A4864.

Border color

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

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

This div border color is #7A4864.

Opacity

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

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

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

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

This text has shadow with #7A4864 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A4864.

Preview

Color preview on black background

This text has color #7A4864 on black background.


Color preview on white background

This text has color #7A4864 on white background.


Black color preview on #7A4864 background

This text has black color on #7A4864 background.


White color preview on #7A4864 background

This text has white color on #7A4864 background.


Related colors

Complementary color

Complementary color for #hex is #85B79B.


I love getcolorcode.com

Triadic colors

1 #647A48 and #48647A with #7A4864 are triadic colors.

2 #64487A and #487A64 with #7A4864 are triadic colors.