COLOR #7A2A40

HEX: #7A2A40
RGB: (122,42,64)

Color info

#7A2A40 contains mainly red and blue colors. Web safe color of #7A2A40 is #663333 (or #633).

RGB color model

#7A2A40 color RGB value is (122,42,64).

  • red value is 122;
  • green value is 42;
  • blue value is 64.
RGB:
(122,42,64)
(48%,16%,25%)

RGB channels and saturation

R 122 of 255 = 48%
G 42 of 255 = 16%
B 64 of 255 = 25%

122
42
64

R + G + B ~ 30%. #7A2A40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 42 + 64 = 228 (100%)
R 122 of 228 ~ 53.51%
G 42 of 228 ~ 18.42%
B 64 of 228 ~ 28.07%

%53.51
%18.42
%28.07

CMYK color model

#7A2A40 color CMYK value is (0,66,48,52).

  • cyan value is 0.00%
  • magenta value is 65.57%
  • yellow value is 47.54%
  • key color value is 52.16%
CMYK:
(0,66,48,52)
C0M66Y48K52 
(0%,66%,48%,52%)
(0.00/0.66/0.48/0.52)	

CMYK percentages

%0
%65.57
%47.54
%52.16

Codes

Color #7A2A40 in popluar color models

7A2A40
RGB1224264
HSL344°48.78%32.16%
HSB/HSV344°65.57%47.84%
CMYK0.00%65.57%47.54%
52.16%

Color #7A2A40 in popluar number systems.

HEX7A2A40
Decimal1224264
Binary11110101010101000000
Octal17252100

Shades and tints

Shades of #7A2A40

#7A2A40
(122,42,64)
#6F273B
(111,39,59)
#642436
(100,36,54)
#592131
(89,33,49)
#4E1E2C
(78,30,44)
#431B27
(67,27,39)
#381822
(56,24,34)
#2D151D
(45,21,29)
#221218
(34,18,24)
#170F13
(23,15,19)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #7A2A40

#7A2A40
(122,42,64)
#863D51
(134,61,81)
#925062
(146,80,98)
#9E6373
(158,99,115)
#AA7684
(170,118,132)
#B68995
(182,137,149)
#C29CA6
(194,156,166)
#CEAFB7
(206,175,183)
#DAC2C8
(218,194,200)
#E6D5D9
(230,213,217)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A2A40 color. Also use rgb(122,42,64) instead hex code.

Text Font Color

.myTextColor { color: #7A2A40; }

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

This text font color is #7A2A40.


Background Color

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

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

This div background color is #7A2A40.


Border color

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

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

This div border color is #7A2A40.


Opacity

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

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

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

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

This text has shadow with #7A2A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A2A40 on black background.


Color preview on white background

This text has color #7A2A40 on white background.



Black color preview on #7A2A40 background

This text has black color on #7A2A40 background.


White color preview on #7A2A40 background

This text has white color on #7A2A40 background.