COLOR #7A0709

HEX: #7A0709
RGB: (122,7,9)

Color info

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

RGB color model

#7A0709 color RGB value is (122,7,9).

  • red value is 122;
  • green value is 7;
  • blue value is 9.
RGB:
(122,7,9)
(48%,3%,4%)

RGB channels and saturation

R 122 of 255 = 48%
G 7 of 255 = 3%
B 9 of 255 = 4%

122
7
9

R + G + B ~ 18%. #7A0709 is dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 7 + 9 = 138 (100%)
R 122 of 138 ~ 88.41%
G 7 of 138 ~ 5.07%
B 9 of 138 ~ 6.52%

%88.41

CMYK color model

#7A0709 color CMYK value is (0,94,93,52).

  • cyan value is 0.00%
  • magenta value is 94.26%
  • yellow value is 92.62%
  • key color value is 52.16%
CMYK:
(0,94,93,52)
C0M94Y93K52 
(0%,94%,93%,52%)
(0.00/0.94/0.93/0.52)	

CMYK percentages

%0
%94.26
%92.62
%52.16

Codes

Color #7A0709 in popluar color models

7A0709
RGB12279
HSL359°89.15%25.29%
HSB/HSV359°94.26%47.84%
CMYK0.00%94.26%92.62%
52.16%

Color #7A0709 in popluar number systems.

HEX7A0709
Decimal12279
Binary11110101111001
Octal172711

Shades and tints

Shades of #7A0709

#7A0709
(122,7,9)
#6F0709
(111,7,9)
#640709
(100,7,9)
#590709
(89,7,9)
#4E0709
(78,7,9)
#430709
(67,7,9)
#380709
(56,7,9)
#2D0709
(45,7,9)
#220709
(34,7,9)
#170709
(23,7,9)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #7A0709

#7A0709
(122,7,9)
#861D1F
(134,29,31)
#923335
(146,51,53)
#9E494B
(158,73,75)
#AA5F61
(170,95,97)
#B67577
(182,117,119)
#C28B8D
(194,139,141)
#CEA1A3
(206,161,163)
#DAB7B9
(218,183,185)
#E6CDCF
(230,205,207)
#F2E3E5
(242,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A0709; }

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

This text font color is #7A0709.


Background Color

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

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

This div background color is #7A0709.


Border color

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

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

This div border color is #7A0709.


Opacity

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

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

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

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

This text has shadow with #7A0709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A0709 on black background.


Color preview on white background

This text has color #7A0709 on white background.



Black color preview on #7A0709 background

This text has black color on #7A0709 background.


White color preview on #7A0709 background

This text has white color on #7A0709 background.