COLOR #7A1332

HEX: #7A1332
RGB: (122,19,50)

Color info

#7A1332 contains mainly red color. Web safe color of #7A1332 is #660033 (or #603).

RGB color model

#7A1332 color RGB value is (122,19,50).

  • red value is 122;
  • green value is 19;
  • blue value is 50.
RGB:
(122,19,50)
(48%,7%,20%)

RGB channels and saturation

R 122 of 255 = 48%
G 19 of 255 = 7%
B 50 of 255 = 20%

122
19
50

R + G + B ~ 25%. #7A1332 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 19 + 50 = 191 (100%)
R 122 of 191 ~ 63.87%
G 19 of 191 ~ 9.95%
B 50 of 191 ~ 26.18%

%63.87
%9.95
%26.18

CMYK color model

#7A1332 color CMYK value is (0,84,59,52).

  • cyan value is 0.00%
  • magenta value is 84.43%
  • yellow value is 59.02%
  • key color value is 52.16%
CMYK:
(0,84,59,52)
C0M84Y59K52 
(0%,84%,59%,52%)
(0.00/0.84/0.59/0.52)	

CMYK percentages

%0
%84.43
%59.02
%52.16

Codes

Color #7A1332 in popluar color models

7A1332
RGB1221950
HSL342°73.05%27.65%
HSB/HSV342°84.43%47.84%
CMYK0.00%84.43%59.02%
52.16%

Color #7A1332 in popluar number systems.

HEX7A1332
Decimal1221950
Binary111101010011110010
Octal1722362

Shades and tints

Shades of #7A1332

#7A1332
(122,19,50)
#6F122E
(111,18,46)
#64112A
(100,17,42)
#591026
(89,16,38)
#4E0F22
(78,15,34)
#430E1E
(67,14,30)
#380D1A
(56,13,26)
#2D0C16
(45,12,22)
#220B12
(34,11,18)
#170A0E
(23,10,14)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #7A1332

#7A1332
(122,19,50)
#862844
(134,40,68)
#923D56
(146,61,86)
#9E5268
(158,82,104)
#AA677A
(170,103,122)
#B67C8C
(182,124,140)
#C2919E
(194,145,158)
#CEA6B0
(206,166,176)
#DABBC2
(218,187,194)
#E6D0D4
(230,208,212)
#F2E5E6
(242,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A1332 color. Also use rgb(122,19,50) instead hex code.

Text Font Color

.myTextColor { color: #7A1332; }

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

This text font color is #7A1332.


Background Color

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

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

This div background color is #7A1332.


Border color

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

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

This div border color is #7A1332.


Opacity

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

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

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

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

This text has shadow with #7A1332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1332 on black background.


Color preview on white background

This text has color #7A1332 on white background.



Black color preview on #7A1332 background

This text has black color on #7A1332 background.


White color preview on #7A1332 background

This text has white color on #7A1332 background.