COLOR #7A1C0B

HEX: #7A1C0B
RGB: (122,28,11)

Color info

#7A1C0B contains mainly red color. Web safe color of #7A1C0B is #663300 (or #630).

RGB color model

#7A1C0B color RGB value is (122,28,11).

  • red value is 122;
  • green value is 28;
  • blue value is 11.
RGB:
(122,28,11)
(48%,11%,4%)

RGB channels and saturation

R 122 of 255 = 48%
G 28 of 255 = 11%
B 11 of 255 = 4%

122
28
11

R + G + B ~ 21%. #7A1C0B is dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 28 + 11 = 161 (100%)
R 122 of 161 ~ 75.78%
G 28 of 161 ~ 17.39%
B 11 of 161 ~ 6.83%

%75.78
%17.39

CMYK color model

#7A1C0B color CMYK value is (0,77,91,52).

  • cyan value is 0.00%
  • magenta value is 77.05%
  • yellow value is 90.98%
  • key color value is 52.16%
CMYK:
(0,77,91,52)
C0M77Y91K52 
(0%,77%,91%,52%)
(0.00/0.77/0.91/0.52)	

CMYK percentages

%0
%77.05
%90.98
%52.16

Codes

Color #7A1C0B in popluar color models

7A1C0B
RGB1222811
HSL83.46%26.08%
HSB/HSV90.98%47.84%
CMYK0.00%77.05%90.98%
52.16%

Color #7A1C0B in popluar number systems.

HEX7A1C0B
Decimal1222811
Binary1111010111001011
Octal1723413

Shades and tints

Shades of #7A1C0B

#7A1C0B
(122,28,11)
#6F1A0A
(111,26,10)
#641809
(100,24,9)
#591608
(89,22,8)
#4E1407
(78,20,7)
#431206
(67,18,6)
#381005
(56,16,5)
#2D0E04
(45,14,4)
#220C03
(34,12,3)
#170A02
(23,10,2)
#0C0801
(12,8,1)
#000000
(0,0,0)

Tints of #7A1C0B

#7A1C0B
(122,28,11)
#863021
(134,48,33)
#924437
(146,68,55)
#9E584D
(158,88,77)
#AA6C63
(170,108,99)
#B68079
(182,128,121)
#C2948F
(194,148,143)
#CEA8A5
(206,168,165)
#DABCBB
(218,188,187)
#E6D0D1
(230,208,209)
#F2E4E7
(242,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A1C0B; }

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

This text font color is #7A1C0B.


Background Color

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

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

This div background color is #7A1C0B.


Border color

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

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

This div border color is #7A1C0B.


Opacity

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

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

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

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

This text has shadow with #7A1C0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1C0B on black background.


Color preview on white background

This text has color #7A1C0B on white background.



Black color preview on #7A1C0B background

This text has black color on #7A1C0B background.


White color preview on #7A1C0B background

This text has white color on #7A1C0B background.