COLOR #7A436D

HEX: #7A436D
RGB: (122,67,109)

Color info

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

RGB color model

#7A436D color RGB value is (122,67,109).

  • red value is 122;
  • green value is 67;
  • blue value is 109.
RGB:
(122,67,109)
(48%,26%,43%)

RGB channels and saturation

R 122 of 255 = 48%
G 67 of 255 = 26%
B 109 of 255 = 43%

122
67
109

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

Portions of RGB colors in percentages

R + G + B =
122 + 67 + 109 = 298 (100%)
R 122 of 298 ~ 40.94%
G 67 of 298 ~ 22.48%
B 109 of 298 ~ 36.58%

%40.94
%22.48
%36.58

CMYK color model

#7A436D color CMYK value is (0,45,11,52).

  • cyan value is 0.00%
  • magenta value is 45.08%
  • yellow value is 10.66%
  • key color value is 52.16%
CMYK:
(0,45,11,52)
C0M45Y11K52 
(0%,45%,11%,52%)
(0.00/0.45/0.11/0.52)	

CMYK percentages

%0
%45.08
%10.66
%52.16

Codes

Color #7A436D in popluar color models

7A436D
RGB12267109
HSL314°29.10%37.06%
HSB/HSV314°45.08%47.84%
CMYK0.00%45.08%10.66%
52.16%

Color #7A436D in popluar number systems.

HEX7A436D
Decimal12267109
Binary111101010000111101101
Octal172103155

Shades and tints

Shades of #7A436D

#7A436D
(122,67,109)
#6F3D64
(111,61,100)
#64375B
(100,55,91)
#593152
(89,49,82)
#4E2B49
(78,43,73)
#432540
(67,37,64)
#381F37
(56,31,55)
#2D192E
(45,25,46)
#221325
(34,19,37)
#170D1C
(23,13,28)
#0C0713
(12,7,19)
#000000
(0,0,0)

Tints of #7A436D

#7A436D
(122,67,109)
#86547A
(134,84,122)
#926587
(146,101,135)
#9E7694
(158,118,148)
#AA87A1
(170,135,161)
#B698AE
(182,152,174)
#C2A9BB
(194,169,187)
#CEBAC8
(206,186,200)
#DACBD5
(218,203,213)
#E6DCE2
(230,220,226)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A436D color. Also use rgb(122,67,109) instead hex code.

Text Font Color

.myTextColor { color: #7A436D; }

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

This text font color is #7A436D.


Background Color

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

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

This div background color is #7A436D.


Border color

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

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

This div border color is #7A436D.


Opacity

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

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

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

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

This text has shadow with #7A436D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A436D on black background.


Color preview on white background

This text has color #7A436D on white background.



Black color preview on #7A436D background

This text has black color on #7A436D background.


White color preview on #7A436D background

This text has white color on #7A436D background.