COLOR #7A3B62

HEX: #7A3B62
RGB: (122,59,98)

Color info

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

RGB color model

#7A3B62 color RGB value is (122,59,98).

  • red value is 122;
  • green value is 59;
  • blue value is 98.
RGB:
(122,59,98)
(48%,23%,38%)

RGB channels and saturation

R 122 of 255 = 48%
G 59 of 255 = 23%
B 98 of 255 = 38%

122
59
98

R + G + B ~ 36%. #7A3B62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 59 + 98 = 279 (100%)
R 122 of 279 ~ 43.73%
G 59 of 279 ~ 21.15%
B 98 of 279 ~ 35.13%

%43.73
%21.15
%35.13

CMYK color model

#7A3B62 color CMYK value is (0,52,20,52).

  • cyan value is 0.00%
  • magenta value is 51.64%
  • yellow value is 19.67%
  • key color value is 52.16%
CMYK:
(0,52,20,52)
C0M52Y20K52 
(0%,52%,20%,52%)
(0.00/0.52/0.20/0.52)	

CMYK percentages

%0
%51.64
%19.67
%52.16

Codes

Color #7A3B62 in popluar color models

7A3B62
RGB1225998
HSL323°34.81%35.49%
HSB/HSV323°51.64%47.84%
CMYK0.00%51.64%19.67%
52.16%

Color #7A3B62 in popluar number systems.

HEX7A3B62
Decimal1225998
Binary11110101110111100010
Octal17273142

Shades and tints

Shades of #7A3B62

#7A3B62
(122,59,98)
#6F365A
(111,54,90)
#643152
(100,49,82)
#592C4A
(89,44,74)
#4E2742
(78,39,66)
#43223A
(67,34,58)
#381D32
(56,29,50)
#2D182A
(45,24,42)
#221322
(34,19,34)
#170E1A
(23,14,26)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #7A3B62

#7A3B62
(122,59,98)
#864C70
(134,76,112)
#925D7E
(146,93,126)
#9E6E8C
(158,110,140)
#AA7F9A
(170,127,154)
#B690A8
(182,144,168)
#C2A1B6
(194,161,182)
#CEB2C4
(206,178,196)
#DAC3D2
(218,195,210)
#E6D4E0
(230,212,224)
#F2E5EE
(242,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A3B62 color. Also use rgb(122,59,98) instead hex code.

Text Font Color

.myTextColor { color: #7A3B62; }

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

This text font color is #7A3B62.


Background Color

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

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

This div background color is #7A3B62.


Border color

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

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

This div border color is #7A3B62.


Opacity

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

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

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

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

This text has shadow with #7A3B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A3B62 on black background.


Color preview on white background

This text has color #7A3B62 on white background.



Black color preview on #7A3B62 background

This text has black color on #7A3B62 background.


White color preview on #7A3B62 background

This text has white color on #7A3B62 background.