COLOR #7A4B6A

HEX: #7A4B6A
RGB: (122,75,106)

Color info

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

RGB color model

#7A4B6A color RGB value is (122,75,106).

  • red value is 122;
  • green value is 75;
  • blue value is 106.
RGB:
(122,75,106)
(48%,29%,42%)

RGB channels and saturation

R 122 of 255 = 48%
G 75 of 255 = 29%
B 106 of 255 = 42%

122
75
106

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

Portions of RGB colors in percentages

R + G + B =
122 + 75 + 106 = 303 (100%)
R 122 of 303 ~ 40.26%
G 75 of 303 ~ 24.75%
B 106 of 303 ~ 34.98%

%40.26
%24.75
%34.98

CMYK color model

#7A4B6A color CMYK value is (0,39,13,52).

  • cyan value is 0.00%
  • magenta value is 38.52%
  • yellow value is 13.11%
  • key color value is 52.16%
CMYK:
(0,39,13,52)
C0M39Y13K52 
(0%,39%,13%,52%)
(0.00/0.39/0.13/0.52)	

CMYK percentages

%0
%38.52
%13.11
%52.16

Codes

Color #7A4B6A in popluar color models

7A4B6A
RGB12275106
HSL320°23.86%38.63%
HSB/HSV320°38.52%47.84%
CMYK0.00%38.52%13.11%
52.16%

Color #7A4B6A in popluar number systems.

HEX7A4B6A
Decimal12275106
Binary111101010010111101010
Octal172113152

Shades and tints

Shades of #7A4B6A

#7A4B6A
(122,75,106)
#6F4561
(111,69,97)
#643F58
(100,63,88)
#59394F
(89,57,79)
#4E3346
(78,51,70)
#432D3D
(67,45,61)
#382734
(56,39,52)
#2D212B
(45,33,43)
#221B22
(34,27,34)
#171519
(23,21,25)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #7A4B6A

#7A4B6A
(122,75,106)
#865B77
(134,91,119)
#926B84
(146,107,132)
#9E7B91
(158,123,145)
#AA8B9E
(170,139,158)
#B69BAB
(182,155,171)
#C2ABB8
(194,171,184)
#CEBBC5
(206,187,197)
#DACBD2
(218,203,210)
#E6DBDF
(230,219,223)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4B6A color. Also use rgb(122,75,106) instead hex code.

Text Font Color

.myTextColor { color: #7A4B6A; }

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

This text font color is #7A4B6A.


Background Color

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

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

This div background color is #7A4B6A.


Border color

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

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

This div border color is #7A4B6A.


Opacity

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

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

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

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

This text has shadow with #7A4B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4B6A on black background.


Color preview on white background

This text has color #7A4B6A on white background.



Black color preview on #7A4B6A background

This text has black color on #7A4B6A background.


White color preview on #7A4B6A background

This text has white color on #7A4B6A background.