COLOR #7A446B

HEX: #7A446B
RGB: (122,68,107)

Color info

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

RGB color model

#7A446B color RGB value is (122,68,107).

  • red value is 122;
  • green value is 68;
  • blue value is 107.
RGB:
(122,68,107)
(48%,27%,42%)

RGB channels and saturation

R 122 of 255 = 48%
G 68 of 255 = 27%
B 107 of 255 = 42%

122
68
107

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

Portions of RGB colors in percentages

R + G + B =
122 + 68 + 107 = 297 (100%)
R 122 of 297 ~ 41.08%
G 68 of 297 ~ 22.9%
B 107 of 297 ~ 36.03%

%41.08
%22.9
%36.03

CMYK color model

#7A446B color CMYK value is (0,44,12,52).

  • cyan value is 0.00%
  • magenta value is 44.26%
  • yellow value is 12.30%
  • key color value is 52.16%
CMYK:
(0,44,12,52)
C0M44Y12K52 
(0%,44%,12%,52%)
(0.00/0.44/0.12/0.52)	

CMYK percentages

%0
%44.26
%12.3
%52.16

Codes

Color #7A446B in popluar color models

7A446B
RGB12268107
HSL317°28.42%37.25%
HSB/HSV317°44.26%47.84%
CMYK0.00%44.26%12.30%
52.16%

Color #7A446B in popluar number systems.

HEX7A446B
Decimal12268107
Binary111101010001001101011
Octal172104153

Shades and tints

Shades of #7A446B

#7A446B
(122,68,107)
#6F3E62
(111,62,98)
#643859
(100,56,89)
#593250
(89,50,80)
#4E2C47
(78,44,71)
#43263E
(67,38,62)
#382035
(56,32,53)
#2D1A2C
(45,26,44)
#221423
(34,20,35)
#170E1A
(23,14,26)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #7A446B

#7A446B
(122,68,107)
#865578
(134,85,120)
#926685
(146,102,133)
#9E7792
(158,119,146)
#AA889F
(170,136,159)
#B699AC
(182,153,172)
#C2AAB9
(194,170,185)
#CEBBC6
(206,187,198)
#DACCD3
(218,204,211)
#E6DDE0
(230,221,224)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A446B color. Also use rgb(122,68,107) instead hex code.

Text Font Color

.myTextColor { color: #7A446B; }

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

This text font color is #7A446B.


Background Color

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

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

This div background color is #7A446B.


Border color

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

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

This div border color is #7A446B.


Opacity

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

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

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

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

This text has shadow with #7A446B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A446B on black background.


Color preview on white background

This text has color #7A446B on white background.



Black color preview on #7A446B background

This text has black color on #7A446B background.


White color preview on #7A446B background

This text has white color on #7A446B background.