COLOR #7A1139

HEX: #7A1139 RGB: (122,17,57)

Color info

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

RGB color model

#7A1139 color RGB value is (122,17,57).

RGB: (122,17,57) (48%, 7%, 22%)

RGB channels and saturation

R 122 of 255 = 48%
G 17 of 255 = 7%
B 57 of 255 = 22%

122
17
57

R + G + B ~ 26%. #7A1139 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 17 + 57 = 196 (100%)
R 122 of 196 ~ 62.24%
G 17 of 196 ~ 8.67%
B 57 of 196 ~ 29.08'%

%62.24
%29.08

CMYK color model

#7A1139 color CMYK value is (0,86,53,52).

  • cyan value is 0.00%
  • magenta value is 86.07%
  • yellow value is 53.28%
  • key color value is 52.16%

CMYK: (0,86,53,52)
C0M86Y53K52 (0%, 86%, 53%, 52%)
(0.00 / 0.86 / 0.53 / 0.52)

CMYK percentages

%0
%86.07
%53.28
%52.16

Codes

Color #7A1139 in popluar color models

7A 11 39
RGB 122 17 57
HSL 337° 75.54% 27.25%
HSB/HSV 337° 86.07% 47.84%
CMYK 0.00% 86.07% 53.28%
52.16%

Color #7A1139 in popluar number systems.

HEX 7A 11 39
Decimal 122 17 57
Binary 1111010 10001 111001
Octal 172 21 71

Shades and tints

Shades of #7A1139

#7A1139
(122,17,57)
#6F1034
(111,16,52)
#640F2F
(100,15,47)
#590E2A
(89,14,42)
#4E0D25
(78,13,37)
#430C20
(67,12,32)
#380B1B
(56,11,27)
#2D0A16
(45,10,22)
#220911
(34,9,17)
#17080C
(23,8,12)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #7A1139

#7A1139
(122,17,57)
#86264B
(134,38,75)
#923B5D
(146,59,93)
#9E506F
(158,80,111)
#AA6581
(170,101,129)
#B67A93
(182,122,147)
#C28FA5
(194,143,165)
#CEA4B7
(206,164,183)
#DAB9C9
(218,185,201)
#E6CEDB
(230,206,219)
#F2E3ED
(242,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A1139 color. Also use rgb(122,17,57) instead hex code.

Text Font Color

.myTextColor { color: #7A1139; }

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

This text font color is #7A1139.

Background Color

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

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

This div background color is #7A1139.

Border color

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

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

This div border color is #7A1139.

Opacity

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

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

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

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

This text has shadow with #7A1139 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A1139.

Preview

Color preview on black background

This text has color #7A1139 on black background.


Color preview on white background

This text has color #7A1139 on white background.


Black color preview on #7A1139 background

This text has black color on #7A1139 background.


White color preview on #7A1139 background

This text has white color on #7A1139 background.


Related colors

Complementary color

Complementary color for #hex is #85EEC6.


I love getcolorcode.com

Triadic colors

1 #397A11 and #11397A with #7A1139 are triadic colors.

2 #39117A and #117A39 with #7A1139 are triadic colors.