COLOR #7A1426

HEX: #7A1426
RGB: (122,20,38)

Color info

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

RGB color model

#7A1426 color RGB value is (122,20,38).

  • red value is 122;
  • green value is 20;
  • blue value is 38.
RGB:
(122,20,38)
(48%,8%,15%)

RGB channels and saturation

R 122 of 255 = 48%
G 20 of 255 = 8%
B 38 of 255 = 15%

122
20
38

R + G + B ~ 24%. #7A1426 is dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 20 + 38 = 180 (100%)
R 122 of 180 ~ 67.78%
G 20 of 180 ~ 11.11%
B 38 of 180 ~ 21.11%

%67.78
%11.11
%21.11

CMYK color model

#7A1426 color CMYK value is (0,84,69,52).

  • cyan value is 0.00%
  • magenta value is 83.61%
  • yellow value is 68.85%
  • key color value is 52.16%
CMYK:
(0,84,69,52)
C0M84Y69K52 
(0%,84%,69%,52%)
(0.00/0.84/0.69/0.52)	

CMYK percentages

%0
%83.61
%68.85
%52.16

Codes

Color #7A1426 in popluar color models

7A1426
RGB1222038
HSL349°71.83%27.84%
HSB/HSV349°83.61%47.84%
CMYK0.00%83.61%68.85%
52.16%

Color #7A1426 in popluar number systems.

HEX7A1426
Decimal1222038
Binary111101010100100110
Octal1722446

Shades and tints

Shades of #7A1426

#7A1426
(122,20,38)
#6F1323
(111,19,35)
#641220
(100,18,32)
#59111D
(89,17,29)
#4E101A
(78,16,26)
#430F17
(67,15,23)
#380E14
(56,14,20)
#2D0D11
(45,13,17)
#220C0E
(34,12,14)
#170B0B
(23,11,11)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #7A1426

#7A1426
(122,20,38)
#862939
(134,41,57)
#923E4C
(146,62,76)
#9E535F
(158,83,95)
#AA6872
(170,104,114)
#B67D85
(182,125,133)
#C29298
(194,146,152)
#CEA7AB
(206,167,171)
#DABCBE
(218,188,190)
#E6D1D1
(230,209,209)
#F2E6E4
(242,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A1426 color. Also use rgb(122,20,38) instead hex code.

Text Font Color

.myTextColor { color: #7A1426; }

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

This text font color is #7A1426.


Background Color

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

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

This div background color is #7A1426.


Border color

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

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

This div border color is #7A1426.


Opacity

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

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

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

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

This text has shadow with #7A1426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1426 on black background.


Color preview on white background

This text has color #7A1426 on white background.



Black color preview on #7A1426 background

This text has black color on #7A1426 background.


White color preview on #7A1426 background

This text has white color on #7A1426 background.