COLOR #7A377D

HEX: #7A377D RGB: (122,55,125)

Color info

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

RGB color model

#7A377D color RGB value is (122,55,125).

RGB: (122,55,125) (48%, 22%, 49%)

RGB channels and saturation

R 122 of 255 = 48%
G 55 of 255 = 22%
B 125 of 255 = 49%

122
55
125

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

Portions of RGB colors in percentages

R + G + B = 122 + 55 + 125 = 302 (100%)
R 122 of 302 ~ 40.4%
G 55 of 302 ~ 18.21%
B 125 of 302 ~ 41.39'%

%40.4
%18.21
%41.39

CMYK color model

#7A377D color CMYK value is (2,56,0,51).

  • cyan value is 2.40%
  • magenta value is 56.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (2,56,0,51)
C2M56Y0K51 (2%, 56%, 0%, 51%)
(0.02 / 0.56 / 0.00 / 0.51)

CMYK percentages

%2.4
%56
%0
%50.98

Codes

Color #7A377D in popluar color models

7A 37 7D
RGB 122 55 125
HSL 297° 38.89% 35.29%
HSB/HSV 297° 56.00% 49.02%
CMYK 2.40% 56.00% 0.00%
50.98%

Color #7A377D in popluar number systems.

HEX 7A 37 7D
Decimal 122 55 125
Binary 1111010 110111 1111101
Octal 172 67 175

Shades and tints

Shades of #7A377D

#7A377D
(122,55,125)
#6F3272
(111,50,114)
#642D67
(100,45,103)
#59285C
(89,40,92)
#4E2351
(78,35,81)
#431E46
(67,30,70)
#38193B
(56,25,59)
#2D1430
(45,20,48)
#220F25
(34,15,37)
#170A1A
(23,10,26)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #7A377D

#7A377D
(122,55,125)
#864988
(134,73,136)
#925B93
(146,91,147)
#9E6D9E
(158,109,158)
#AA7FA9
(170,127,169)
#B691B4
(182,145,180)
#C2A3BF
(194,163,191)
#CEB5CA
(206,181,202)
#DAC7D5
(218,199,213)
#E6D9E0
(230,217,224)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A377D color. Also use rgb(122,55,125) instead hex code.

Text Font Color

.myTextColor { color: #7A377D; }

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

This text font color is #7A377D.

Background Color

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

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

This div background color is #7A377D.

Border color

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

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

This div border color is #7A377D.

Opacity

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

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

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

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

This text has shadow with #7A377D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A377D.

Preview

Color preview on black background

This text has color #7A377D on black background.


Color preview on white background

This text has color #7A377D on white background.


Black color preview on #7A377D background

This text has black color on #7A377D background.


White color preview on #7A377D background

This text has white color on #7A377D background.


Related colors

Complementary color

Complementary color for #hex is #85C882.


I love getcolorcode.com

Triadic colors

1 #7D7A37 and #377D7A with #7A377D are triadic colors.

2 #7D377A and #377A7D with #7A377D are triadic colors.