COLOR #7A1407

HEX: #7A1407
RGB: (122,20,7)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 122 of 255 = 48%
G 20 of 255 = 8%
B 7 of 255 = 3%

122
20
7

R + G + B ~ 20%. #7A1407 is dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 20 + 7 = 149 (100%)
R 122 of 149 ~ 81.88%
G 20 of 149 ~ 13.42%
B 7 of 149 ~ 4.7%

%81.88
%13.42

CMYK color model

#7A1407 color CMYK value is (0,84,94,52).

  • cyan value is 0.00%
  • magenta value is 83.61%
  • yellow value is 94.26%
  • key color value is 52.16%
CMYK:
(0,84,94,52)
C0M84Y94K52 
(0%,84%,94%,52%)
(0.00/0.84/0.94/0.52)	

CMYK percentages

%0
%83.61
%94.26
%52.16

Codes

Color #7A1407 in popluar color models

7A1407
RGB122207
HSL89.15%25.29%
HSB/HSV94.26%47.84%
CMYK0.00%83.61%94.26%
52.16%

Color #7A1407 in popluar number systems.

HEX7A1407
Decimal122207
Binary111101010100111
Octal172247

Shades and tints

Shades of #7A1407

#7A1407
(122,20,7)
#6F1307
(111,19,7)
#641207
(100,18,7)
#591107
(89,17,7)
#4E1007
(78,16,7)
#430F07
(67,15,7)
#380E07
(56,14,7)
#2D0D07
(45,13,7)
#220C07
(34,12,7)
#170B07
(23,11,7)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #7A1407

#7A1407
(122,20,7)
#86291D
(134,41,29)
#923E33
(146,62,51)
#9E5349
(158,83,73)
#AA685F
(170,104,95)
#B67D75
(182,125,117)
#C2928B
(194,146,139)
#CEA7A1
(206,167,161)
#DABCB7
(218,188,183)
#E6D1CD
(230,209,205)
#F2E6E3
(242,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A1407; }

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

This text font color is #7A1407.


Background Color

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

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

This div background color is #7A1407.


Border color

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

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

This div border color is #7A1407.


Opacity

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

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

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

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

This text has shadow with #7A1407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1407 on black background.


Color preview on white background

This text has color #7A1407 on white background.



Black color preview on #7A1407 background

This text has black color on #7A1407 background.


White color preview on #7A1407 background

This text has white color on #7A1407 background.