COLOR #7A1719

HEX: #7A1719
RGB: (122,23,25)

Color info

#7A1719 contains mainly red color. Web safe color of #7A1719 is #660000 (or #600).

RGB color model

#7A1719 color RGB value is (122,23,25).

  • red value is 122;
  • green value is 23;
  • blue value is 25.
RGB:
(122,23,25)
(48%,9%,10%)

RGB channels and saturation

R 122 of 255 = 48%
G 23 of 255 = 9%
B 25 of 255 = 10%

122
23
25

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

Portions of RGB colors in percentages

R + G + B =
122 + 23 + 25 = 170 (100%)
R 122 of 170 ~ 71.76%
G 23 of 170 ~ 13.53%
B 25 of 170 ~ 14.71%

%71.76
%13.53
%14.71

CMYK color model

#7A1719 color CMYK value is (0,81,80,52).

  • cyan value is 0.00%
  • magenta value is 81.15%
  • yellow value is 79.51%
  • key color value is 52.16%
CMYK:
(0,81,80,52)
C0M81Y80K52 
(0%,81%,80%,52%)
(0.00/0.81/0.80/0.52)	

CMYK percentages

%0
%81.15
%79.51
%52.16

Codes

Color #7A1719 in popluar color models

7A1719
RGB1222325
HSL359°68.28%28.43%
HSB/HSV359°81.15%47.84%
CMYK0.00%81.15%79.51%
52.16%

Color #7A1719 in popluar number systems.

HEX7A1719
Decimal1222325
Binary11110101011111001
Octal1722731

Shades and tints

Shades of #7A1719

#7A1719
(122,23,25)
#6F1517
(111,21,23)
#641315
(100,19,21)
#591113
(89,17,19)
#4E0F11
(78,15,17)
#430D0F
(67,13,15)
#380B0D
(56,11,13)
#2D090B
(45,9,11)
#220709
(34,7,9)
#170507
(23,5,7)
#0C0305
(12,3,5)
#000000
(0,0,0)

Tints of #7A1719

#7A1719
(122,23,25)
#862C2D
(134,44,45)
#924141
(146,65,65)
#9E5655
(158,86,85)
#AA6B69
(170,107,105)
#B6807D
(182,128,125)
#C29591
(194,149,145)
#CEAAA5
(206,170,165)
#DABFB9
(218,191,185)
#E6D4CD
(230,212,205)
#F2E9E1
(242,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A1719 color. Also use rgb(122,23,25) instead hex code.

Text Font Color

.myTextColor { color: #7A1719; }

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

This text font color is #7A1719.


Background Color

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

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

This div background color is #7A1719.


Border color

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

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

This div border color is #7A1719.


Opacity

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

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

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

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

This text has shadow with #7A1719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1719 on black background.


Color preview on white background

This text has color #7A1719 on white background.



Black color preview on #7A1719 background

This text has black color on #7A1719 background.


White color preview on #7A1719 background

This text has white color on #7A1719 background.