COLOR #7A3877

HEX: #7A3877 RGB: (122,56,119)

Color info

#7A3877 contains mainly red and blue colors. Web safe color of #7A3877 is #663366 (or #636).

RGB color model

#7A3877 color RGB value is (122,56,119).

RGB: (122,56,119) (48%, 22%, 47%)

RGB channels and saturation

R 122 of 255 = 48%
G 56 of 255 = 22%
B 119 of 255 = 47%

122
56
119

R + G + B ~ 39%. #7A3877 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 56 + 119 = 297 (100%)
R 122 of 297 ~ 41.08%
G 56 of 297 ~ 18.86%
B 119 of 297 ~ 40.07'%

%41.08
%18.86
%40.07

CMYK color model

#7A3877 color CMYK value is (0,54,2,52).

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

CMYK: (0,54,2,52)
C0M54Y2K52 (0%, 54%, 2%, 52%)
(0.00 / 0.54 / 0.02 / 0.52)

CMYK percentages

%0
%54.1
%2.46
%52.16

Codes

Color #7A3877 in popluar color models

7A 38 77
RGB 122 56 119
HSL 303° 37.08% 34.90%
HSB/HSV 303° 54.10% 47.84%
CMYK 0.00% 54.10% 2.46%
52.16%

Color #7A3877 in popluar number systems.

HEX 7A 38 77
Decimal 122 56 119
Binary 1111010 111000 1110111
Octal 172 70 167

Shades and tints

Shades of #7A3877

#7A3877
(122,56,119)
#6F336D
(111,51,109)
#642E63
(100,46,99)
#592959
(89,41,89)
#4E244F
(78,36,79)
#431F45
(67,31,69)
#381A3B
(56,26,59)
#2D1531
(45,21,49)
#221027
(34,16,39)
#170B1D
(23,11,29)
#0C0613
(12,6,19)
#000000
(0,0,0)

Tints of #7A3877

#7A3877
(122,56,119)
#864A83
(134,74,131)
#925C8F
(146,92,143)
#9E6E9B
(158,110,155)
#AA80A7
(170,128,167)
#B692B3
(182,146,179)
#C2A4BF
(194,164,191)
#CEB6CB
(206,182,203)
#DAC8D7
(218,200,215)
#E6DAE3
(230,218,227)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A3877; }

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

This text font color is #7A3877.

Background Color

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

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

This div background color is #7A3877.

Border color

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

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

This div border color is #7A3877.

Opacity

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

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

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

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

This text has shadow with #7A3877 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A3877.

Preview

Color preview on black background

This text has color #7A3877 on black background.


Color preview on white background

This text has color #7A3877 on white background.


Black color preview on #7A3877 background

This text has black color on #7A3877 background.


White color preview on #7A3877 background

This text has white color on #7A3877 background.


Related colors

Complementary color

Complementary color for #hex is #85C788.


I love getcolorcode.com

Triadic colors

1 #777A38 and #38777A with #7A3877 are triadic colors.

2 #77387A and #387A77 with #7A3877 are triadic colors.