COLOR #7A121E

HEX: #7A121E RGB: (122,18,30)

Color info

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

RGB color model

#7A121E color RGB value is (122,18,30).

RGB: (122,18,30) (48%, 7%, 12%)

RGB channels and saturation

R 122 of 255 = 48%
G 18 of 255 = 7%
B 30 of 255 = 12%

122
18
30

R + G + B ~ 22%. #7A121E is dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 18 + 30 = 170 (100%)
R 122 of 170 ~ 71.76%
G 18 of 170 ~ 10.59%
B 30 of 170 ~ 17.65'%

%71.76
%10.59
%17.65

CMYK color model

#7A121E color CMYK value is (0,85,75,52).

  • cyan value is 0.00%
  • magenta value is 85.25%
  • yellow value is 75.41%
  • key color value is 52.16%

CMYK: (0,85,75,52)
C0M85Y75K52 (0%, 85%, 75%, 52%)
(0.00 / 0.85 / 0.75 / 0.52)

CMYK percentages

%0
%85.25
%75.41
%52.16

Codes

Color #7A121E in popluar color models

7A 12 1E
RGB 122 18 30
HSL 353° 74.29% 27.45%
HSB/HSV 353° 85.25% 47.84%
CMYK 0.00% 85.25% 75.41%
52.16%

Color #7A121E in popluar number systems.

HEX 7A 12 1E
Decimal 122 18 30
Binary 1111010 10010 11110
Octal 172 22 36

Shades and tints

Shades of #7A121E

#7A121E
(122,18,30)
#6F111C
(111,17,28)
#64101A
(100,16,26)
#590F18
(89,15,24)
#4E0E16
(78,14,22)
#430D14
(67,13,20)
#380C12
(56,12,18)
#2D0B10
(45,11,16)
#220A0E
(34,10,14)
#17090C
(23,9,12)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #7A121E

#7A121E
(122,18,30)
#862732
(134,39,50)
#923C46
(146,60,70)
#9E515A
(158,81,90)
#AA666E
(170,102,110)
#B67B82
(182,123,130)
#C29096
(194,144,150)
#CEA5AA
(206,165,170)
#DABABE
(218,186,190)
#E6CFD2
(230,207,210)
#F2E4E6
(242,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A121E color. Also use rgb(122,18,30) instead hex code.

Text Font Color

.myTextColor { color: #7A121E; }

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

This text font color is #7A121E.

Background Color

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

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

This div background color is #7A121E.

Border color

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

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

This div border color is #7A121E.

Opacity

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

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

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

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

This text has shadow with #7A121E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A121E.

Preview

Color preview on black background

This text has color #7A121E on black background.


Color preview on white background

This text has color #7A121E on white background.


Black color preview on #7A121E background

This text has black color on #7A121E background.


White color preview on #7A121E background

This text has white color on #7A121E background.


Related colors

Complementary color

Complementary color for #hex is #85EDE1.


I love getcolorcode.com

Triadic colors

1 #1E7A12 and #121E7A with #7A121E are triadic colors.

2 #1E127A and #127A1E with #7A121E are triadic colors.