COLOR #7A4277

HEX: #7A4277 RGB: (122,66,119)

Color info

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

RGB color model

#7A4277 color RGB value is (122,66,119).

RGB: (122,66,119) (48%, 26%, 47%)

RGB channels and saturation

R 122 of 255 = 48%
G 66 of 255 = 26%
B 119 of 255 = 47%

122
66
119

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

Portions of RGB colors in percentages

R + G + B = 122 + 66 + 119 = 307 (100%)
R 122 of 307 ~ 39.74%
G 66 of 307 ~ 21.5%
B 119 of 307 ~ 38.76'%

%39.74
%21.5
%38.76

CMYK color model

#7A4277 color CMYK value is (0,46,2,52).

  • cyan value is 0.00%
  • magenta value is 45.90%
  • yellow value is 2.46%
  • key color value is 52.16%

CMYK: (0,46,2,52)
C0M46Y2K52 (0%, 46%, 2%, 52%)
(0.00 / 0.46 / 0.02 / 0.52)

CMYK percentages

%0
%45.9
%2.46
%52.16

Codes

Color #7A4277 in popluar color models

7A 42 77
RGB 122 66 119
HSL 303° 29.79% 36.86%
HSB/HSV 303° 45.90% 47.84%
CMYK 0.00% 45.90% 2.46%
52.16%

Color #7A4277 in popluar number systems.

HEX 7A 42 77
Decimal 122 66 119
Binary 1111010 1000010 1110111
Octal 172 102 167

Shades and tints

Shades of #7A4277

#7A4277
(122,66,119)
#6F3C6D
(111,60,109)
#643663
(100,54,99)
#593059
(89,48,89)
#4E2A4F
(78,42,79)
#432445
(67,36,69)
#381E3B
(56,30,59)
#2D1831
(45,24,49)
#221227
(34,18,39)
#170C1D
(23,12,29)
#0C0613
(12,6,19)
#000000
(0,0,0)

Tints of #7A4277

#7A4277
(122,66,119)
#865383
(134,83,131)
#92648F
(146,100,143)
#9E759B
(158,117,155)
#AA86A7
(170,134,167)
#B697B3
(182,151,179)
#C2A8BF
(194,168,191)
#CEB9CB
(206,185,203)
#DACAD7
(218,202,215)
#E6DBE3
(230,219,227)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4277 color. Also use rgb(122,66,119) instead hex code.

Text Font Color

.myTextColor { color: #7A4277; }

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

This text font color is #7A4277.

Background Color

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

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

This div background color is #7A4277.

Border color

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

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

This div border color is #7A4277.

Opacity

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

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

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

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

This text has shadow with #7A4277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A4277.

Preview

Color preview on black background

This text has color #7A4277 on black background.


Color preview on white background

This text has color #7A4277 on white background.


Black color preview on #7A4277 background

This text has black color on #7A4277 background.


White color preview on #7A4277 background

This text has white color on #7A4277 background.


Related colors

Complementary color

Complementary color for #hex is #85BD88.


I love getcolorcode.com

Triadic colors

1 #777A42 and #42777A with #7A4277 are triadic colors.

2 #77427A and #427A77 with #7A4277 are triadic colors.