COLOR #7A4877

HEX: #7A4877
RGB: (122,72,119)

Color info

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

RGB color model

#7A4877 color RGB value is (122,72,119).

  • red value is 122;
  • green value is 72;
  • blue value is 119.
RGB:
(122,72,119)
(48%,28%,47%)

RGB channels and saturation

R 122 of 255 = 48%
G 72 of 255 = 28%
B 119 of 255 = 47%

122
72
119

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

Portions of RGB colors in percentages

R + G + B =
122 + 72 + 119 = 313 (100%)
R 122 of 313 ~ 38.98%
G 72 of 313 ~ 23%
B 119 of 313 ~ 38.02%

%38.98
%23
%38.02

CMYK color model

#7A4877 color CMYK value is (0,41,2,52).

  • cyan value is 0.00%
  • magenta value is 40.98%
  • yellow value is 2.46%
  • key color value is 52.16%
CMYK:
(0,41,2,52)
C0M41Y2K52 
(0%,41%,2%,52%)
(0.00/0.41/0.02/0.52)	

CMYK percentages

%0
%40.98
%2.46
%52.16

Codes

Color #7A4877 in popluar color models

7A4877
RGB12272119
HSL304°25.77%38.04%
HSB/HSV304°40.98%47.84%
CMYK0.00%40.98%2.46%
52.16%

Color #7A4877 in popluar number systems.

HEX7A4877
Decimal12272119
Binary111101010010001110111
Octal172110167

Shades and tints

Shades of #7A4877

#7A4877
(122,72,119)
#6F426D
(111,66,109)
#643C63
(100,60,99)
#593659
(89,54,89)
#4E304F
(78,48,79)
#432A45
(67,42,69)
#38243B
(56,36,59)
#2D1E31
(45,30,49)
#221827
(34,24,39)
#17121D
(23,18,29)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #7A4877

#7A4877
(122,72,119)
#865883
(134,88,131)
#92688F
(146,104,143)
#9E789B
(158,120,155)
#AA88A7
(170,136,167)
#B698B3
(182,152,179)
#C2A8BF
(194,168,191)
#CEB8CB
(206,184,203)
#DAC8D7
(218,200,215)
#E6D8E3
(230,216,227)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4877; }

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

This text font color is #7A4877.


Background Color

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

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

This div background color is #7A4877.


Border color

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

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

This div border color is #7A4877.


Opacity

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

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

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

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

This text has shadow with #7A4877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4877 on black background.


Color preview on white background

This text has color #7A4877 on white background.



Black color preview on #7A4877 background

This text has black color on #7A4877 background.


White color preview on #7A4877 background

This text has white color on #7A4877 background.