COLOR #7A3D6C

HEX: #7A3D6C
RGB: (122,61,108)

Color info

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

RGB color model

#7A3D6C color RGB value is (122,61,108).

  • red value is 122;
  • green value is 61;
  • blue value is 108.
RGB:
(122,61,108)
(48%,24%,42%)

RGB channels and saturation

R 122 of 255 = 48%
G 61 of 255 = 24%
B 108 of 255 = 42%

122
61
108

R + G + B ~ 38%. #7A3D6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 61 + 108 = 291 (100%)
R 122 of 291 ~ 41.92%
G 61 of 291 ~ 20.96%
B 108 of 291 ~ 37.11%

%41.92
%20.96
%37.11

CMYK color model

#7A3D6C color CMYK value is (0,50,11,52).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 11.48%
  • key color value is 52.16%
CMYK:
(0,50,11,52)
C0M50Y11K52 
(0%,50%,11%,52%)
(0.00/0.50/0.11/0.52)	

CMYK percentages

%0
%50
%11.48
%52.16

Codes

Color #7A3D6C in popluar color models

7A3D6C
RGB12261108
HSL314°33.33%35.88%
HSB/HSV314°50.00%47.84%
CMYK0.00%50.00%11.48%
52.16%

Color #7A3D6C in popluar number systems.

HEX7A3D6C
Decimal12261108
Binary11110101111011101100
Octal17275154

Shades and tints

Shades of #7A3D6C

#7A3D6C
(122,61,108)
#6F3863
(111,56,99)
#64335A
(100,51,90)
#592E51
(89,46,81)
#4E2948
(78,41,72)
#43243F
(67,36,63)
#381F36
(56,31,54)
#2D1A2D
(45,26,45)
#221524
(34,21,36)
#17101B
(23,16,27)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #7A3D6C

#7A3D6C
(122,61,108)
#864E79
(134,78,121)
#925F86
(146,95,134)
#9E7093
(158,112,147)
#AA81A0
(170,129,160)
#B692AD
(182,146,173)
#C2A3BA
(194,163,186)
#CEB4C7
(206,180,199)
#DAC5D4
(218,197,212)
#E6D6E1
(230,214,225)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A3D6C color. Also use rgb(122,61,108) instead hex code.

Text Font Color

.myTextColor { color: #7A3D6C; }

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

This text font color is #7A3D6C.


Background Color

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

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

This div background color is #7A3D6C.


Border color

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

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

This div border color is #7A3D6C.


Opacity

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

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

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

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

This text has shadow with #7A3D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A3D6C on black background.


Color preview on white background

This text has color #7A3D6C on white background.



Black color preview on #7A3D6C background

This text has black color on #7A3D6C background.


White color preview on #7A3D6C background

This text has white color on #7A3D6C background.